summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/forking.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-477/+0
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #17177: Stop using imp in multiprocessingBrett Cannon2013-06-151-2/+2
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-141-1/+1
* Issue #17314: Stop using imp in multiprocessing.forking and move overBrett Cannon2013-06-071-10/+12
* Issue #17025: Add dumps() and loads() to ForkingPickler.Charles-François Natali2013-03-241-0/+11
* MergeRichard Oudkerk2013-02-261-6/+12
|\
| * MergeRichard Oudkerk2013-02-261-6/+12
| |\
| | * Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.Richard Oudkerk2013-02-261-6/+12
* | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-1/+1
* | | Issue #16481: MergeRichard Oudkerk2012-11-151-0/+1
|\ \ \ | |/ /
| * | Issue #16481: multiprocessing no longer leaks process handles on Windows.Richard Oudkerk2012-11-151-0/+1
* | | Make __mp_main__ an alias for __main__ in all processes to simplifyRichard Oudkerk2012-10-081-16/+6
|/ /
* | Merge 3.2Richard Oudkerk2012-08-141-1/+1
|\ \ | |/
| * Issue #15646: Prevent equivalent of a fork bomb when using multiprocessingRichard Oudkerk2012-08-141-1/+1
* | Issue #15525: Increase timeout when TerminateProcess() failsRichard Oudkerk2012-08-011-2/+2
* | Issue #13841: Make child processes exit using sys.exit() on WindowsRichard Oudkerk2012-06-141-4/+2
* | Prevent handle leak if CreateProcess() fails in multiprocessingRichard Oudkerk2012-06-041-25/+27
* | #12098: Make multiprocessing's child processes inherit sys.flags on WindowsRichard Oudkerk2012-05-181-1/+2
* | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2Richard Oudkerk2012-05-101-6/+3
* | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-301-26/+1
* | Issue #4892: multiprocessing Connections can now be transferred over multipro...Antoine Pitrou2012-04-241-19/+0
* | Issue #11750: The Windows API functions scattered in the _subprocess andAntoine Pitrou2012-04-181-16/+15
* | Issue #14335: multiprocessing's custom Pickler subclass now inherits from the...Antoine Pitrou2012-03-161-9/+9
* | Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-271-2/+0
|\ \ | |/
| * Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-271-2/+0
* | Remove unused or redundant imports in concurrent.futures and multiprocessing.Florent Xicluna2011-11-111-6/+2
* | Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killedAntoine Pitrou2011-06-081-0/+1
* | Issue #12040: Expose a new attribute `sentinel` on instances ofAntoine Pitrou2011-06-061-14/+20
* | Issue #11743: Rewrite multiprocessing connection classes in pure Python.Antoine Pitrou2011-05-091-1/+4
|/
* Fix #5162. Allow child spawning from Windows services (via pywin32).brian.curtin2011-04-111-2/+3
|\
| * Fix #5162. Allow child spawning from Windows services (via pywin32).brian.curtin2011-04-111-2/+3
| * Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
| * Merged revisions 83722 via svnmerge fromBrian Curtin2010-08-041-1/+1
| * Note: only the relevant parts of r79474 are merged.Florent Xicluna2010-03-281-1/+6
* | Issue #10845: Improve compatibility between multiprocessing on Windows and pa...Nick Coghlan2011-01-301-1/+9
* | 9162: fix license in multiprocessing filesR. David Murray2010-12-141-1/+27
* | Fix #9513 to remove relative imports from multiprocessing.Brian Curtin2010-08-041-1/+1
* | Merged revisions 78777,78787,78790 via svnmerge fromFlorent Xicluna2010-03-081-1/+6
|/
* Issues #10867: remove old cPickle imports from multiprocessingJesse Noller2009-01-181-5/+1
* Issue #3125: Remove copy_reg in multiprocessing and replace it withAmaury Forgeot d'Arc2008-08-191-9/+54
* Merged revisions 65864 via svnmerge fromBenjamin Peterson2008-08-191-2/+2
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+429