1. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  2. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  3. e8cd6bb Issue #15881: Clarify comment in exit function by Richard Oudkerk · 12 years ago
  4. 5bedef3 Issue #15881: Fixed 3.2 backport. by Alexander Belopolsky · 12 years ago
  5. 7f704c1 Fixed whitespace by Alexander Belopolsky · 12 years ago
  6. 3635156 Fixed whitespace by Alexander Belopolsky · 12 years ago
  7. f36c49d Issue #15881: Fixed atexit hook in multiprocessing. by Alexander Belopolsky · 12 years ago
  8. 59fb38b Issue #15881: Fixed atexit hook in multiprocessing. by Alexander Belopolsky · 12 years ago
  9. 73d9a29 Issue #13841: Make child processes exit using sys.exit() on Windows by Richard Oudkerk · 12 years ago
  10. ad06444 Make Finalize reserve a reference to os.getpid in case called at shutdown by Richard Oudkerk · 12 years ago
  11. 739ae56 Issue #14548: Make multiprocessing finalizers check pid before running by Richard Oudkerk · 12 years ago
  12. fa67aa0 Fix whitespace by Antoine Pitrou · 12 years ago
  13. ebdcd85 Move private function _args_from_interpreter_flags() to subprocess.py, so by Antoine Pitrou · 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. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  18. 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 13 years ago
  19. 71a28a9 Rebind locally the globals which can be looked up at shutdown by Antoine Pitrou · 13 years ago
  20. 34b312e Whitespace normalization by Antoine Pitrou · 13 years ago
  21. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  22. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  23. 41faa54 merge r68915 to py3k by Jesse Noller · 16 years ago
  24. 9a0fc97 merge cl r68737 to py3k by Jesse Noller · 16 years ago
  25. 949d47d Issue #3125: Remove copy_reg in multiprocessing and replace it with by Amaury Forgeot d'Arc · 16 years ago
  26. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 16 years ago
  27. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago