1. c09a9f5 bpo-36888: Add multiprocessing.parent_process() (GH-13247) by Thomas Moreau · 6 years ago
  2. 7acd50a bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138) by Victor Stinner · 7 years ago
  3. e756f66 bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079) by Antoine Pitrou · 7 years ago
  4. ee84a60 bpo-18966: non-daemonic threads created by a multiprocessing.Process should be joined on exit (#3111) by Antoine Pitrou · 8 years ago
  5. 2db6482 bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) by Victor Stinner · 8 years ago
  6. ba75af7 bpo-30794: added kill() method to multiprocessing.Process (#2528) by Vitor Pereira · 8 years ago
  7. 79d37ae Clear potential ref cycle between Process and Process target (#2470) by Antoine Pitrou · 8 years ago
  8. 13e96cc Fix bpo-30596: Add close() method to multiprocessing.Process (#2010) by Antoine Pitrou · 8 years ago
  9. 5affd23 bpo-29762: More use "raise from None". (#569) by Serhiy Storchaka · 8 years ago
  10. a6d865c Issue #25654: by Victor Stinner · 9 years ago
  11. 69cce48 Merge. by Richard Oudkerk · 12 years ago
  12. 8731d7b Fix handling of SystemExit and exit code. Patch by Brodie Rao. by Richard Oudkerk · 12 years ago
  13. e943697 Issue #19478: Make choice of semaphore prefix more flexible. by Richard Oudkerk · 12 years ago
  14. b1694cf Issue #18999: Make multiprocessing use context objects. by Richard Oudkerk · 12 years ago
  15. 84ed9a6 Issue #8713: Support alternative start methods in multiprocessing on Unix. by Richard Oudkerk · 12 years ago
  16. 58ba47f Merge fixes for #13854 and #12157. by Richard Oudkerk · 13 years ago
  17. 29471de Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 13 years ago
  18. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 13 years ago
  19. 2d843d2 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  20. 84a0fbf Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. by Antoine Pitrou · 13 years ago
  21. 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 14 years ago
  22. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 14 years ago
  23. 3bcc017 (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers() by Victor Stinner · 14 years ago
  24. 0f83b15 Issue #12310: finalize the old process after _run_after_forkers() by Victor Stinner · 14 years ago
  25. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 14 years ago
  26. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 14 years ago
  27. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 15 years ago
  28. b519d23 Missing part from r78654 by Florent Xicluna · 15 years ago
  29. c57a84f Merged revisions 73694,73708,73738 via svnmerge from by Alexandre Vassalotti · 16 years ago
  30. 768008c For some reason sys.stdin may be None on Windows, and makes test_multiprocessing fail. by Amaury Forgeot d'Arc · 17 years ago
  31. 58ea9fe Merged revisions 65864 via svnmerge from by Benjamin Peterson · 17 years ago
  32. 1fcfe21 Merged revisions 64517,64519 via svnmerge from by Benjamin Peterson · 17 years ago
  33. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 17 years ago