summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/forking.py
Commit message (Expand)AuthorAgeFilesLines
* 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