summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #11569: use absolute path to the sysctl command in multiprocessing toRonald Oussoren2011-03-161-1/+4
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-0/+1
* Merged revisions 86077 via svnmerge fromBrian Curtin2010-11-011-1/+2
* Issue #6963: Added maxtasksperchild argument to multiprocessing.PoolJesse Noller2010-01-271-2/+2
* Properly document multiprocessing's logging support, resolve outstanding issu...Jesse Noller2009-01-251-1/+2
* issue4238: bsd support for cpu_countJesse Noller2008-11-281-1/+1
* revert r66114 for JesseBenjamin Peterson2008-09-011-12/+125
* Submit Nick's patch for issue 3589, reviewed by jnollerJesse Noller2008-09-011-125/+12
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-131-271/+271
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-6/+6
* fix import of multiprocessing by juggling importsBenjamin Peterson2008-06-111-1/+3
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+269