- 09 Mar, 2014 7 kayıt (commit)
-
-
R David Murray yazdı
Patch by Priya Pappachan, based on suggestions from Terry Reedy and myself.
-
Ned Deily yazdı
Patch by Claudiu Popa.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
This fifth tuple element is unsupported in an old hg version still used on one buildbot, and it is not really necessary (only used in touch --help).
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 08 Mar, 2014 1 kayıt (commit)
-
-
R David Murray yazdı
This was perhaps on the border between a bug fix and a feature since the Python3 docs did not originally say it was unix only. However, the functions never worked anywhere but unix, and the docs were changed to say it was unix only well before the windows support was added. Unfortunately, windows support was added in 3.3.4 as well as 3.4. That leaves us in the uncomfortable position of needing the tag to say "version changed: 3.3.4" :(
-
- 07 Mar, 2014 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 06 Mar, 2014 2 kayıt (commit)
-
-
Zachary Ware yazdı
pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu.
-
Serhiy Storchaka yazdı
as documented. The pattern and source keyword parameters are left as deprecated aliases.
-
- 05 Mar, 2014 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
index. This avoids the possibility of setting an iterator to an invalid state.
-
- 04 Mar, 2014 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
to the exhausted state.
-
- 03 Mar, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Thanks Vajrasky Kok and Zachary Ware.
-
- 02 Mar, 2014 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 01 Mar, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 28 Şub, 2014 2 kayıt (commit)
-
-
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.
-
- 27 Şub, 2014 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Code patch by Serhiy Storchaka
-
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.
-
Benjamin Peterson yazdı
Patch by Berker Peksag.
-
- 26 Şub, 2014 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
The signature and description of PyException_SetCause now use "cause" rather than "ctx" to match the code.
-
Zachary Ware yazdı
-
Gregory P. Smith yazdı
This bug was of the major reasons for the release.
-
- 25 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 24 Şub, 2014 7 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Patch by Sean Rodman.
-
Ezio Melotti yazdı
-
Serhiy Storchaka yazdı
str.encode, bytes.decode and bytearray.decode now use an internal API to throw LookupError for known non-text encodings, rather than attempting the encoding or decoding operation and then throwing a TypeError for an unexpected output type. The latter mechanism remains in place for third party non-text encodings. Backported changeset d68df99d7a57.
-
Serhiy Storchaka yazdı
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-