summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #6963: Added maxtasksperchild argument to multiprocessing.PoolJesse Noller2010-01-271-2/+2
|
* Properly document multiprocessing's logging support, resolve outstanding ↵Jesse Noller2009-01-251-1/+2
| | | | issues with the custom levels
* 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