1. a6d865c Issue #25654: by Victor Stinner · 9 years ago
  2. 69cce48 Merge. by Richard Oudkerk · 11 years ago
  3. 8731d7b Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 11 years ago
  4. e943697 Issue #19478: Make choice of semaphore prefix more flexible. by Richard Oudkerk · 11 years ago
  5. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 11 years ago
  6. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 11 years ago
  7. 58ba47f Merge fixes for #13854 and #12157. by Richard Oudkerk · 12 years ago
  8. 29471de Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 12 years ago
  9. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  10. 2d843d2 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  11. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  12. 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  13. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  14. 3bcc017 (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers() by Victor Stinner · 13 years ago
  15. 0f83b15 Issue #12310: finalize the old process after _run_after_forkers() by Victor Stinner · 13 years ago
  16. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  17. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 14 years ago
  18. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  19. b519d23 Missing part from r78654 by Florent Xicluna · 15 years ago
  20. c57a84f Merged revisions 73694,73708,73738 via svnmerge from by Alexandre Vassalotti · 15 years ago
  21. 768008c For some reason sys.stdin may be None on Windows, and makes test_multiprocessing fail. by Amaury Forgeot d'Arc · 16 years ago
  22. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 16 years ago
  23. 1fcfe21 Merged revisions 64517,64519 via svnmerge from by Benjamin Peterson · 16 years ago
  24. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago