1. 081641f bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 4 years, 10 months ago
  2. fea9ca1 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 4 years, 10 months ago
  3. 3d58b78 bpo-37558: Shared memory tests are failing due to double slashes (GH-14703) by Miss Islington (bot) · 5 years ago
  4. 229f6e8 bpo-37421: multiprocessing tests now stop ForkServer (GH-14601) by Miss Islington (bot) · 5 years ago
  5. 632cb36 bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527) by Miss Islington (bot) · 5 years ago
  6. dd4edbc bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288) by Miss Islington (bot) · 5 years ago
  7. 4adc38e bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286) by Miss Islington (bot) · 5 years ago
  8. c09a9f5 bpo-36888: Add multiprocessing.parent_process() (GH-13247) by Thomas Moreau · 5 years ago
  9. cbe72d8 bpo-36867: _test_multiprocessing: avoid weak sync primitive (GH-13292) by Pierre Glaser · 5 years ago
  10. b1dfcad bpo-36867: Create the resource_tracker before launching SharedMemoryManagers (GH-13276) by Pierre Glaser · 5 years ago
  11. f22cc69 bpo-36867: Make semaphore_tracker track other system resources (GH-13222) by Pierre Glaser · 5 years ago
  12. d0d64ad bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483) by Pierre Glaser · 5 years ago
  13. 004b93e bpo-36668: FIX reuse semaphore tracker for child processes (#5172) by Thomas Moreau · 5 years ago
  14. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 5 years ago
  15. 40b6907 Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489) by Pablo Galindo · 5 years ago
  16. e895de3 bpo-35813: Tests and docs for shared_memory (#11816) by Davin Potts · 5 years ago
  17. a31f4cc bpo-35918: Remove broken has_key method and add test (#11819) by Rémi Lapeyre · 5 years ago
  18. 3766f18 bpo-35378: Fix multiprocessing.Pool references (GH-11627) by Pablo Galindo · 5 years ago
  19. 7b2a37b Make sure the BaseManager in test_multiprocessing is cleaned up correctly (GH-11653) by Pablo Galindo · 5 years ago
  20. 613f729 Do not retain references to processes and managers in TestSyncManagerTypes (GH-11801) by Pablo Galindo · 5 years ago
  21. 2848d9d bpo-35917: Test multiprocessing manager classes and shareable types (GH-11772) by Giampaolo Rodola · 5 years ago
  22. 9a8d1d7 bpo-35424: emit ResourceWarning at multiprocessing.Pool destruction (GH-10974) by Victor Stinner · 6 years ago
  23. 2cf4c20 bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) by Victor Stinner · 6 years ago
  24. 08c2ba0 bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134) by Victor Stinner · 6 years ago
  25. 388c8c2 bpo-35424: test_multiprocessing: join 3 pools (GH-10986) by Victor Stinner · 6 years ago
  26. 9dfc754 Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)" (GH-10971) by Victor Stinner · 6 years ago
  27. b727873 bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755) by Victor Stinner · 6 years ago
  28. 70f61b9 bpo-35202: Remove unused imports in Lib directory (GH-10450) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  29. 5d236ca bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614) by Julien Palard · 6 years ago
  30. 0461704 bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010) by Zackery Spytz · 6 years ago
  31. 3058b7d bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778) by Pablo Galindo · 6 years ago
  32. 97bfe8d bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) by tzickel · 6 years ago
  33. eef0596 bpo-31370: Remove references to threadless builds (#8805) by Zackery Spytz · 6 years ago
  34. e0e5065 bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113) by Serhiy Storchaka · 6 years ago
  35. ec74d18 bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850) by Pablo Galindo · 6 years ago
  36. 5640d03 bpo-30317: Fix multiprocessing test_timeout() (GH-8621) by Victor Stinner · 6 years ago
  37. c40278e Simplify __all__ in multiprocessing (GH-6856) by Derek B. Kim · 6 years ago
  38. 07888e1 bpo-34040, multiprocessing: Fix test_forkserver_sigkill() (GH-8081) by Victor Stinner · 6 years ago
  39. 23401fb bpo-33735: Fix test_multiprocessing random failure (GH-8059) by Victor Stinner · 6 years ago
  40. 4925727 bpo-33715: Fix multiprocessing test_wait_result() (GH-7971) by Victor Stinner · 6 years ago
  41. fbd7172 bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968) by Victor Stinner · 6 years ago
  42. f15f66d bpo-30317, test_multiprocessing: fix test_timeout() (GH-7957) by Victor Stinner · 6 years ago
  43. 937ee9e Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) by Victor Stinner · 6 years ago
  44. 8fbbdf0 bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) by Victor Stinner · 6 years ago
  45. 252f6ab bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319) by Victor Stinner · 6 years ago
  46. 5d6c7ed bpo-33532: Fix multiprocessing test_ignore() (#7262) by Victor Stinner · 6 years ago
  47. 61f82e0 Spelling fixes to docs, docstrings, and comments (GH-6374) by Ville Skyttä · 6 years ago
  48. e4679cd bpo-32759: Free unused arenas in multiprocessing.heap (GH-5827) by Antoine Pitrou · 6 years ago
  49. dec1c77 FIX failure on OSX sem_getvalue (#6180) by Thomas Moreau · 6 years ago
  50. e2f33ad bpo-33078 - Fix queue size on pickling error (GH-6119) by Thomas Moreau · 6 years ago
  51. e756f66 bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079) by Antoine Pitrou · 6 years ago
  52. b6e43af bpo-28134: Auto-detect socket values from file descriptor (#1349) by Christian Heimes · 6 years ago
  53. 94459fd bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895) by Thomas Moreau · 7 years ago
  54. 9402c83 bpo-32294: Fix multiprocessing test_semaphore_tracker() (#4885) by Victor Stinner · 7 years ago
  55. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  56. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  57. cbe1756 bpo-31310: multiprocessing's semaphore tracker should be launched again if crashed (#3247) by Antoine Pitrou · 7 years ago
  58. fc6b348 bpo-31308: If multiprocessing's forkserver dies, launch it again when necessary (#3246) by Antoine Pitrou · 7 years ago
  59. daeefd2 bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (#4073) by Antoine Pitrou · 7 years ago
  60. e6cfdef bpo-31510: Fix multiprocessing test_many_processes() on macOS (#3857) by Victor Stinner · 7 years ago
  61. 11f0807 bpo-31234: test_multiprocessing: wait 30 seconds (#3599) by Victor Stinner · 7 years ago
  62. b9b6900 bpo-31234: Add support.join_thread() helper (#3587) by Victor Stinner · 7 years ago
  63. ee84a60 bpo-18966: non-daemonic threads created by a multiprocessing.Process should be joined on exit (#3111) by Antoine Pitrou · 7 years ago
  64. 17657bb bpo-31069, test_multiprocessing: Fix dangling process (#3103) by Victor Stinner · 7 years ago
  65. 957d0e9 bpo-26762: _test_multiprocessing reports dangling (#3064) by Victor Stinner · 7 years ago
  66. b4c5296 bpo-26762: test_multiprocessing close more queues (#2855) by Victor Stinner · 7 years ago
  67. ffb4940 test_multiprocessing detects dangling per test case (#2841) by Victor Stinner · 7 years ago
  68. d7e64d9 test_multiprocessing: Fix dangling process/thread (#2850) by Victor Stinner · 7 years ago
  69. 0663495 bpo-26762: Avoid daemon process in _test_multiprocessing (#2842) by Victor Stinner · 7 years ago
  70. 896145d bpo-26732: fix too many fds in processes started with the "forkserver" method (#2813) by Antoine Pitrou · 7 years ago
  71. ff92ff5 Fix test failure without ctypes (#2802) by Antoine Pitrou · 7 years ago
  72. 3913bad bpo-19896: Add typecodes 'q' and 'Q' to multiprocessing.sharedctypes (#2741) by Gareth Rees · 7 years ago
  73. ba75af7 bpo-30794: added kill() method to multiprocessing.Process (#2528) by Vitor Pereira · 7 years ago
  74. 4835041 bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480) by Antoine Pitrou · 7 years ago
  75. 79d37ae Clear potential ref cycle between Process and Process target (#2470) by Antoine Pitrou · 7 years ago
  76. a79f8fa bpo-30775: Fix refleaks in test_multiprocessing (#2467) by Antoine Pitrou · 7 years ago
  77. 13e96cc Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) by Antoine Pitrou · 7 years ago
  78. 8f6eeaf bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148) by Victor Stinner · 7 years ago
  79. 1eb6c00 bpo-24484: Avoid race condition in multiprocessing cleanup (#2159) by Antoine Pitrou · 7 years ago
  80. dfd5f34 Fix bpo-30589: improve Process.exitcode with forkserver (#1989) by Antoine Pitrou · 7 years ago
  81. bc50f03 bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1683) by grzgrzgrz3 · 7 years ago
  82. 6f75bc0 bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) by Xiang Zhang · 7 years ago
  83. 685cdb9 Relax test timing (bpo-29861) to avoid sporadic failures (#1120) by Antoine Pitrou · 7 years ago
  84. 794623b bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693) by Xiang Zhang · 7 years ago
  85. 8988945 bpo-29861: release references to multiprocessing Pool tasks (#743) by Antoine Pitrou · 7 years ago
  86. ebb39bc Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. by Antoine Pitrou · 8 years ago
  87. cd2a201 Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. by Antoine Pitrou · 8 years ago
  88. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  89. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  90. 86a7668 Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting by Davin Potts · 8 years ago
  91. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  92. a6d865c Issue #25654: by Victor Stinner · 8 years ago
  93. 58f2bd8 Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 8 years ago
  94. 62b6a0d Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested. by Antoine Pitrou · 8 years ago
  95. 78f55ff Issue #23992: multiprocessing: make MapResult not fail-fast upon exception. by Charles-François Natali · 8 years ago
  96. 076dbd0 Fix remaining tests and remove an unused import. by Berker Peksag · 9 years ago
  97. 84de1bf Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  98. 71f73ca Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  99. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  100. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago