summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/util.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #14548: Make multiprocessing finalizers check pid beforeRichard Oudkerk2014-01-231-3/+9
* Issue #17555: Fix ForkAwareThreadLock so that size of after forkRichard Oudkerk2013-04-171-1/+4
* Issue #12098: multiprocessing on Windows now starts child processesKristján Valur Jónsson2013-03-191-0/+1
* Issue #15881: Fixed atexit hook in multiprocessing.Benjamin Peterson2013-02-021-9/+32
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
* Properly document multiprocessing's logging support, resolve outstanding issu...Jesse Noller2009-01-251-12/+24
* issue 4301: patch logging to add processName, remove the old _check_logger_cl...Jesse Noller2009-01-181-24/+0
* revert r66114 for JesseBenjamin Peterson2008-09-011-1/+1
* Submit Nick's patch for issue 3589, reviewed by jnollerJesse Noller2008-09-011-1/+1
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-191-2/+2
* Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ...Jesse Noller2008-07-161-33/+0
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-131-336/+336
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-1/+1
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+336