COMMITS
/ Lib/multiprocessing/util.py 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
November 11, 2011
F
Remove unused or redundant imports in concurrent.futures and multiprocessing.
Florent Xicluna committed
October 23, 2011
A
Use InterruptedError instead of checking for EINTR
Antoine Pitrou committed
July 8, 2011
A
Rebind locally the globals which can be looked up at shutdown
Antoine Pitrou committed
June 6, 2011
A
Whitespace normalization
Antoine Pitrou committed
A
Issue #12040: Expose a new attribute `sentinel` on instances of
Antoine Pitrou committed
December 14, 2010
R
9162: fix license in multiprocessing files
R. David Murray committed
January 25, 2009
J
merge r68915 to py3k
Jesse Noller committed
January 18, 2009
J
merge cl r68737 to py3k
Jesse Noller committed
August 19, 2008
A
Issue #3125: Remove copy_reg in multiprocessing and replace it with
Amaury Forgeot d'Arc committed
B
Merged revisions 65864 via svnmerge from
Benjamin Peterson committed
June 11, 2008
B
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson committed