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
/
process.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-104536: Improve `multiprocessing.process._cleanup` logic (#104537)
Luccccifer
2023-05-22
1
-1/+1
*
gh-90549: Fix leak of global named resources using multiprocessing spawn (#30...
Leo Trol
2022-06-09
1
-2/+8
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
1
-0/+1
*
bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538)
Christopher Hunt
2020-02-21
1
-5/+5
*
bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088)
Jake Tesler
2019-11-19
1
-0/+2
*
bpo-36888: Add multiprocessing.parent_process() (GH-13247)
Thomas Moreau
2019-05-20
1
-3/+49
*
bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138)
Victor Stinner
2018-12-14
1
-11/+16
*
bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)
Antoine Pitrou
2018-03-11
1
-2/+1
*
bpo-18966: non-daemonic threads created by a multiprocessing.Process should b...
Antoine Pitrou
2017-08-16
1
-0/+2
*
bpo-31019: Fix multiprocessing.Process.is_alive() (#2875)
Victor Stinner
2017-07-26
1
-2/+8
*
bpo-30794: added kill() method to multiprocessing.Process (#2528)
Vitor Pereira
2017-07-18
1
-0/+7
*
Clear potential ref cycle between Process and Process target (#2470)
Antoine Pitrou
2017-06-28
1
-0/+3
*
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
Antoine Pitrou
2017-06-24
1
-0/+35
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
1
-1/+1
*
Issue #25654:
Victor Stinner
2016-03-25
1
-6/+1
*
Merge.
Richard Oudkerk
2013-11-17
1
-1/+1
|
\
|
*
Fix handling of SystemExit and exit code. Patch by Brodie Rao.
Richard Oudkerk
2013-11-17
1
-1/+1
*
|
Issue #19478: Make choice of semaphore prefix more flexible.
Richard Oudkerk
2013-11-02
1
-2/+8
*
|
Issue #18999: Make multiprocessing use context objects.
Richard Oudkerk
2013-10-16
1
-11/+10
*
|
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
1
-30/+30
|
/
*
Merge fixes for #13854 and #12157.
Richard Oudkerk
2012-06-07
1
-3/+3
|
\
|
*
Issue #13854: Properly handle non-integer, non-string arg to SystemExit
Richard Oudkerk
2012-06-06
1
-3/+3
*
|
Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"
Richard Oudkerk
2012-04-30
1
-26/+1
*
|
Issue #13812: When a multiprocessing Process child raises an exception, flush...
Antoine Pitrou
2012-01-27
1
-3/+4
|
\
\
|
|
/
|
*
Issue #13812: When a multiprocessing Process child raises an exception, flush...
Antoine Pitrou
2012-01-27
1
-3/+4
*
|
Issue #12573: Add resource checks for dangling Thread and Process objects.
Antoine Pitrou
2011-07-15
1
-0/+5
|
\
\
|
|
/
|
*
Issue #12573: Add resource checks for dangling Thread and Process objects.
Antoine Pitrou
2011-07-15
1
-0/+5
*
|
(Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers()
Victor Stinner
2011-06-17
1
-2/+8
|
\
\
|
|
/
|
*
Issue #12310: finalize the old process after _run_after_forkers()
Victor Stinner
2011-06-17
1
-2/+8
*
|
Issue #12040: Expose a new attribute `sentinel` on instances of
Antoine Pitrou
2011-06-06
1
-0/+12
*
|
Issue #6064: Add a `daemon` keyword argument to the threading.Thread
Antoine Pitrou
2011-02-25
1
-2/+6
|
/
*
9162: fix license in multiprocessing files
R. David Murray
2010-12-14
1
-1/+27
*
Missing part from r78654
Florent Xicluna
2010-03-04
1
-1/+1
*
Merged revisions 73694,73708,73738 via svnmerge from
Alexandre Vassalotti
2009-07-17
1
-1/+2
*
For some reason sys.stdin may be None on Windows, and makes test_multiprocess...
Amaury Forgeot d'Arc
2008-08-20
1
-4/+5
*
Merged revisions 65864 via svnmerge from
Benjamin Peterson
2008-08-19
1
-20/+19
*
Merged revisions 64517,64519 via svnmerge from
Benjamin Peterson
2008-06-25
1
-5/+0
*
Merged revisions 64104,64117 via svnmerge from
Benjamin Peterson
2008-06-11
1
-0/+302