11
:2.7.1: NOT RELEASED YET
14
External Compatibility Breaks
15
*****************************
33
* Complete monkey-patching of re.finditer or LazyRegexps leak.
34
(Vincent Ladeuil, #1644003)
36
* Cope with paramiko making argument to SFTPFile.prefetch() mandatory.
37
(Jelmer Vernooij, #1579093)
42
* Clarify pypi uploads for releases. (Vincent Ladeuil, #1542903)
62
* Recent versions of pycurl started being stricter about the proxy url,
63
using 'http+pycurl:' is not allowed anymore and should just be 'http:'
64
(Vincent Ladeuil, #1645017).
72
External Compatibility Breaks
73
*****************************
85
* bzrlib.patches.parse_patches can optionally return a list of 'dirty'
86
patch headers (prefixed with '===').
87
(Kit Randel, #1400567)
92
* 'acceptable_keys' from 'bazaar.conf' is now properly handled.
93
(Vincent Ladeuil, #1249732)
95
* Option names are now checked to be valid identifiers (including embedded
96
dots or hyphens). Also ignore invalid references (i.e. using invalid
97
option names) while expanding option values. (Vincent Ladeuil, #1235099)
99
* Fix pyrex version checking to be more robust.
100
(Andrew Starr-Bochicchio, #1030521 )
102
* Forbid more operations for ReadonlyTransportDecorator so no more write
103
methods can be used my mistake. (Vincent Ladeuil, #150196)
114
* Make all transport put_bytes() raises TypeError instead of AssertionError
115
or UnicodeEncodeError when given unicode strings rather than bytes.
116
(Vincent Ladeuil, #106898)
118
* Use ssl.match_hostname from the python ssl module and stop carrying a
119
specific version that has become obsolete. (Vincent Ladeuil, #1538480)
124
* Also honor $XDG_CONFIG_HOME specification on Mac OS X platform.
130
* Fix gpgme test failure starting on wily. (Vincent Ladeuil)
132
* Fix racy http tests (TestBadStatusServer is so simple, it exposes a race
133
in python 2.7.9. This happens only when both the http server and client
134
are run in the same process.). Only tests are affected.
135
(Vincent Ladeuil, #1451448)
137
* Fix warnings on stderr caused by the atexit handler triggering for the
138
wrong reason: the 'config' command should explicitly save the changes when
139
modifying or removing an option and not rely on the atexit
140
handler. (Vincent Ladeuil, #1331999)
142
* Handle (minor) incompatible change in python 2.7.6 leading to test
143
failures. Only tests are affected. (Vincent Ladeuil, #1303879)
145
* Remove wrong assumption about how TCP server and client interact when run
146
inside the same process. (Vincent Ladeuil, #1269886).
148
* Rename assertWarns in bt.test_config so it doesn't clash with the
149
assertWarns introduced in recent python (Vincent Ladeuil, #1514210)
151
* Restrict access to '.netrc' in tests or recent python (2.7.5-8) will
152
complain. (Vincent Ladeuil, #1233413)
154
* Skip windows-only tests that start failing with python 2.7.9, there is no
155
way to fix them without testing on windows itself.
156
(Vincent Ladeuil, #1451448)
158
* Take python 2.7.6 late (better than never) bugfix in ntpath.py into
159
account. Only tests are affected (Vincent Ladeuil, #1303879).