aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/_test_multiprocessing.py
Commit message (Expand)AuthorAge
* bpo-36888: Add multiprocessing.parent_process() (GH-13247)Thomas Moreau2019-05-20
* bpo-36867: _test_multiprocessing: avoid weak sync primitive (GH-13292)Pierre Glaser2019-05-17
* bpo-36867: Create the resource_tracker before launching SharedMemoryManagers ...Pierre Glaser2019-05-13
* bpo-36867: Make semaphore_tracker track other system resources (GH-13222)Pierre Glaser2019-05-10
* bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483)Pierre Glaser2019-05-10
* bpo-36668: FIX reuse semaphore tracker for child processes (#5172)Thomas Moreau2019-04-24
* bpo-35934: Add socket.create_server() utility function (GH-11784)Giampaolo Rodola2019-04-09
* Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)Pablo Galindo2019-03-22
* bpo-35813: Tests and docs for shared_memory (#11816)Davin Potts2019-02-23
* bpo-35918: Remove broken has_key method and add test (#11819)Rémi Lapeyre2019-02-11
* bpo-35378: Fix multiprocessing.Pool references (GH-11627)Pablo Galindo2019-02-11
* Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH...Pablo Galindo2019-02-09
* Do not retain references to processes and managers in TestSyncManagerTypes (G...Pablo Galindo2019-02-09
* bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772)Giampaolo Rodola2019-02-07
* bpo-35424: emit ResourceWarning at multiprocessing.Pool destruction (GH-10974)Victor Stinner2018-12-20
* bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)Victor Stinner2018-12-17
* bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134)Victor Stinner2018-12-13
* bpo-35424: test_multiprocessing: join 3 pools (GH-10986)Victor Stinner2018-12-06
* Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (...Victor Stinner2018-12-06
* bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)Victor Stinner2018-11-28
* bpo-35202: Remove unused imports in Lib directory (GH-10450)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-15
* bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614)Julien Palard2018-11-04
* bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if th...Zackery Spytz2018-10-13
* bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778)Pablo Galindo2018-10-10
* bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)tzickel2018-10-02
* bpo-31370: Remove references to threadless builds (#8805)Zackery Spytz2018-09-29
* bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)Serhiy Storchaka2018-09-17
* bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850)Pablo Galindo2018-09-04
* bpo-30317: Fix multiprocessing test_timeout() (GH-8621)Victor Stinner2018-08-03
* Simplify __all__ in multiprocessing (GH-6856)Derek B. Kim2018-07-11
* bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081)Victor Stinner2018-07-04
* bpo-33735: Fix test_multiprocessing random failure (GH-8059)Victor Stinner2018-07-03
* bpo-33715: Fix multiprocessing test_wait_result() (GH-7971)Victor Stinner2018-06-27
* bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968)Victor Stinner2018-06-27
* bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957)Victor Stinner2018-06-27
* Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)Victor Stinner2018-06-26
* bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)Victor Stinner2018-06-22
* bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319)Victor Stinner2018-06-01
* bpo-33532: Fix multiprocessing test_ignore() (#7262)Victor Stinner2018-05-31
* Spelling fixes to docs, docstrings, and comments (GH-6374)Ville Skyttä2018-04-20
* bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827)Antoine Pitrou2018-04-09
* FIX failure on OSX sem_getvalue (#6180)Thomas Moreau2018-03-21
* bpo-33078 - Fix queue size on pickling error (GH-6119)Thomas Moreau2018-03-21
* bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)Antoine Pitrou2018-03-11
* bpo-28134: Auto-detect socket values from file descriptor (#1349)Christian Heimes2018-01-29
* bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling...Thomas Moreau2018-01-05
* bpo-32294: Fix multiprocessing test_semaphore_tracker() (#4885)Victor Stinner2017-12-15
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-14
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-08
* bpo-31310: multiprocessing's semaphore tracker should be launched again if cr...Antoine Pitrou2017-11-03