- 27 Feb, 2014 2 commits
-
-
R David Murray authored
-
R David Murray authored
-
- 01 Mar, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Andrew Kuchling authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 28 Feb, 2014 9 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
Bug filed and initial attempt at a patch by Bohuslav Kabrda.
-
Brett Cannon authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
are opened in text mode. Patch by Serhiy Storchaka.
-
Nick Coghlan authored
-
Nick Coghlan authored
The 3.4rc2 Windows uninstaller would fail if pip had been updated to a version that didn't match the version installed by ensurepip. This skip is no longer treated as an error, so an updated pip ends up being handled like any other pip installed package and is left alone by the CPython uninstaller.
-
- 27 Feb, 2014 6 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Code patch by Serhiy Storchaka
-
Antoine Pitrou authored
-
R David Murray authored
I had incorrectly added back the shorten method when I initially made the whatsnew entry, but the shorten function docs were not correct according to the code. I also improved the wording in general.
-
Antoine Pitrou authored
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten.
-
Benjamin Peterson authored
Patch by Berker Peksag.
-
- 26 Feb, 2014 8 commits
-
-
Serhiy Storchaka authored
-
R David Murray authored
-
R David Murray authored
That is: one paragraph per feature.
-
R David Murray authored
-
Zachary Ware authored
The signature and description of PyException_SetCause now use "cause" rather than "ctx" to match the code.
-
Zachary Ware authored
-
R David Murray authored
-
R David Murray authored
-
- 27 Feb, 2014 2 commits
-
-
Antoine Pitrou authored
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten.
-
Benjamin Peterson authored
-
- 26 Feb, 2014 8 commits
-
-
Brett Cannon authored
PathEntryFinder instances which only define find_module(). Reported by Yukihiro Nakadaira.
-
Serhiy Storchaka authored
-
Zachary Ware authored
-
Victor Stinner authored
For example: "finish_recv", not just "finish".
-
Zachary Ware authored
-
Victor Stinner authored
assert methods in coroutines. It also simplify merges from Tulip to Trollius (Python 2 does not support non local variables).
-
Victor Stinner authored
-
Victor Stinner authored
Use "from unittest import mock". It should simplify my work to merge new tests in Trollius, because Trollius uses "mock" backport for Python 2.
-