- 15 Dec, 2010 9 commits
-
-
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 13 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
-
Gregory P. Smith authored
-
Gregory P. Smith authored
the C code, using pipe2() when available. Adds unittests for close_fds and cloexec behaviors.
-
Gregory P. Smith authored
platform basis. It remains False on Windows and changes to True on all other platforms (POSIX). Based on python-dev discussion and http://bugs.python.org/issue7213.
-
Kristján Valur Jónsson authored
When the solution is converted to Visual Studio 2010, the command line to invoke make_buildinfo changes from: $(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)\" to $(SolutionDir)make_buildinfo.exe" Debug "$(IntDir)" If the final backslash is omitted, the backslash in IntDir will escape the quote, thus passing the quote in as part of the path name. This solution is a hack-fix to that problem by skipping any trailing quote from the path name. It works as long as we don't need any additional arguments to make_buildinfo.exe. This will help all those sould that are going to run this project through the visual studio autoconverter and get the same error.
-
Nick Coghlan authored
-
- 12 Dec, 2010 3 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-