- 18 Haz, 2013 1 kayıt (commit)
-
-
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 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
encoding now always contains an encoding name.
-
- 08 Haz, 2013 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Terry Jan Reedy yazdı
changing IOError to OSError (#16715).
-
- 07 Haz, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 05 Haz, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Fix bug in existing human test and add instructions; fix two bugs in tested code; remove redundancies, add spaces, and change two internal method names. Add mock_tk with mocks for tkinter.Variable subclasses and tkinter.messagebox. Use mocks in test_config_name to unittest methods that are otherwise gui-free.
-
- 03 Haz, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
socket.gethostname() now decodes the hostname from the locale encoding, instead of using the UTF-8 encoding in strict mode.
-
- 02 Haz, 2013 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
os.path.join(*self.dirs) produces an invalid path on windows. ftp paths are always forward-slash seperated like this. /pub/dir.
-
Raymond Hettinger yazdı
by using the wording from the Py2.7 docs.
-
- 01 Haz, 2013 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
hostname is resolvable by socket.gethostname for local machine. This all fixes certain freebsd builtbot failures.
-
Senthil Kumaran yazdı
towards target. This fixes a bug where target is accessible, but parent directories are restricted.
-
- 31 May, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-