1. 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  2. 21aad97 Issue #19425 -- a pickling error should not cause pool to hang. by Richard Oudkerk · 12 years ago
  3. a9b90a7 Issue #17805: Add AsyncResult alias for ApplyResult by Richard Oudkerk · 12 years ago
  4. 4215d27 Issue #15101: Make pool finalizer avoid joining current thread by Richard Oudkerk · 13 years ago
  5. d44a4a2 Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 13 years ago
  6. 0c200c2 Issue #9400: Partial backport of fix for #9244 by Richard Oudkerk · 13 years ago
  7. 46f990e Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
  8. f64a0cf Issue #12285: multiprocessing.Pool() raises a ValueError if the number of by Victor Stinner · 14 years ago
  9. 7dfc874 Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 14 years ago
  10. 79af245 Merged revisions 87225 via svnmerge from by R. David Murray · 15 years ago
  11. d034b32 On finalize, don't try to join not started process. by Florent Xicluna · 15 years ago
  12. 5258477 Don't fail on a debug() statement, if the worker PID is (still) None. by Florent Xicluna · 15 years ago
  13. 654ade3 Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool by Jesse Noller · 16 years ago
  14. 7530e47 Issue 6433: multiprocessing.pool.map hangs on empty list by Jesse Noller · 16 years ago
  15. 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 16 years ago
  16. 5ecd745 Fix typo. by Georg Brandl · 17 years ago
  17. 5bc9f4c issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. by Jesse Noller · 17 years ago
  18. 82aa201 patch up multiprocessing until it's API can be changed too by Benjamin Peterson · 17 years ago
  19. 7f03ea7 darn! I converted half of the files the wrong way. by Benjamin Peterson · 17 years ago
  20. dfd7949 convert multiprocessing to unix line endings by Benjamin Peterson · 17 years ago
  21. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  22. 190d56e add the multiprocessing package to fulfill PEP 371 by Benjamin Peterson · 17 years ago