COMMITS
/ Lib/multiprocessing/popen_fork.py April 23, 2025
P
gh-131913: multiprocessing: add interrupt for POSIX (GH-132453)
pulkin committed
May 3, 2024
T
gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)
Tian Gao committed
April 1, 2020
V
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner committed
November 19, 2019
May 20, 2019
T
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau committed
November 10, 2018
S
bpo-35202: Remove unused imports in Lib directory. (GH-10446)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed
March 11, 2018
A
bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)
Antoine Pitrou committed
October 22, 2017
A
bpo-28326: Fix multiprocessing.Process when stdout and/or stderr is closed or None. (#4073)
Antoine Pitrou committed
August 29, 2017
A
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D committed
July 18, 2017
V
bpo-30794: added kill() method to multiprocessing.Process (#2528)
Vitor Pereira committed
June 24, 2017
A
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou committed
June 12, 2017
A
Fix bpo-30589: improve Process.exitcode with forkserver (#1989)
Antoine Pitrou committed
May 27, 2017
A
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou committed
February 7, 2015
C
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali committed
March 23, 2014
R
Merge 3.3.
Richard Oudkerk committed
October 16, 2013
R
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
August 14, 2013
R
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk committed