1. 3165a75 Merge 3.2 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. b303580 Issue #15525: Increase timeout when TerminateProcess() fails by Richard Oudkerk · 12 years ago
  4. 73d9a29 Issue #13841: Make child processes exit using sys.exit() on Windows by Richard Oudkerk · 12 years ago
  5. bd7b5dd Prevent handle leak if CreateProcess() fails in multiprocessing by Richard Oudkerk · 12 years ago
  6. 77c84f2 #12098: Make multiprocessing's child processes inherit sys.flags on Windows by Richard Oudkerk · 12 years ago
  7. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  8. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  9. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  10. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago
  11. 846fd30 Issue #14335: multiprocessing's custom Pickler subclass now inherits from the C-accelerated implementation. by Antoine Pitrou · 12 years ago
  12. 2d843d2 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  13. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  14. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  15. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  16. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  17. 87cf220 Issue #11743: Rewrite multiprocessing connection classes in pure Python. by Antoine Pitrou · 13 years ago
  18. 727b498 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  19. e2f2998 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  20. 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
  21. d382066 Merged revisions 87225 via svnmerge from by R. David Murray · 14 years ago
  22. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  23. 6aa8bc3 Merged revisions 83722 via svnmerge from by Brian Curtin · 14 years ago
  24. a6a3274 Fix #9513 to remove relative imports from multiprocessing. by Brian Curtin · 14 years ago
  25. 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 14 years ago
  26. 998171f Merged revisions 78777,78787,78790 via svnmerge from by Florent Xicluna · 14 years ago
  27. f70a538 Issues #10867: remove old cPickle imports from multiprocessing by Jesse Noller · 16 years ago
  28. 949d47d Issue #3125: Remove copy_reg in multiprocessing and replace it with by Amaury Forgeot d'Arc · 16 years ago
  29. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 16 years ago
  30. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago