1. 7aaa1ef Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. by Richard Oudkerk · 12 years ago
  2. e88a244 Issue #15646: Prevent equivalent of a fork bomb when using multiprocessing by Richard Oudkerk · 12 years ago
  3. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  4. 727b498 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 14 years ago
  5. e2f2998 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 14 years ago
  6. 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
  7. d382066 Merged revisions 87225 via svnmerge from by R. David Murray · 14 years ago
  8. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  9. 6aa8bc3 Merged revisions 83722 via svnmerge from by Brian Curtin · 14 years ago
  10. a6a3274 Fix #9513 to remove relative imports from multiprocessing. by Brian Curtin · 14 years ago
  11. 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 15 years ago
  12. 998171f Merged revisions 78777,78787,78790 via svnmerge from by Florent Xicluna · 15 years ago
  13. f70a538 Issues #10867: remove old cPickle imports from multiprocessing by Jesse Noller · 16 years ago
  14. 949d47d Issue #3125: Remove copy_reg in multiprocessing and replace it with by Amaury Forgeot d'Arc · 16 years ago
  15. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 16 years ago
  16. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago