summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/pool.py
Commit message (Expand)AuthorAgeFilesLines
* On finalize, don't try to join not started process.Florent Xicluna2010-03-081-5/+3
* Don't fail on a debug() statement, if the worker PID is (still) None.Florent Xicluna2010-03-081-1/+1
* Issue #6963: Added maxtasksperchild argument to multiprocessing.PoolJesse Noller2010-01-271-15/+81
* Issue 6433: multiprocessing.pool.map hangs on empty listJesse Noller2009-07-161-0/+2
* Add custom initializer argument to multiprocess.Manager*, courtesy of lekmaJesse Noller2009-04-021-0/+3
* Fix typo.Georg Brandl2008-11-221-1/+1
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-191-1/+1
* patch up multiprocessing until it's API can be changed tooBenjamin Peterson2008-08-181-4/+4
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-131-596/+596
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-30/+30
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-7/+7
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+596