3
3
Changes in previous versions
4
4
****************************
5
5
6
- Changes in the most recent two versions are here: :ref: `whats-new `.
6
+ Changes in the most recent major version are here: :ref: `whats-new `.
7
7
8
8
.. _whats-new-0.13.x :
9
9
10
- Changes in version 0.13.1
11
- =========================
10
+ Changes in version 0.13.1 (2014-09-23)
11
+ ======================================
12
12
13
13
This is a bug-fix release:
14
14
@@ -19,8 +19,8 @@ This is a bug-fix release:
19
19
- Doc formatting fix (issues #98, 100)
20
20
21
21
22
- Changes in version 0.13
23
- =======================
22
+ Changes in version 0.13 (2014-08-13)
23
+ ====================================
24
24
25
25
This is mostly a clean-up release. It adds some small new compatibility features
26
26
and fixes several bugs.
@@ -68,16 +68,16 @@ Bug fixes
68
68
69
69
.. _whats-new-0.12.4 :
70
70
71
- Changes in version 0.12.4
72
- =========================
71
+ Changes in version 0.12.4 (2014-07-18)
72
+ ======================================
73
73
74
74
- Fix upcasting behaviour of newint (issue #76).
75
75
76
76
77
77
.. _whats-new-0.12.3 :
78
78
79
- Changes in version 0.12.3
80
- =========================
79
+ Changes in version 0.12.3 (2014-06-19)
80
+ ======================================
81
81
82
82
- Add "official Python 3.4 support": Py3.4 is now listed among the PyPI Trove
83
83
classifiers and the tests now run successfully on Py3.4 (issue #67).
@@ -107,8 +107,8 @@ Changes in version 0.12.3
107
107
108
108
.. _whats-new-0.12.2 :
109
109
110
- Changes in version 0.12.2
111
- =========================
110
+ Changes in version 0.12.2 (2014-05-25)
111
+ ======================================
112
112
113
113
- Add ``bytes.maketrans() `` method (issue #51).
114
114
- Add support for Python versions between 2.7.0 and 2.7.3 (inclusive)
@@ -118,8 +118,8 @@ Changes in version 0.12.2
118
118
119
119
.. _whats-new-0.12.1 :
120
120
121
- Changes in version 0.12.1
122
- =========================
121
+ Changes in version 0.12.1 (2014-05-14)
122
+ ======================================
123
123
124
124
- Python 2.6 support: ``future.standard_library `` now isolates the ``importlib ``
125
125
dependency to one function (``import_ ``) so the ``importlib `` backport may
@@ -130,8 +130,8 @@ Changes in version 0.12.1
130
130
131
131
.. _whats-new-0.12 :
132
132
133
- Changes in version 0.12.0
134
- =========================
133
+ Changes in version 0.12.0 (2014-05-06)
134
+ ======================================
135
135
136
136
The major new feature in this version is improvements in the support for the
137
137
reorganized standard library (PEP 3108) and compatibility of the import
@@ -348,8 +348,8 @@ Many small improvements and fixes have been made across the project. Some highli
348
348
349
349
.. _whats-new-0.11.4 :
350
350
351
- Changes in version 0.11.4
352
- =========================
351
+ Changes in version 0.11.4 (2014-05-25)
352
+ ======================================
353
353
354
354
This release contains various small improvements and fixes:
355
355
@@ -375,8 +375,8 @@ This release contains various small improvements and fixes:
375
375
376
376
.. _whats-new-0.11.3 :
377
377
378
- Changes in version 0.11.3
379
- =========================
378
+ Changes in version 0.11.3 (2014-02-27)
379
+ ======================================
380
380
381
381
This release has improvements in the standard library import hooks mechanism and
382
382
its compatibility with 3rd-party modules:
@@ -443,8 +443,8 @@ The ``pasteurize`` script for converting from Py3 to Py2/3 still adds
443
443
444
444
.. _whats-new-0.11 :
445
445
446
- Changes in version 0.11
447
- =======================
446
+ Changes in version 0.11 (2014-01-28)
447
+ ====================================
448
448
449
449
There are several major new features in version 0.11.
450
450
@@ -571,8 +571,8 @@ types but not their use.
571
571
572
572
.. _whats-new-0.10.2 :
573
573
574
- Changes in version 0.10.2
575
- =========================
574
+ Changes in version 0.10.2 (2014-01-11)
575
+ ======================================
576
576
577
577
New context-manager interface to standard_library hooks
578
578
-------------------------------------------------------
@@ -611,8 +611,8 @@ As usual, this feature has no effect on Python 3.
611
611
612
612
.. _whats-new-0.10 :
613
613
614
- Changes in version 0.10.0
615
- =========================
614
+ Changes in version 0.10.0 (2013-12-02)
615
+ ======================================
616
616
617
617
Backported ``dict `` type
618
618
------------------------
@@ -656,8 +656,8 @@ Bugfixes
656
656
657
657
.. _whats-new-0.9 :
658
658
659
- Changes in version 0.9
660
- ======================
659
+ Changes in version 0.9 (2013-11-06)
660
+ ===================================
661
661
662
662
663
663
``isinstance `` checks are supported natively with backported types
@@ -716,8 +716,8 @@ To work around this, ``future`` now provides a context manager called
716
716
717
717
.. _whats-new-0.8 :
718
718
719
- Changes in version 0.8
720
- ======================
719
+ Changes in version 0.8 (2013-10-28)
720
+ ===================================
721
721
722
722
Python 2.6 support
723
723
------------------
0 commit comments