summaryrefslogtreecommitdiff
path: root/Lib/test/_test_multiprocessing.py
Commit message (Expand)AuthorAgeFilesLines
* Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)Miss Islington (bot)2019-03-221-1/+1
* bpo-35918: Remove broken has_key method and add test (GH-11819) (#11824)Miss Islington (bot)2019-02-111-2/+0
* Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH...Miss Islington (bot)2019-02-091-15/+20
* Do not retain references to processes and managers in TestSyncManagerTypes (G...Miss Islington (bot)2019-02-091-0/+2
* [3.7] bpo-35917: Test multiprocessing manager classes and shareable types (GH...Antoine Pitrou2019-02-071-0/+236
* bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)Miss Islington (bot)2018-12-171-20/+20
* bpo-35424: test_multiprocessing: join 3 pools (GH-10986)Miss Islington (bot)2018-12-061-0/+3
* [3.7] Revert "bpo-34172: multiprocessing.Pool leaks resources after being del...Victor Stinner2018-12-061-7/+0
* bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)Miss Islington (bot)2018-11-271-0/+2
* bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)...Miss Islington (bot)2018-10-021-0/+6
* bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)Miss Islington (bot)2018-09-171-0/+23
* bpo-30317: Fix multiprocessing test_timeout() (GH-8621)Miss Islington (bot)2018-08-021-3/+4
* bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)Miss Islington (bot)2018-07-041-2/+6
* bpo-33735: Fix test_multiprocessing random failure (GH-8059)Miss Islington (bot)2018-07-031-3/+3
* bpo-33715: Fix multiprocessing test_wait_result() (GH-7971)Miss Islington (bot)2018-06-271-2/+2
* bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968)Miss Islington (bot)2018-06-271-1/+3
* bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957)Miss Islington (bot)2018-06-271-2/+2
* bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319)Miss Islington (bot)2018-06-011-2/+5
* bpo-33532: Fix multiprocessing test_ignore() (GH-7262)Miss Islington (bot)2018-05-301-2/+2
* Spelling fixes to docs, docstrings, and comments (GH-6374)Miss Islington (bot)2018-04-201-1/+1
* FIX failure on OSX sem_getvalue (GH-6180) (GH-6181)Miss Islington (bot)2018-03-211-2/+7
* bpo-33078 - Fix queue size on pickling error (GH-6119) (GH-6178)Miss Islington (bot)2018-03-211-0/+13
* bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079)...Miss Islington (bot)2018-03-111-2/+29
* bpo-28134: Auto-detect socket values from file descriptor (#1349)Christian Heimes2018-01-291-1/+1
* bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling...Thomas Moreau2018-01-051-0/+37
* 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-251-14/+67
* test_multiprocessing: Fix dangling process/thread (#2850)Victor Stinner2017-07-251-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