index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
_test_multiprocessing.py
Commit message (
Expand
)
Author
Age
*
Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.
Serhiy Storchaka
2015-04-23
*
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
Serhiy Storchaka
2015-03-13
*
Issue #22853: Added regression test for using multiprocessing.Queue at import
Serhiy Storchaka
2015-03-06
*
Issue #21849: Ported from 2.7 tests for non-ASCII data.
Serhiy Storchaka
2015-02-13
*
test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution
Victor Stinner
2015-02-05
*
Issue #20980: Stop wrapping exception when using ThreadPool.
Richard Oudkerk
2014-03-23
*
Issue #20114: Double timeout in test_semaphore_tracker() to reduce
Richard Oudkerk
2014-02-21
*
Issue #20315: Removed support for backward compatibility with early 2.x versi...
Serhiy Storchaka
2014-01-20
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
*
Merge.
Richard Oudkerk
2013-11-17
*
Merge.
Richard Oudkerk
2013-11-17
*
Merge.
Richard Oudkerk
2013-11-02
*
Merge.
Richard Oudkerk
2013-10-28
*
Remove test_sigterm().
Richard Oudkerk
2013-10-18
*
Fix signal handler in test.
Richard Oudkerk
2013-10-17
*
Try doing a raw test of os.fork()/os.kill().
Richard Oudkerk
2013-10-17
*
Stop trying to use strace, but add a sleep before terminate().
Richard Oudkerk
2013-10-17
*
Try strace instead of gdb to see what wedged child is doing.
Richard Oudkerk
2013-10-17
*
Try to print a backtrace of wedged child process in test.
Richard Oudkerk
2013-10-17
*
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk
2013-10-16
*
Merge
Richard Oudkerk
2013-10-15
*
Merge.
Richard Oudkerk
2013-10-13
*
Merge.
Richard Oudkerk
2013-09-29
*
merge 3.3 (#19112)
Benjamin Peterson
2013-09-29
*
Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we just
Charles-François Natali
2013-09-06
*
Issue #8713: Print dangling processes/threads, if any.
Richard Oudkerk
2013-08-29
*
Issue #8713: Test should not print message about start method.
Richard Oudkerk
2013-08-29
*
Issue #18786: Don't reinstall old SIGUSR1 handler prematurely.
Richard Oudkerk
2013-08-28
*
Make test for semaphore tracker capture and check the debug output.
Richard Oudkerk
2013-08-22
*
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...
Antoine Pitrou
2013-08-22
*
Issue #18762: Print debug info on failure to create new forkserver process.
Richard Oudkerk
2013-08-21
*
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14