1. a655075 Issue #17025: Add dumps() and loads() to ForkingPickler. by Charles-François Natali · 12 years ago
  2. 0320025 Merge by Richard Oudkerk · 12 years ago
  3. 5b8a324 Merge by Richard Oudkerk · 12 years ago
  4. 7aaa1ef Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. by Richard Oudkerk · 12 years ago
  5. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  6. 8f7c4b8 Issue #16481: Merge by Richard Oudkerk · 12 years ago
  7. 021f4c2 Issue #16481: multiprocessing no longer leaks process handles on Windows. by Richard Oudkerk · 12 years ago
  8. 5046e97 Make __mp_main__ an alias for __main__ in all processes to simplify by Richard Oudkerk · 12 years ago
  9. 3165a75 Merge 3.2 by Richard Oudkerk · 12 years ago
  10. e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 12 years ago
  11. b303580 Issue #15525: Increase timeout when TerminateProcess() fails by Richard Oudkerk · 12 years ago
  12. 73d9a29 Issue #13841: Make child processes exit using sys.exit() on Windows by Richard Oudkerk · 12 years ago
  13. bd7b5dd Prevent handle leak if CreateProcess() fails in multiprocessing by Richard Oudkerk · 12 years ago
  14. 77c84f2 #12098: Make multiprocessing's child processes inherit sys.flags on Windows by Richard Oudkerk · 12 years ago
  15. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  16. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  17. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  18. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  19. 846fd30 Issue #14335: multiprocessing's custom Pickler subclass now inherits from the C-accelerated implementation. by Antoine Pitrou · 13 years ago
  20. 2d843d2 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  21. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. 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. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  24. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  25. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  26. 727b498 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 14 years ago
  27. e2f2998 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 14 years ago
  28. 793ee1f Issue #10845: Improve compatibility between multiprocessing on Windows and package, zipfile and directory execution (Reviewed by Antoine Pitrou and approved by Georg Brandl) by Nick Coghlan · 14 years ago
  29. d382066 Merged revisions 87225 via svnmerge from by R. David Murray · 14 years ago
  30. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  31. 6aa8bc3 Merged revisions 83722 via svnmerge from by Brian Curtin · 14 years ago
  32. a6a3274 Fix #9513 to remove relative imports from multiprocessing. by Brian Curtin · 14 years ago
  33. 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 15 years ago
  34. 998171f Merged revisions 78777,78787,78790 via svnmerge from by Florent Xicluna · 15 years ago
  35. f70a538 Issues #10867: remove old cPickle imports from multiprocessing by Jesse Noller · 16 years ago
  36. 949d47d Issue #3125: Remove copy_reg in multiprocessing and replace it with by Amaury Forgeot d'Arc · 16 years ago
  37. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 16 years ago
  38. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago