Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20980: Stop wrapping exception when using ThreadPool. | Richard Oudkerk | 2014-03-23 | 1 | -0/+11 |
| | |||||
* | Issue #20114: Double timeout in test_semaphore_tracker() to reduce | Richard Oudkerk | 2014-02-21 | 1 | -1/+1 |
| | | | | chance of sporadic failures. | ||||
* | Issue #20315: Removed support for backward compatibility with early 2.x ↵ | Serhiy Storchaka | 2014-01-20 | 1 | -3/+0 |
| | | | | | | | versions. Removed backward compatibility alias curses.window.nooutrefresh which should be removed in 2.3. | ||||
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
| | | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts. | ||||
* | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -11/+11 |
| | |||||
* | Merge. | Richard Oudkerk | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | Merge. | Richard Oudkerk | 2013-11-17 | 1 | -1/+1 |
| | |||||
* | Merge. | Richard Oudkerk | 2013-11-02 | 1 | -1/+1 |
| | |||||
* | Merge. | Richard Oudkerk | 2013-10-28 | 1 | -0/+10 |
| | |||||
* | Remove test_sigterm(). | Richard Oudkerk | 2013-10-18 | 1 | -41/+0 |
| | |||||
* | Fix signal handler in test. | Richard Oudkerk | 2013-10-17 | 1 | -1/+5 |
| | |||||
* | Try doing a raw test of os.fork()/os.kill(). | Richard Oudkerk | 2013-10-17 | 1 | -5/+36 |
| | |||||
* | Stop trying to use strace, but add a sleep before terminate(). | Richard Oudkerk | 2013-10-17 | 1 | -8/+4 |
| | |||||
* | Try strace instead of gdb to see what wedged child is doing. | Richard Oudkerk | 2013-10-17 | 1 | -4/+6 |
| | |||||
* | Try to print a backtrace of wedged child process in test. | Richard Oudkerk | 2013-10-17 | 1 | -0/+13 |
| | |||||
* | Issue #18999: Make multiprocessing use context objects. | Richard Oudkerk | 2013-10-16 | 1 | -5/+37 |
| | | | | | This allows different parts of a program to use different methods for starting processes without interfering with each other. | ||||
* | Merge | Richard Oudkerk | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | Merge. | Richard Oudkerk | 2013-10-12 | 1 | -2/+14 |
| | |||||
* | Merge. | Richard Oudkerk | 2013-09-29 | 1 | -8/+9 |
| | |||||
* | 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 |