- 02 Mar, 2014 6 kayıt (commit)
-
-
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 9 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ı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Original patches by A. Kuchling and G. Rees (#12691).
-
- 23 Şub, 2014 8 kayıt (commit)
-
-
Terry Jan Reedy yazdı
constructed examples and all but 7 of the test/test_*.py files (run with -ucpu) pass. Remove those that fail the new test from the selection list. Patch partly based on patches by G. Brandl (#8478) and G. Rees (#12691).
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Terry Jan Reedy yazdı
-
- 20 Şub, 2014 5 kayıt (commit)
-
-
Zachary Ware yazdı
when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-