1. e8cd6bb Issue #15881: Clarify comment in exit function by Richard Oudkerk · 12 years ago
  2. 7f704c1 Fixed whitespace by Alexander Belopolsky · 12 years ago
  3. f36c49d Issue #15881: Fixed atexit hook in multiprocessing. by Alexander Belopolsky · 12 years ago
  4. 73d9a29 Issue #13841: Make child processes exit using sys.exit() on Windows by Richard Oudkerk · 12 years ago
  5. ad06444 Make Finalize reserve a reference to os.getpid in case called at shutdown by Richard Oudkerk · 12 years ago
  6. 739ae56 Issue #14548: Make multiprocessing finalizers check pid before running by Richard Oudkerk · 12 years ago
  7. fa67aa0 Fix whitespace by Antoine Pitrou · 12 years ago
  8. ebdcd85 Move private function _args_from_interpreter_flags() to subprocess.py, so by Antoine Pitrou · 12 years ago
  9. 77c84f2 #12098: Make multiprocessing's child processes inherit sys.flags on Windows by Richard Oudkerk · 12 years ago
  10. 59d5404 Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2 by Richard Oudkerk · 12 years ago
  11. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  12. 04842a8 Remove unused or redundant imports in concurrent.futures and multiprocessing. by Florent Xicluna · 13 years ago
  13. 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 13 years ago
  14. 71a28a9 Rebind locally the globals which can be looked up at shutdown by Antoine Pitrou · 13 years ago
  15. 34b312e Whitespace normalization 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. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  18. 41faa54 merge r68915 to py3k by Jesse Noller · 16 years ago
  19. 9a0fc97 merge cl r68737 to py3k by Jesse Noller · 16 years ago
  20. 949d47d Issue #3125: Remove copy_reg in multiprocessing and replace it with by Amaury Forgeot d'Arc · 16 years ago
  21. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 16 years ago
  22. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago