1. 254af26 #16307: Fix multiprocessing.Pool.map_async not calling its callbacks by Hynek Schlawack · 12 years ago
  2. 3095f47 raise a ValueError instead of an AssertionError when pool is an invalid state by Benjamin Peterson · 12 years ago
  3. d69cfe8 Issue #15064: Implement context manager protocol for multiprocessing types by Richard Oudkerk · 12 years ago
  4. 0f88427 Issue #15101: Make pool finalizer avoid joining current thread. by Richard Oudkerk · 12 years ago
  5. f29ec4b Issue #15101: Make pool finalizer avoid joining current thread. by Richard Oudkerk · 12 years ago
  6. 58ba47f Merge fixes for #13854 and #12157. by Richard Oudkerk · 12 years ago
  7. e41682b Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 12 years ago
  8. 692130a Issue #12091: simplify ApplyResult and MapResult with threading.Event by Richard Oudkerk · 12 years ago
  9. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  10. de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 13 years ago
  11. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  12. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  13. 2fae27b Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 13 years ago
  14. bed9a5b Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). by Antoine Pitrou · 13 years ago
  15. 81dee6b Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 13 years ago
  16. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  17. 2afcbf2 Issue #9244: multiprocessing.pool: Worker crashes if result can't be encoded by Ask Solem · 14 years ago
  18. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  19. 998171f Merged revisions 78777,78787,78790 via svnmerge from by Florent Xicluna · 14 years ago
  20. 1f0b658 Merged revisions 77794 via svnmerge from by Jesse Noller · 15 years ago
  21. e52e378 Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge from by Alexandre Vassalotti · 15 years ago
  22. f47ed4a Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from by Benjamin Peterson · 15 years ago
  23. 9290503 #4206: fix 2.xisms in multiprocessing docs and docstrings. by Georg Brandl · 16 years ago
  24. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 16 years ago
  25. fae4c62 Merged revisions 65828 via svnmerge from by Benjamin Peterson · 16 years ago
  26. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  27. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago