summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/util.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25654:Victor Stinner2016-03-251-0/+23
* Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-3/+4
* Issue #21565: multiprocessing: use contex-manager protocol for synchronizationCharles-Fran?ois Natali2014-05-251-0/+7
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-2/+0
* Issue #18865: remove unused import from multiprocessing.util.spawnv_passfds()Victor Stinner2013-08-281-1/+1
* Issue #18865: PEP 446 makes multiprocessing.util.pipe() unnecessary.Richard Oudkerk2013-08-281-20/+0
* Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-3/+5
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-10/+60
* Issue #17555: Fix ForkAwareThreadLock so that size of after forkRichard Oudkerk2013-04-171-1/+4
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-39/+32
|\
| * Issue #15881: Clarify comment in exit functionRichard Oudkerk2012-09-131-8/+11
| * Fixed whitespaceAlexander Belopolsky2012-09-091-1/+1
| * Issue #15881: Fixed atexit hook in multiprocessing.Alexander Belopolsky2012-09-091-9/+32
| * Issue #13841: Make child processes exit using sys.exit() on WindowsRichard Oudkerk2012-06-141-12/+15
| * Make Finalize reserve a reference to os.getpid in case called at shutdownRichard Oudkerk2012-06-041-2/+2
| * Issue #14548: Make multiprocessing finalizers check pid before runningRichard Oudkerk2012-05-251-3/+9
| * Fix whitespaceAntoine Pitrou2012-05-181-1/+0
| * Move private function _args_from_interpreter_flags() to subprocess.py, soAntoine Pitrou2012-05-181-29/+1
| * #12098: Make multiprocessing's child processes inherit sys.flags on WindowsRichard Oudkerk2012-05-181-0/+31
| * Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2Richard Oudkerk2012-05-101-15/+0
| * Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-301-26/+1
| * Remove unused or redundant imports in concurrent.futures and multiprocessing.Florent Xicluna2011-11-111-2/+1
| * Use InterruptedError instead of checking for EINTRAntoine Pitrou2011-10-231-6/+3
| * Rebind locally the globals which can be looked up at shutdownAntoine Pitrou2011-07-091-1/+5
| * Whitespace normalizationAntoine Pitrou2011-06-061-1/+0
| * Issue #12040: Expose a new attribute `sentinel` on instances ofAntoine Pitrou2011-06-061-0/+21
* | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* | Issue #15881: Fixed 3.2 backport.Alexander Belopolsky2012-09-091-0/+2
* | Fixed whitespaceAlexander Belopolsky2012-09-091-1/+1
* | Issue #15881: Fixed atexit hook in multiprocessing.Alexander Belopolsky2012-09-091-16/+38
|/
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
* merge r68915 to py3kJesse Noller2009-01-251-12/+24
* merge cl r68737 to py3kJesse Noller2009-01-181-24/+0
* Issue #3125: Remove copy_reg in multiprocessing and replace it withAmaury Forgeot d'Arc2008-08-191-33/+0
* Merged revisions 65864 via svnmerge fromBenjamin Peterson2008-08-191-2/+2
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+336