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
/
spawn.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau
2019-05-20
1
-10/+9
*
bpo-36867: Make semaphore_tracker track other system resources (GH-13222)
Pierre Glaser
2019-05-10
1
-2/+2
*
bpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__ variable (GH-11745)
Steve Dower
2019-02-04
1
-7/+0
*
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)
Steve Dower
2019-01-25
1
-1/+8
*
bpo-33929: Fix regression in spawn_main() (#7962)
Victor Stinner
2018-06-27
1
-2/+6
*
bpo-33929: multiprocessing: fix handle leak on race condition (GH-7921)
Victor Stinner
2018-06-27
1
-1/+9
*
bpo-5001: More-informative multiprocessing error messages (#3079)
Allen W. Smith, Ph.D
2017-08-29
1
-1/+1
*
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...
Antoine Pitrou
2016-12-10
1
-1/+1
|
\
|
*
Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkse...
Antoine Pitrou
2016-12-10
1
-1/+1
*
|
Issue #28053: Applying refactorings, docs and other cleanup to follow.
Davin Potts
2016-09-09
1
-5/+4
|
/
*
Fix typo in docstring of multiprocessing.spawn.spawn_main()
Berker Peksag
2016-01-07
1
-1/+1
*
Issue #20990: Correction for 619331c67638.
Richard Oudkerk
2014-03-23
1
-2/+2
*
Issue #20990: Fix issues found by pyflakes for multiprocessing.
Richard Oudkerk
2014-03-23
1
-2/+10
*
Close #19946: use runpy as needed in multiprocessing
Nick Coghlan
2013-12-17
1
-51/+70
*
Issue #19946: Raise ImportError when the main module cannot be found
Brett Cannon
2013-12-13
1
-0/+2
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
1
-6/+5
*
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk
2013-10-16
1
-4/+4
*
Stop making fork server have copy of semaphore_tracker_fd.
Richard Oudkerk
2013-08-22
1
-7/+8
*
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
1
-0/+258