- 16 Dec, 2010 2 commits
-
-
Raymond Hettinger authored
-
Éric Araujo authored
-
- 15 Dec, 2010 27 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
by signals on platforms using pthreads. Patch by Reid Kleckner.
-
Éric Araujo authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Terry Reedy authored
Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport.
-
Alexander Belopolsky authored
-
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 11 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.
-