- 15 Dec, 2010 17 commits
-
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
or `python -m test` should be used instead.
-
Senthil Kumaran authored
socket timeout of 30 when it checks for resource. Explicit overrding (like setting the 10) wont exhibit consistent behavior when tests are outside context manager. So, settting it 30.
-
Andrew M. Kuchling authored
-
R. David Murray authored
-
- 14 Dec, 2010 15 commits
-
-
R. David Murray authored
Patch by Simon Cross, crasher test code by Martin von Löwis.
-
R. David Murray authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
Gregory P. Smith authored
-
R. David Murray authored
Also includes doc updates mentioning that these entries may not be retrievable via getgrnam and getgrgid. Patch by Bobby Impollonia.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
OSError exception when The OS had been told to ignore SIGCLD in our process or otherwise not wait for exiting child processes.
-
R. David Murray authored
Passing the port as a string value works fine in regular mode, but if you turned debug on it would throw an error trying to print the port number, which is surprising and confusing.
-
Gregory P. Smith authored
Issue #7213: Change the close_fds default on Windows to better match the new default on POSIX. True when possible (False if stdin/stdout/stderr are supplied). Update the documentation to reflect all of the above.
-
R. David Murray authored
-
R. David Murray authored
-
R. David Murray authored
-
R. David Murray authored
Thanks to Garrett Cooper for the fix.
-
- 13 Dec, 2010 8 commits
-
-
R. David Murray authored
Also document the use of three-tuples if control of the charset and language is desired.
-
R. David Murray authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Barry Warsaw authored
$LDVERSION, which screws up the sym/hard-links. This avoids those games when $VERSION == $LDVERSION. Also, include a drive-by fix for an obvious syntax error.
-
Nick Coghlan authored
-
Vinay Sajip authored
-
Gregory P. Smith authored
-