Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | merge 3.3 (#19112) | Benjamin Peterson | 2013-09-29 | 1 | -7/+6 | |
| | ||||||
* | Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we just | Charles-François Natali | 2013-09-06 | 1 | -1/+4 | |
| | | | | want to check that Connection.poll() doesn't crash. | |||||
* | Issue #8713: Print dangling processes/threads, if any. | Richard Oudkerk | 2013-08-29 | 1 | -2/+17 | |
| | ||||||
* | Issue #8713: Test should not print message about start method. | Richard Oudkerk | 2013-08-29 | 1 | -1/+0 | |
| | ||||||
* | Issue #18786: Don't reinstall old SIGUSR1 handler prematurely. | Richard Oudkerk | 2013-08-28 | 1 | -5/+7 | |
| | ||||||
* | Make test for semaphore tracker capture and check the debug output. | Richard Oudkerk | 2013-08-22 | 1 | -7/+7 | |
| | ||||||
* | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as ↵ | Antoine Pitrou | 2013-08-21 | 1 | -5/+5 | |
| | | | | possible, since "localhost" goes through a DNS lookup under recent Windows versions. | |||||
* | Issue #18762: Print debug info on failure to create new forkserver process. | Richard Oudkerk | 2013-08-21 | 1 | -2/+4 | |
| | | | | Also modify test code to hopefully avoid deadlock on failure. | |||||
* | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 | 1 | -0/+3755 | |
See http://hg.python.org/sandbox/sbt#spawn |