1. bd73e72 bpo-5001: More-informative multiprocessing error messages (#3079) by Allen W. Smith, Ph.D · 8 years ago
  2. 48d9823 bpo-5001, bpo-31169: Fix two uninformative asserts in multiprocessing/managers.py (#3078) by Allen W. Smith, Ph.D · 8 years ago
  3. 4835041 bpo-29293: multiprocessing.Condition.notify() lacks parameter `n` (#2480) by Antoine Pitrou · 8 years ago
  4. bdf6b91 bpo-29776: Use decorator syntax for properties. (#585) by Serhiy Storchaka · 8 years ago
  5. 5458647 Issue #28053: Applying refactorings, docs and other cleanup to follow. by Davin Potts · 9 years ago
  6. 70897ec Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 9 years ago
  7. 37156a7 Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions by Davin Potts · 9 years ago
  8. 86a7668 Fixes issue #6766: Updated multiprocessing Proxy Objects to support nesting by Davin Potts · 9 years ago
  9. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  10. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 11 years ago
  11. a924fc7 Issue #21565: multiprocessing: use contex-manager protocol for synchronization by Charles-François Natali · 11 years ago
  12. 80a5be1 Issue #20980: Stop wrapping exception when using ThreadPool. by Richard Oudkerk · 11 years ago
  13. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 12 years ago
  14. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 12 years ago
  15. 1b6348e Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 12 years ago
  16. e3e8bcf Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 12 years ago
  17. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  18. ac38571 Issue #15064: Make BaseManager.__enter__() start server if necessary. by Richard Oudkerk · 13 years ago
  19. 3049f12 Increase timeout used when waiting for manager to shutdown cleanly by Richard Oudkerk · 13 years ago
  20. 3730a17 Issue #14059: Implement multiprocessing.Barrier by Richard Oudkerk · 13 years ago
  21. 73d9a29 Issue #13841: Make child processes exit using sys.exit() on Windows by Richard Oudkerk · 13 years ago
  22. f0604fd Issue #3518: Remove references to non-existent BaseManager.from_address() method by Richard Oudkerk · 13 years ago
  23. 1074a92 Remove __getslice__, __setslice__, __delslice__ methods from proxies by Richard Oudkerk · 13 years ago
  24. 41eb85b Make AcquirerProxy.acquire() support timeout argument by Richard Oudkerk · 13 years ago
  25. a6becaa Fix dangling warning for test_multiprocessing by Richard Oudkerk · 13 years ago
  26. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 13 years ago
  27. c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 13 years ago
  28. 78c1b42 Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 14 years ago
  29. fe8039b Issue #13565: Increase multiprocessing's server socket backlog, to avoid by Charles-François Natali · 14 years ago
  30. de911b2 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. by Antoine Pitrou · 14 years ago
  31. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 14 years ago
  32. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 14 years ago
  33. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 15 years ago
  34. 1ce3eb5 Issue #8990: array.fromstring() and array.tostring() get renamed to by Antoine Pitrou · 15 years ago
  35. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 16 years ago
  36. 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
  37. 63b3a97 merge r68839 forward to py3k by Jesse Noller · 16 years ago
  38. f70a538 Issues #10867: remove old cPickle imports from multiprocessing by Jesse Noller · 16 years ago
  39. 824f4f3 Merge r66115 forward to py3k, resolves issue3419 by Jesse Noller · 17 years ago
  40. d757e73 Partially revert r65883 to let the tests pass. by Amaury Forgeot d'Arc · 17 years ago
  41. 949d47d Issue #3125: Remove copy_reg in multiprocessing and replace it with by Amaury Forgeot d'Arc · 17 years ago
  42. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 17 years ago
  43. fae4c62 Merged revisions 65828 via svnmerge from by Benjamin Peterson · 17 years ago
  44. 7275370 Merged revisions 65824 via svnmerge from by Benjamin Peterson · 17 years ago
  45. d61438a make changes for py3k for multiprocessing by Benjamin Peterson · 17 years ago
  46. 1fcfe21 Merged revisions 64517,64519 via svnmerge from by Benjamin Peterson · 17 years ago
  47. 04f7d53 attempt to fix multiprocessing by Benjamin Peterson · 17 years ago
  48. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 17 years ago
  49. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 17 years ago