- 02 Mar, 2014 13 kayıt (commit)
-
-
Martin v. Löwis yazdı
the uninstaller anymore.
-
Martin v. Löwis yazdı
-
Yury Selivanov yazdı
-
Terry Jan Reedy yazdı
noticed by Claudiu Popa.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 01 Mar, 2014 6 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
-
R David Murray yazdı
-
R David Murray yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
- 28 Şub, 2014 4 kayıt (commit)
-
-
R David Murray yazdı
-
Brett Cannon yazdı
Bug filed and initial attempt at a patch by Bohuslav Kabrda.
-
Martin v. Löwis yazdı
are opened in text mode. Patch by Serhiy Storchaka.
-
R David Murray yazdı
-
- 27 Şub, 2014 3 kayıt (commit)
-
-
R David Murray yazdı
-
Terry Jan Reedy yazdı
Code patch by Serhiy Storchaka
-
R David Murray yazdı
-
- 01 Mar, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Andrew Kuchling yazdı
-
Benjamin Peterson yazdı
-
- 28 Şub, 2014 7 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
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 Şub, 2014 4 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Antoine Pitrou yazdı
-
R David Murray yazdı
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 yazdı
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten.
-