COMMITS
/ Lib/multiprocessing/util.py November 7, 2025
B
gh-140734: fix off-by-one error when comparing to `_SUN_PATH_MAX` (#140903)
Bénédikt Tran committed
May 21, 2025
B
gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085)
Bénédikt Tran committed
October 16, 2024
F
gh-125620: Remove unnecessary import of subprocess in spawnv_passfds (#125624)
Furkan Onder committed
July 31, 2024
C
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Cody Maloney committed
June 13, 2024
V
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner committed
March 11, 2024
M
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith committed
December 24, 2023
X
gh-113421: Fix multiprocessing logger for "%(filename)s" (GH-113423)
Xu Song committed
September 27, 2023
D
gh-109461: Update logging module lock to use context manager (#109462)
Dale Collison committed
May 5, 2022
G
gh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith committed
April 27, 2022
A
Fix missing `f` prefix on f-strings (GH-91910)
Alexander Shadchin committed
April 25, 2022
G
gh-91401: Add a failsafe way to disable vfork. (#91490)
Gregory P. Smith committed
April 22, 2022
April 2, 2021
I
bpo-43651: Fix test_compileall with PEP 597 (GH-25128)
Inada Naoki committed
April 14, 2020
D
bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19477)
Dong-hee Na committed
March 9, 2020
P
bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)
Pablo Galindo committed
December 17, 2019
V
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)
Victor Stinner committed
October 12, 2019
G
bpo-38417: Add umask support to subprocess (GH-16726)
Gregory P. Smith committed
September 12, 2019
P
bpo-36046: Add user and group parameters to subprocess (GH-11950)
Patrick McLean committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim committed
July 4, 2019
V
bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)
Victor Stinner committed
May 20, 2019
T
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau committed
March 11, 2018
A
bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)
Antoine Pitrou committed
August 29, 2017
A
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D committed
June 13, 2017
A
bpo-24484: Avoid race condition in multiprocessing cleanup (#2159)
Antoine Pitrou committed
April 19, 2017
S
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)
Serhiy Storchaka committed
March 25, 2016
V
Issue #25654:
Victor Stinner committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
May 25, 2014
C
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
Charles-François Natali committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
August 28, 2013
V
Issue #18865: remove unused import from multiprocessing.util.spawnv_passfds()
Victor Stinner committed
R
Issue #18865: PEP 446 makes multiprocessing.util.pipe() unnecessary.
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
April 17, 2013
R
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
Richard Oudkerk committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
September 13, 2012
R
Issue #15881: Clarify comment in exit function
Richard Oudkerk committed
September 9, 2012
A
Issue #15881: Fixed 3.2 backport.
Alexander Belopolsky committed
A
Fixed whitespace
Alexander Belopolsky committed
A
Fixed whitespace
Alexander Belopolsky committed
A
Issue #15881: Fixed atexit hook in multiprocessing.
Alexander Belopolsky committed
A
Issue #15881: Fixed atexit hook in multiprocessing.
Alexander Belopolsky committed
June 14, 2012
R
Issue #13841: Make child processes exit using sys.exit() on Windows
Richard Oudkerk committed
June 4, 2012
R
Make Finalize reserve a reference to os.getpid in case called at shutdown
Richard Oudkerk committed
May 25, 2012
R
Issue #14548: Make multiprocessing finalizers check pid before running
Richard Oudkerk committed
May 18, 2012
A
Fix whitespace
Antoine Pitrou committed
A
Move private function _args_from_interpreter_flags() to subprocess.py, so
Antoine Pitrou committed
R
#12098: Make multiprocessing's child processes inherit sys.flags on Windows
Richard Oudkerk committed
May 10, 2012
R
Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2
Richard Oudkerk committed
April 30, 2012
R
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk committed