176 Commits (1bc13df6281e72c6a5bbc5b2b6b17b95b829d14b)

Author SHA1 Message Date
Pierre Glaser b1dfcad6f0 bpo-36867: Create the resource_tracker before launching SharedMemoryManagers (GH-13276) 7 years ago
Pierre Glaser f22cc69b01 bpo-36867: Make semaphore_tracker track other system resources (GH-13222) 7 years ago
Pierre Glaser d0d64ad1f5 bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483) 7 years ago
Thomas Moreau 004b93ea89 bpo-36668: FIX reuse semaphore tracker for child processes (#5172) 7 years ago
Giampaolo Rodola eb7e29f2a9
bpo-35934: Add socket.create_server() utility function (GH-11784) 7 years ago
Pablo Galindo 40b6907b37 Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489) 7 years ago
Davin Potts e895de3e7f
bpo-35813: Tests and docs for shared_memory (#11816) 7 years ago
Rémi Lapeyre a31f4cc881 bpo-35918: Remove broken has_key method and add test (#11819) 7 years ago
Pablo Galindo 3766f18c52
bpo-35378: Fix multiprocessing.Pool references (GH-11627) 7 years ago
Pablo Galindo 7b2a37b728
Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH-11653) 7 years ago
Pablo Galindo 613f729e5d
Do not retain references to processes and managers in TestSyncManagerTypes (GH-11801) 7 years ago
Giampaolo Rodola 2848d9d299 bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772) 7 years ago
Victor Stinner 9a8d1d7562
bpo-35424: emit ResourceWarning at multiprocessing.Pool destruction (GH-10974) 7 years ago
Victor Stinner 2cf4c202ff
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) 7 years ago
Victor Stinner 08c2ba0717
bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134) 7 years ago
Victor Stinner 388c8c208d
bpo-35424: test_multiprocessing: join 3 pools (GH-10986) 7 years ago
Victor Stinner 9dfc754d61
Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)" (GH-10971) 7 years ago
Victor Stinner b7278736b3
bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) 7 years ago
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) 70f61b933f bpo-35202: Remove unused imports in Lib directory (GH-10450) 7 years ago
Julien Palard 5d236cafd7
bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614) 7 years ago
Zackery Spytz 0461704060 bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010) 7 years ago
Pablo Galindo 3058b7d856
bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778) 7 years ago
tzickel 97bfe8d3eb bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) 7 years ago
Zackery Spytz eef059657d bpo-31370: Remove references to threadless builds (#8805) 7 years ago
Serhiy Storchaka e0e5065dae
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) 7 years ago
Pablo Galindo ec74d187f5 bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850) 7 years ago
Victor Stinner 5640d030e1 bpo-30317: Fix multiprocessing test_timeout() (GH-8621) 7 years ago
Derek B. Kim c40278ef95 Simplify __all__ in multiprocessing (GH-6856) 7 years ago
Victor Stinner 07888e1cce
bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081) 7 years ago
Victor Stinner 23401fb960
bpo-33735: Fix test_multiprocessing random failure (GH-8059) 7 years ago
Victor Stinner 492572715a
bpo-33715: Fix multiprocessing test_wait_result() (GH-7971) 7 years ago
Victor Stinner fbd7172325
bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968) 7 years ago
Victor Stinner f15f66d275
bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957) 7 years ago
Victor Stinner 937ee9e745
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) 7 years ago
Victor Stinner 8fbbdf0c31
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) 7 years ago
Victor Stinner 252f6abe0a
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319) 8 years ago
Victor Stinner 5d6c7ed5e3
bpo-33532: Fix multiprocessing test_ignore() (#7262) 8 years ago
Ville Skyttä 61f82e0e33 Spelling fixes to docs, docstrings, and comments (GH-6374) 8 years ago
Antoine Pitrou e4679cd644
bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827) 8 years ago
Thomas Moreau dec1c7786f FIX failure on OSX sem_getvalue (#6180) 8 years ago
Thomas Moreau e2f33add63 bpo-33078 - Fix queue size on pickling error (GH-6119) 8 years ago
Antoine Pitrou e756f66c83
bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079) 8 years ago
Christian Heimes b6e43af669
bpo-28134: Auto-detect socket values from file descriptor (#1349) 8 years ago
Thomas Moreau 94459fd7dc bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895) 8 years ago
Victor Stinner 9402c8367b
bpo-32294: Fix multiprocessing test_semaphore_tracker() (#4885) 8 years ago
Mike 53f7a7c281 bpo-32297: Few misspellings found in Python source code comments. (#4803) 8 years ago
Victor Stinner 8c663fd60e
Replace KB unit with KiB (#4293) 8 years ago
Antoine Pitrou cbe1756e3e
bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed (#3247) 8 years ago
Antoine Pitrou fc6b348b12
bpo-31308: If multiprocessing's forkserver dies, launch it again when necessary (#3246) 8 years ago
Antoine Pitrou daeefd2e04 bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (#4073) 8 years ago