summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/process.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36888: Add multiprocessing.parent_process() (GH-13247)Thomas Moreau2019-05-201-3/+49
* bpo-35491: Enhance multiprocessing.BaseProcess.__repr__() (GH-11138)Victor Stinner2018-12-141-11/+16
* bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)Antoine Pitrou2018-03-111-2/+1
* bpo-18966: non-daemonic threads created by a multiprocessing.Process should b...Antoine Pitrou2017-08-161-0/+2
* bpo-31019: Fix multiprocessing.Process.is_alive() (#2875)Victor Stinner2017-07-261-2/+8
* bpo-30794: added kill() method to multiprocessing.Process (#2528)Vitor Pereira2017-07-181-0/+7
* Clear potential ref cycle between Process and Process target (#2470)Antoine Pitrou2017-06-281-0/+3
* Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)Antoine Pitrou2017-06-241-0/+35
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-1/+1
* Issue #25654:Victor Stinner2016-03-251-6/+1
* Merge.Richard Oudkerk2013-11-171-1/+1
|\
| * Fix handling of SystemExit and exit code. Patch by Brodie Rao.Richard Oudkerk2013-11-171-1/+1
* | Issue #19478: Make choice of semaphore prefix more flexible.Richard Oudkerk2013-11-021-2/+8
* | Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-11/+10
* | Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-30/+30
|/
* Merge fixes for #13854 and #12157.Richard Oudkerk2012-06-071-3/+3
|\
| * Issue #13854: Properly handle non-integer, non-string arg to SystemExitRichard Oudkerk2012-06-061-3/+3
* | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-301-26/+1
* | Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-271-3/+4
|\ \ | |/
| * Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-271-3/+4
* | Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-151-0/+5
|\ \ | |/
| * Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-151-0/+5
* | (Merge 3.2) Issue #12310: finalize the old process after _run_after_forkers()Victor Stinner2011-06-171-2/+8
|\ \ | |/
| * Issue #12310: finalize the old process after _run_after_forkers()Victor Stinner2011-06-171-2/+8
* | Issue #12040: Expose a new attribute `sentinel` on instances ofAntoine Pitrou2011-06-061-0/+12
* | Issue #6064: Add a `daemon` keyword argument to the threading.ThreadAntoine Pitrou2011-02-251-2/+6
|/
* 9162: fix license in multiprocessing filesR. David Murray2010-12-141-1/+27
* Missing part from r78654Florent Xicluna2010-03-041-1/+1
* Merged revisions 73694,73708,73738 via svnmerge fromAlexandre Vassalotti2009-07-171-1/+2
* For some reason sys.stdin may be None on Windows, and makes test_multiprocess...Amaury Forgeot d'Arc2008-08-201-4/+5
* Merged revisions 65864 via svnmerge fromBenjamin Peterson2008-08-191-20/+19
* Merged revisions 64517,64519 via svnmerge fromBenjamin Peterson2008-06-251-5/+0
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+302