Lines Matching +full:python +full:- +full:pypy
2 -------------
6 - Drop Python 2.7, 3.4, and 3.5 support.
7 - ``Markup.unescape`` uses :func:`html.unescape` to support HTML5
12 -------------
14 Released 2019-02-23
16 - Fix segfault when ``__html__`` method raises an exception when using
21 -------------
23 Released 2018-11-05
25 - Drop support for Python 2.6 and 3.3.
26 - Build wheels for Linux, Mac, and Windows, allowing systems without
28 - Use newer CPython API on Python 3, resulting in a 1.5x speedup.
30 - ``escape`` wraps ``__html__`` result in ``Markup``, consistent with
35 -----------
37 Released 2017-03-07
39 - Fixed custom types not invoking ``__unicode__`` when used with
41 - Added ``__version__`` module attribute.
42 - Improve unescape code to leave lone ampersands alone.
46 ------------
48 Released 2013-05-22
50 - Fixed ``__mul__`` and string splitting on Python 3.
54 ------------
56 Released 2013-05-21
58 - Fixed a bug with broken interpolation on tuples.
62 ------------
64 Released 2013-05-20
66 - Improved Python 3 Support and removed 2to3.
67 - Removed support for Python 3.2 and 2.5.
71 ------------
73 Released 2011-07-20
75 - Fixed a typo that caused the library to fail to install on pypy and
80 ------------
82 Released 2011-07-20
84 - Release fix for 0.13.
88 ------------
90 Released 2011-07-20
92 - Do not attempt to compile extension for PyPy or Jython.
93 - Work around some 64bit Windows issues.
97 ------------
99 Released 2011-02-17
101 - Improved PyPy compatibility.