summaryrefslogtreecommitdiffstats
path: root/Lib/test/_test_multiprocessing.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32294: Fix multiprocessing test_semaphore_tracker() (#4885)Victor Stinner2017-12-151-1/+1
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-1/+1
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-1/+1
* bpo-31310: multiprocessing's semaphore tracker should be launched again if cr...Antoine Pitrou2017-11-031-4/+39
* bpo-31308: If multiprocessing's forkserver dies, launch it again when necessa...Antoine Pitrou2017-11-031-0/+48
* bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or...Antoine Pitrou2017-10-221-0/+21
* bpo-31510: Fix multiprocessing test_many_processes() on macOS (#3857)Victor Stinner2017-10-021-1/+6
* bpo-31234: test_multiprocessing: wait 30 seconds (#3599)Victor Stinner2017-09-151-14/+17
* bpo-31234: Add support.join_thread() helper (#3587)Victor Stinner2017-09-141-11/+17
* bpo-18966: non-daemonic threads created by a multiprocessing.Process should b...Antoine Pitrou2017-08-161-0/+26
* bpo-31069, test_multiprocessing: Fix dangling process (#3103)Victor Stinner2017-08-161-1/+2
* bpo-26762: _test_multiprocessing reports dangling (#3064)Victor Stinner2017-08-101-0/+6
* bpo-26762: test_multiprocessing close more queues (#2855)Victor Stinner2017-07-251-3/+15
* test_multiprocessing detects dangling per test case (#2841)Victor Stinner2017-07-241-14/+67
* test_multiprocessing: Fix dangling process/thread (#2850)Victor Stinner2017-07-241-2/+22
* bpo-26762: Avoid daemon process in _test_multiprocessing (#2842)Victor Stinner2017-07-241-2/+4
* bpo-26732: fix too many fds in processes started with the "forkserver" method...Antoine Pitrou2017-07-221-0/+34
* Fix test failure without ctypes (#2802)Antoine Pitrou2017-07-211-1/+1
* bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741)Gareth Rees2017-07-211-5/+12
* bpo-30794: added kill() method to multiprocessing.Process (#2528)Vitor Pereira2017-07-181-7/+15
* bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480)Antoine Pitrou2017-07-041-7/+59
* Clear potential ref cycle between Process and Process target (#2470)Antoine Pitrou2017-06-281-0/+18
* bpo-30775: Fix refleaks in test_multiprocessing (#2467)Antoine Pitrou2017-06-281-2/+17
* Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)Antoine Pitrou2017-06-241-0/+36
* bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148)Victor Stinner2017-06-131-1/+2
* bpo-24484: Avoid race condition in multiprocessing cleanup (#2159)Antoine Pitrou2017-06-131-0/+63
* Fix bpo-30589: improve Process.exitcode with forkserver (#1989)Antoine Pitrou2017-06-121-2/+37
* bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1...grzgrzgrz32017-05-251-0/+14
* bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601)Xiang Zhang2017-05-171-0/+36
* Relax test timing (bpo-29861) to avoid sporadic failures (#1120)Antoine Pitrou2017-04-141-0/+1
* bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693)Xiang Zhang2017-03-291-1/+58
* bpo-29861: release references to multiprocessing Pool tasks (#743)Antoine Pitrou2017-03-241-0/+28
* Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...Antoine Pitrou2016-12-101-0/+13
|\
| * Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...Antoine Pitrou2016-12-101-0/+13
| * Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
| * Issue #25654:Victor Stinner2016-03-251-5/+13
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-1/+1
* | Fixes issue #6766: Updated multiprocessing Proxy Objects to support nestingDavin Potts2016-09-071-2/+68
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* | Issue #25654:Victor Stinner2016-03-251-5/+13
* | Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...Antoine Pitrou2016-03-151-9/+16
|\ \ | |/
| * Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) wa...Antoine Pitrou2016-03-151-9/+16
* | Issue #23992: multiprocessing: make MapResult not fail-fast upon exception.Charles-François Natali2016-02-101-0/+24
|/
* Fix remaining tests and remove an unused import.Berker Peksag2015-05-061-3/+3
* Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.Serhiy Storchaka2015-04-231-2/+8
|\
| * Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception.Serhiy Storchaka2015-04-231-2/+8
* | Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-131-0/+46
|\ \ | |/
| * Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-131-0/+46
* | Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21
|\ \ | |/
| * Issue #22853: Added regression test for using multiprocessing.Queue at importSerhiy Storchaka2015-03-061-0/+21