- 02 Mar, 2014 12 commits
-
-
Martin v. Löwis authored
-
Yury Selivanov authored
-
Terry Jan Reedy authored
noticed by Claudiu Popa.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 01 Mar, 2014 6 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
R David Murray authored
-
R David Murray authored
I also added the docs that never got committed, editing the patch provided by Claudiu. I collapsed the now three versionchanged directives for discovery into one. I tried several different styles for this. The most obvious is a bulleted list, but currently the only way I could find to produce that is to have *something* appear on the versionchanged line after the colon, which combined with the blank space before the bulleted list just looks wrong. I also tried the current single-line-three-sentences version with bullet characters before each sentence, and I almost went with that as it made it clear that the three sentences are independent. But I decided to just go with the sentences for simplicity reasons.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 28 Feb, 2014 4 commits
-
-
R David Murray authored
-
Brett Cannon authored
Bug filed and initial attempt at a patch by Bohuslav Kabrda.
-
Martin v. Löwis authored
are opened in text mode. Patch by Serhiy Storchaka.
-
R David Murray authored
-
- 27 Feb, 2014 3 commits
-
-
R David Murray authored
-
Terry Jan Reedy authored
Code patch by Serhiy Storchaka
-
R David Murray authored
-
- 01 Mar, 2014 3 commits
-
-
Benjamin Peterson authored
-
Andrew Kuchling authored
-
Benjamin Peterson authored
-
- 28 Feb, 2014 7 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
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 5 commits
-
-
Terry Jan Reedy authored
-
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.
-