- 22 Tem, 2013 2 kayıt (commit)
-
-
Brian Curtin yazdı
-
Serhiy Storchaka yazdı
generate tests for different compression types. Fixed a bug with skipping some tests due to use of exhausted iterators.
-
- 20 Tem, 2013 5 kayıt (commit)
-
-
Ned Deily yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket. Patch by Senko Rasic.
-
Ethan Furman yazdı
Before this change only the methods were _single_underscored_; now the attributes are as well.
-
Ethan Furman yazdı
-
- 19 Tem, 2013 3 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Vinay Sajip yazdı
-
Ethan Furman yazdı
The docs also clarify the 'Interesting Example' duplicate-free enum is for demonstration purposes.
-
- 17 Tem, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
supports running only selected tests. Patch by Zachary Ware.
-
Serhiy Storchaka yazdı
Original patch by Zachary Ware.
-
- 16 Tem, 2013 3 kayıt (commit)
-
-
R David Murray yazdı
Patch by Vajrasky Kok.
-
Richard Oudkerk yazdı
Zachary Ware.)
-
Ronald Oussoren yazdı
-
- 15 Tem, 2013 4 kayıt (commit)
-
-
Victor Stinner yazdı
exception was not raised. Before the process was killed by SIGALRM in another random test (1 second later)
-
R David Murray yazdı
-
Ronald Oussoren yazdı
The "Gestalt" function on OSX is deprecated (starting with OSX 10.8), remove its usage from the stdlib. The patch removes a number of private functions and a private module, but does not change the public API. The removed code was effectively dead, the platform module has used other code to fetch the OSX version for years and could only use on the Gestalt-based code as a fallback. That fallback can only trigger on broken OSX installs (that is, someone has removed parts of the system install)
-
Nick Coghlan yazdı
-
- 14 Tem, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 13 Tem, 2013 5 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Phil Webster. With that available, modify RstripExtension.py to stop deleting null slices, which caused a file to be marked as changed when it was not.
-
R David Murray yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Based on patches by Todd.Rovito and Phil Webster.
-
- 12 Tem, 2013 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
R David Murray yazdı
There is more to be done here in terms of accepting RFC invalid input that some mailers accept, but this covers the valid RFC places where encoded words can occur in structured headers.
-
Brett Cannon yazdı
...`` when an ImportError occurs. Other cases had already been switched over to using the repr. Thanks to Tomasz Maćkowiak for the patch.
-
Brett Cannon yazdı
constants in importlib._bootstrap. Along the way clean up from string interpolation to use the repr explicitly. Initial patch by Madison May.
-
- 11 Tem, 2013 5 kayıt (commit)
-
-
R David Murray yazdı
The problem was I was only checking for decimal digits after the third '?', not for *hex* digits :(. This changeset also fixes a couple of comment typos, deletes an unused function relating to encoded word parsing, and removed an invalid 'if' test from the folding function that was revealed by the tests written to validate this issue.
-
Serhiy Storchaka yazdı
more bytes than requested.
-
Serhiy Storchaka yazdı
do with byte strings. Added tests for Tcl.split() and Tcl.splitline().
-
Serhiy Storchaka yazdı
not to stderr. Patch by Berker Peksag and Michael Dickens.
-
R David Murray yazdı
Patch by Dmi Baranov.
-
- 10 Tem, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
Also fixes a resource warning that occurred when the fallback is taken. Patch by Serhiy Storchaka. (We couldn't figure out how to write tests for this.)
-
- 09 Tem, 2013 2 kayıt (commit)
-
-
Charles-François Natali yazdı
addresses.
-
Raymond Hettinger yazdı
-
- 08 Tem, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 07 Tem, 2013 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-