- 18 Jun, 2013 1 commit
-
-
Christian Heimes authored
-
- 17 Jun, 2013 7 commits
-
-
Victor Stinner authored
faulthandler._read_null() is not reliable: it does not crash on AIX.
-
Victor Stinner authored
-
Victor Stinner authored
sigwaitinfo() can be interrupted on Linux (raises InterruptedError), but not on AIX.
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
when \r\n appears at end of 65535 bytes without other newlines.
-
Serhiy Storchaka authored
* 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 Jun, 2013 5 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Andrew Kuchling authored
Also, improve some docstring descriptions of the 'errors' parameter. Closes #14015.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
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 Jun, 2013 2 commits
-
-
Andrew Kuchling authored
Reported by Atsuo Ishimoto.
-
Brett Cannon authored
-
- 14 Jun, 2013 1 commit
-
-
Christian Heimes authored
-
- 12 Jun, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Roger Serwy authored
-
Roger Serwy authored
-
- 11 Jun, 2013 2 commits
-
-
Ned Deily authored
-
Roger Serwy authored
Original patch by Sarah K.
-
- 10 Jun, 2013 4 commits
-
-
Benjamin Peterson authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Ronald Oussoren authored
AI_NUMERICSERV isn't defined on OSX 10.4.
-
- 09 Jun, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
encoding now always contains an encoding name.
-
- 08 Jun, 2013 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Terry Jan Reedy authored
changing IOError to OSError (#16715).
-
- 07 Jun, 2013 1 commit
-
-
Brett Cannon authored
-
- 05 Jun, 2013 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
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 Jun, 2013 1 commit
-
-
Victor Stinner authored
socket.gethostname() now decodes the hostname from the locale encoding, instead of using the UTF-8 encoding in strict mode.
-
- 02 Jun, 2013 2 commits
-
-
Senthil Kumaran authored
os.path.join(*self.dirs) produces an invalid path on windows. ftp paths are always forward-slash seperated like this. /pub/dir.
-
Raymond Hettinger authored
by using the wording from the Py2.7 docs.
-
- 01 Jun, 2013 2 commits
-
-
Senthil Kumaran authored
hostname is resolvable by socket.gethostname for local machine. This all fixes certain freebsd builtbot failures.
-
Senthil Kumaran authored
towards target. This fixes a bug where target is accessible, but parent directories are restricted.
-
- 31 May, 2013 1 commit
-
-
Serhiy Storchaka authored
-