COMMITS
/ Lib/multiprocessing/process.py February 21, 2020
C
bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538)
Christopher Hunt committed
November 19, 2019
J
bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088)
Jake Tesler committed
May 20, 2019
T
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau committed
December 14, 2018
V
bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138)
Victor Stinner committed
March 11, 2018
A
bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)
Antoine Pitrou committed
August 16, 2017
A
July 26, 2017
V
bpo-31019: Fix multiprocessing.Process.is_alive() (#2875)
Victor Stinner committed
July 18, 2017
V
bpo-30794: added kill() method to multiprocessing.Process (#2528)
Vitor Pereira committed
June 28, 2017
A
Clear potential ref cycle between Process and Process target (#2470)
Antoine Pitrou committed
June 24, 2017
A
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou committed
April 5, 2017
S
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka committed
March 25, 2016
V
Issue #25654:
Victor Stinner committed
November 17, 2013
R
Fix handling of SystemExit and exit code. Patch by Brodie Rao.
Richard Oudkerk committed
November 2, 2013
R
Issue #19478: Make choice of semaphore prefix more flexible.
Richard Oudkerk committed
October 16, 2013
R
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk committed
August 14, 2013
R
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk committed
June 7, 2012
R
Merge fixes for #13854 and #12157.
Richard Oudkerk committed
June 6, 2012
R
Issue #13854: Properly handle non-integer, non-string arg to SystemExit
Richard Oudkerk committed
April 30, 2012
R
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk committed
January 27, 2012
A
July 15, 2011
A
Issue #12573: Add resource checks for dangling Thread and Process objects.
Antoine Pitrou committed
A
Issue #12573: Add resource checks for dangling Thread and Process objects.
Antoine Pitrou committed
June 17, 2011
V
(Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers()
Victor Stinner committed
V
Issue #12310: finalize the old process after _run_after_forkers()
Victor Stinner committed
June 6, 2011
A
Issue #12040: Expose a new attribute `sentinel` on instances of
Antoine Pitrou committed
February 25, 2011
A
Issue #6064: Add a `daemon` keyword argument to the threading.Thread
Antoine Pitrou committed
December 14, 2010
R
9162: fix license in multiprocessing files
R. David Murray committed
March 4, 2010
F
Missing part from r78654
Florent Xicluna committed
July 17, 2009
A
Merged revisions 73694,73708,73738 via svnmerge from
Alexandre Vassalotti committed
August 20, 2008
A
For some reason sys.stdin may be None on Windows, and makes test_multiprocessing fail.
Amaury Forgeot d'Arc committed
August 19, 2008
B
Merged revisions 65864 via svnmerge from
Benjamin Peterson committed
June 25, 2008
B
Merged revisions 64517,64519 via svnmerge from
Benjamin Peterson committed
June 11, 2008
B
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson committed