index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
multiprocessing
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)
Pablo Galindo
2020-03-09
1
-0/+23
*
bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)
Victor Stinner
2019-12-17
1
-0/+25
*
bpo-38417: Add umask support to subprocess (GH-16726)
Gregory P. Smith
2019-10-12
1
-1/+1
*
bpo-36046: Add user and group parameters to subprocess (GH-11950)
Patrick McLean
2019-09-12
1
-1/+1
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1/+1
*
bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)
Victor Stinner
2019-07-04
1
-1/+13
*
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau
2019-05-20
1
-0/+6
*
bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)
Antoine Pitrou
2018-03-11
1
-0/+14
*
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D
2017-08-29
1
-3/+6
*
bpo-24484: Avoid race condition in multiprocessing cleanup (#2159)
Antoine Pitrou
2017-06-13
1
-13/+21
*
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)
Serhiy Storchaka
2017-04-19
1
-1/+1
*
Issue #25654:
Victor Stinner
2016-03-25
1
-0/+23
*
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka
2014-07-25
1
-3/+4
*
Issue #21565: multiprocessing: use contex-manager protocol for synchronization
Charles-François Natali
2014-05-25
1
-0/+7
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-2/+0
*
Issue #18865: remove unused import from multiprocessing.util.spawnv_passfds()
Victor Stinner
2013-08-28
1
-1/+1
*
Issue #18865: PEP 446 makes multiprocessing.util.pipe() unnecessary.
Richard Oudkerk
2013-08-28
1
-20/+0
*
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
1
-3/+5
*
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
1
-10/+60
*
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
Richard Oudkerk
2013-04-17
1
-1/+4
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
\
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
*
Issue #15881: Fixed 3.2 backport.
Alexander Belopolsky
2012-09-09
1
-0/+2
|
*
Fixed whitespace
Alexander Belopolsky
2012-09-09
1
-1/+1
|
*
Issue #15881: Fixed atexit hook in multiprocessing.
Alexander Belopolsky
2012-09-09
1
-16/+38
*
|
Issue #15881: Clarify comment in exit function
Richard Oudkerk
2012-09-13
1
-8/+11
*
|
Fixed whitespace
Alexander Belopolsky
2012-09-09
1
-1/+1
*
|
Issue #15881: Fixed atexit hook in multiprocessing.
Alexander Belopolsky
2012-09-09
1
-9/+32
*
|
Issue #13841: Make child processes exit using sys.exit() on Windows
Richard Oudkerk
2012-06-14
1
-12/+15
*
|
Make Finalize reserve a reference to os.getpid in case called at shutdown
Richard Oudkerk
2012-06-04
1
-2/+2
*
|
Issue #14548: Make multiprocessing finalizers check pid before running
Richard Oudkerk
2012-05-25
1
-3/+9
*
|
Fix whitespace
Antoine Pitrou
2012-05-18
1
-1/+0
*
|
Move private function _args_from_interpreter_flags() to subprocess.py, so
Antoine Pitrou
2012-05-18
1
-29/+1
*
|
#12098: Make multiprocessing's child processes inherit sys.flags on Windows
Richard Oudkerk
2012-05-18
1
-0/+31
*
|
Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2
Richard Oudkerk
2012-05-10
1
-15/+0
*
|
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk
2012-04-30
1
-26/+1
*
|
Remove unused or redundant imports in concurrent.futures and multiprocessing.
Florent Xicluna
2011-11-11
1
-2/+1
*
|
Use InterruptedError instead of checking for EINTR
Antoine Pitrou
2011-10-23
1
-6/+3
*
|
Rebind locally the globals which can be looked up at shutdown
Antoine Pitrou
2011-07-08
1
-1/+5
*
|
Whitespace normalization
Antoine Pitrou
2011-06-06
1
-1/+0
*
|
Issue #12040: Expose a new attribute `sentinel` on instances of
Antoine Pitrou
2011-06-06
1
-0/+21
|
/
*
9162: fix license in multiprocessing files
R. David Murray
2010-12-14
1
-1/+27
*
merge r68915 to py3k
Jesse Noller
2009-01-25
1
-12/+24
*
merge cl r68737 to py3k
Jesse Noller
2009-01-18
1
-24/+0
*
Issue #3125: Remove copy_reg in multiprocessing and replace it with
Amaury Forgeot d'Arc
2008-08-19
1
-33/+0
*
Merged revisions 65864 via svnmerge from
Benjamin Peterson
2008-08-19
1
-2/+2
*
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson
2008-06-11
1
-0/+336