1. eb0d359 bpo-40443: Remove unused imports in stdlib (GH-19815) by Victor Stinner · 5 years ago
  2. 0361556 bpo-39481: PEP 585 for a variety of modules (GH-19423) by Batuhan Taşkaya · 5 years ago
  3. ac10e0c bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009) by Batuhan Taşkaya · 5 years ago
  4. 2085bd0 bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) by Serhiy Storchaka · 6 years ago
  5. 7c99454 bpo-35493: Use Process.sentinel instead of sleeping for polling worker status in multiprocessing.Pool (#11488) by Pablo Galindo · 6 years ago
  6. 3766f18 bpo-35378: Fix multiprocessing.Pool references (GH-11627) by Pablo Galindo · 6 years ago
  7. 9a8d1d7 bpo-35424: emit ResourceWarning at multiprocessing.Pool destruction (GH-10974) by Victor Stinner · 7 years ago
  8. 2dfe351 bpo-35491, multiprocessing: replace "RUN" with RUN (GH-11178) by Victor Stinner · 7 years ago
  9. 2b417fb Add multiprocessing.Pool.__repr__() (GH-11137) by Victor Stinner · 7 years ago
  10. 08c2ba0 bpo-35477: multiprocessing.Pool.__enter__() fails if called twice (GH-11134) by Victor Stinner · 7 years ago
  11. 9dfc754 Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)" (GH-10971) by Victor Stinner · 7 years ago
  12. 5d236ca bpo-19675: Terminate processes if construction of a pool is failing. (GH-5614) by Julien Palard · 7 years ago
  13. 97bfe8d bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) by tzickel · 7 years ago
  14. ab74504 bpo-32576: use queue.SimpleQueue in critical places (#5216) by Antoine Pitrou · 8 years ago
  15. e91c2a5 [Trivial] Remove now redundant assert (#3245) by Antoine Pitrou · 8 years ago
  16. bd73e72 bpo-5001: More-informative multiprocessing error messages (#3079) by Allen W. Smith, Ph.D · 8 years ago
  17. 5affd23 bpo-29762: More use "raise from None". (#569) by Serhiy Storchaka · 8 years ago
  18. 794623b bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-693) by Xiang Zhang · 8 years ago
  19. 8988945 bpo-29861: release references to multiprocessing Pool tasks (#743) by Antoine Pitrou · 8 years ago
  20. 78f55ff Issue #23992: multiprocessing: make MapResult not fail-fast upon exception. by Charles-François Natali · 9 years ago
  21. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  22. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  23. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 11 years ago
  24. a924fc7 Issue #21565: multiprocessing: use contex-manager protocol for synchronization by Charles-François Natali · 11 years ago
  25. 80a5be1 Issue #20980: Stop wrapping exception when using ThreadPool. by Richard Oudkerk · 11 years ago
  26. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
  27. 33aaa73 Merge. by Richard Oudkerk · 12 years ago
  28. e90cedb Issue #19425 -- a pickling error should not cause pool to hang. by Richard Oudkerk · 12 years ago
  29. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 12 years ago
  30. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 12 years ago
  31. 37cfb0a Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where by Charles-François Natali · 12 years ago
  32. f3a0da2 Merge by Richard Oudkerk · 12 years ago
  33. def51ca Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 12 years ago
  34. 8575783 Issue #13813: Embed stringification of remote traceback in local by Richard Oudkerk · 12 years ago
  35. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 13 years ago
  36. 254af26 #16307: Fix multiprocessing.Pool.map_async not calling its callbacks by Hynek Schlawack · 13 years ago
  37. 3095f47 raise a ValueError instead of an AssertionError when pool is an invalid state by Benjamin Peterson · 13 years ago
  38. d69cfe8 Issue #15064: Implement context manager protocol for multiprocessing types by Richard Oudkerk · 13 years ago
  39. 0f88427 Issue #15101: Make pool finalizer avoid joining current thread. by Richard Oudkerk · 13 years ago
  40. f29ec4b Issue #15101: Make pool finalizer avoid joining current thread. by Richard Oudkerk · 13 years ago
  41. 58ba47f Merge fixes for #13854 and #12157. by Richard Oudkerk · 13 years ago
  42. e41682b Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 13 years ago
  43. 692130a Issue #12091: simplify ApplyResult and MapResult with threading.Event by Richard Oudkerk · 13 years ago
  44. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 13 years ago
  45. de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 14 years ago
  46. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 14 years ago
  47. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
  48. 2fae27b Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 14 years ago
  49. bed9a5b Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). by Antoine Pitrou · 14 years ago
  50. 81dee6b Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 14 years ago
  51. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 15 years ago
  52. 2afcbf2 Issue #9244: multiprocessing.pool: Worker crashes if result can't be encoded by Ask Solem · 15 years ago
  53. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 15 years ago
  54. 998171f Merged revisions 78777,78787,78790 via svnmerge from by Florent Xicluna · 15 years ago
  55. 1f0b658 Merged revisions 77794 via svnmerge from by Jesse Noller · 16 years ago
  56. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 16 years ago
  57. f47ed4a Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from by Benjamin Peterson · 16 years ago
  58. 9290503 #4206: fix 2.xisms in multiprocessing docs and docstrings. by Georg Brandl · 17 years ago
  59. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 17 years ago
  60. fae4c62 Merged revisions 65828 via svnmerge from by Benjamin Peterson · 17 years ago
  61. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 17 years ago
  62. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 17 years ago