176 Commits (1bc13df6281e72c6a5bbc5b2b6b17b95b829d14b)

Author SHA1 Message Date
Victor Stinner e6cfdefa0c bpo-31510: Fix multiprocessing test_many_processes() on macOS (#3857) 8 years ago
Victor Stinner 11f0807a40 bpo-31234: test_multiprocessing: wait 30 seconds (#3599) 8 years ago
Victor Stinner b9b69003d9 bpo-31234: Add support.join_thread() helper (#3587) 8 years ago
Antoine Pitrou ee84a60858 bpo-18966: non-daemonic threads created by a multiprocessing.Process should be joined on exit (#3111) 8 years ago
Victor Stinner 17657bb945 bpo-31069, test_multiprocessing: Fix dangling process (#3103) 8 years ago
Victor Stinner 957d0e9b59 bpo-26762: _test_multiprocessing reports dangling (#3064) 8 years ago
Victor Stinner b4c52966c8 bpo-26762: test_multiprocessing close more queues (#2855) 8 years ago
Victor Stinner ffb49408f0 test_multiprocessing detects dangling per test case (#2841) 8 years ago
Victor Stinner d7e64d9934 test_multiprocessing: Fix dangling process/thread (#2850) 8 years ago
Victor Stinner 06634950c5 bpo-26762: Avoid daemon process in _test_multiprocessing (#2842) 8 years ago
Antoine Pitrou 896145d9d2 bpo-26732: fix too many fds in processes started with the "forkserver" method (#2813) 8 years ago
Antoine Pitrou ff92ff5366 Fix test failure without ctypes (#2802) 8 years ago
Gareth Rees 3913bad495 bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741) 8 years ago
Vitor Pereira ba75af7130 bpo-30794: added kill() method to multiprocessing.Process (#2528) 8 years ago
Antoine Pitrou 48350412b7 bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480) 8 years ago
Antoine Pitrou 79d37ae979 Clear potential ref cycle between Process and Process target (#2470) 8 years ago
Antoine Pitrou a79f8faccf bpo-30775: Fix refleaks in test_multiprocessing (#2467) 8 years ago
Antoine Pitrou 13e96cc596 Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) 8 years ago
Victor Stinner 8f6eeaf21c bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148) 8 years ago
Antoine Pitrou 1eb6c0074d bpo-24484: Avoid race condition in multiprocessing cleanup (#2159) 8 years ago
Antoine Pitrou dfd5f34634 Fix bpo-30589: improve Process.exitcode with forkserver (#1989) 8 years ago
grzgrzgrz3 bc50f03db4 bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1683) 9 years ago
Xiang Zhang 6f75bc003a bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) 9 years ago
Antoine Pitrou 685cdb9acc Relax test timing (bpo-29861) to avoid sporadic failures (#1120) 9 years ago
Xiang Zhang 794623bdb2 bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693) 9 years ago
Antoine Pitrou 8988945cdc bpo-29861: release references to multiprocessing Pool tasks (#743) 9 years ago
Antoine Pitrou cd2a201e5b Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. 9 years ago
Martin Panter 0be894b2f6 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
R David Murray 44b548dda8 #27364: fix "incorrect" uses of escape character in the stdlib. 9 years ago
Davin Potts 86a7668426 Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting 9 years ago
Raymond Hettinger 15f44ab043 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
Victor Stinner 8a20851010 Issue #25654: 10 years ago
Victor Stinner a6d865c128 Issue #25654: 10 years ago
Antoine Pitrou 62b6a0d70c Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. 10 years ago
Charles-François Natali 78f55ffc63 Issue #23992: multiprocessing: make MapResult not fail-fast upon exception. 10 years ago
Berker Peksag 076dbd0560 Fix remaining tests and remove an unused import. 11 years ago
Serhiy Storchaka 71f73ca7a9 Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. 11 years ago
Serhiy Storchaka 79fbeee237 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now 11 years ago
Serhiy Storchaka f8904e99c7 Issue #22853: Added regression test for using multiprocessing.Queue at import 11 years ago
Serhiy Storchaka a25c542c47 Issue #21849: Ported from 2.7 tests for non-ASCII data. 11 years ago
Victor Stinner aad7b2e4f5 test_multiprocessing: tolerate a delta of 30 ms because of bad clock resolution 11 years ago
Charles-François Natali 6e20460dc6 Issue #21566: Make use of socket.listen() default backlog. 11 years ago
Richard Oudkerk 80a5be1d84 Issue #20980: Stop wrapping exception when using ThreadPool. 12 years ago
Richard Oudkerk 42a526c60f Issue #20114: Double timeout in test_semaphore_tracker() to reduce 12 years ago
Richard Oudkerk 8acc3c574a Remove test_sigterm(). 12 years ago
Richard Oudkerk cc5c728513 Fix signal handler in test. 12 years ago
Richard Oudkerk 1e2f67c05f Try doing a raw test of os.fork()/os.kill(). 12 years ago
Richard Oudkerk 26f92680da Stop trying to use strace, but add a sleep before terminate(). 12 years ago
Richard Oudkerk e4508eebb4 Try strace instead of gdb to see what wedged child is doing. 12 years ago
Richard Oudkerk d44500affe Try to print a backtrace of wedged child process in test. 12 years ago