- 21 Haz, 2013 4 kayıt (commit)
-
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
- 20 Haz, 2013 2 kayıt (commit)
-
-
Andrew Kuchling yazdı
* state that python3 source encoding is UTF-8, and give examples * mention surrogateescape in the 'tips and tricks' section, and backslashreplace in the "Python's Unicode Support" section. * Describe Unicode support provided by the re module. * link to Nick Coghlan's and Ned Batchelder's notes/presentations. * default filesystem encoding is now UTF-8, not ascii. * Describe StreamRecoder class. * update acks section * remove usage of "I think", "I'm not going to", etc. * various edits * remove revision history and original outline
-
Senthil Kumaran yazdı
Patch contributed by Corey Brune.
-
- 19 Haz, 2013 6 kayıt (commit)
-
-
R David Murray yazdı
The exception is the import related questions at the end, which need to be rewritten anyway.
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Christian Heimes yazdı
ISO C90 forbids mixed declarations and code
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 18 Haz, 2013 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Christian Heimes yazdı
-
- 17 Haz, 2013 7 kayıt (commit)
-
-
Victor Stinner yazdı
faulthandler._read_null() is not reliable: it does not crash on AIX.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
sigwaitinfo() can be interrupted on Linux (raises InterruptedError), but not on AIX.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
when \r\n appears at end of 65535 bytes without other newlines.
-
Serhiy Storchaka yazdı
* Use mixins for generating tests for different compression types. * Make test_tarfile discoverable. * Use more special tests (i.e. assertEqual, assertIs) instead of assertTrue. * Add explicit test skips instead of reporting skipped tests as passed. * Wrap long lines. * Correct a comment for test_hardlink_extraction1. * Add support.requires_gzip. and some other minor enhancements.
-
- 16 Haz, 2013 5 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Andrew Kuchling yazdı
Also, improve some docstring descriptions of the 'errors' parameter. Closes #14015.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
exec runs into an error. Prevent a regular multi-close of the /dev/null fd when any of stdin, stdout and stderr was set to DEVNULL.
-
- 15 Haz, 2013 2 kayıt (commit)
-
-
Andrew Kuchling yazdı
Reported by Atsuo Ishimoto.
-
Brett Cannon yazdı
-
- 14 Haz, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 12 Haz, 2013 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Roger Serwy yazdı
-
Roger Serwy yazdı
-
- 11 Haz, 2013 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Roger Serwy yazdı
Original patch by Sarah K.
-
- 10 Haz, 2013 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Ronald Oussoren yazdı
AI_NUMERICSERV isn't defined on OSX 10.4.
-
- 09 Haz, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-