1. 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
  2. c2368cb bpo-34054: multiprocessing uses time.monotonic() (GH-8118) by Victor Stinner · 6 years ago
  3. e2f33ad bpo-33078 - Fix queue size on pickling error (GH-6119) by Thomas Moreau · 6 years ago
  4. 94459fd bpo-31699 Deadlocks in `concurrent.futures.ProcessPoolExecutor` with pickling error (#3895) by Thomas Moreau · 7 years ago
  5. bd73e72 bpo-5001: More-informative multiprocessing error messages (#3079) by Allen W. Smith, Ph.D · 7 years ago
  6. 3b69d91 bpo-30886: Fix multiprocessing.Queue.join_thread() (#2642) by Victor Stinner · 7 years ago
  7. 1b7863c bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) by Victor Stinner · 7 years ago
  8. bc50f03 bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1683) by grzgrzgrz3 · 7 years ago
  9. 6f75bc0 bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601) by Xiang Zhang · 7 years ago
  10. 5458647 Issue #28053: Applying refactorings, docs and other cleanup to follow. by Davin Potts · 8 years ago
  11. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  12. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  13. 291d7b0 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  14. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  15. a924fc7 Issue #21565: multiprocessing: use contex-manager protocol for synchronization by Charles-François Natali · 10 years ago
  16. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 11 years ago
  17. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  18. 84e4316 Issue #17025: multiprocessing: Reduce Queue and SimpleQueue contention. by Charles-François Natali · 11 years ago
  19. 6b97374 Issue #16284: Prevent keeping unnecessary references to worker functions in concurrent.futures ThreadPoolExecutor. by Andrew Svetlov · 12 years ago
  20. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  21. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
  22. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  23. 0215724 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  24. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  25. fb96089 Fix test_multiprocessing failure under Windows. (followup to dfaa3a149a92) by Antoine Pitrou · 13 years ago
  26. dc19c24 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  27. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  28. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  29. 8719ad5 Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,74531,74549,74553,74625,74632,74643-74644,74647,74652,74666,74671,74727,74739 via svnmerge from by Benjamin Peterson · 15 years ago
  30. 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 15 years ago
  31. 14f3ae2 merge 70792 to py3k by Jesse Noller · 15 years ago
  32. 7275370 Merged revisions 65824 via svnmerge from by Benjamin Peterson · 16 years ago
  33. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  34. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago