summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/pool.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() nowSerhiy Storchaka2015-03-131-14/+23
* Issue #19425 -- a pickling error should not cause pool to hang.Richard Oudkerk2013-10-281-5/+9
* Issue #17805: Add AsyncResult alias for ApplyResultRichard Oudkerk2013-05-061-0/+2
* Issue #15101: Make pool finalizer avoid joining current threadRichard Oudkerk2012-06-181-3/+6
* Issue #12157: pool.map() does not handle empty iterable correctlyRichard Oudkerk2012-06-061-0/+1
* Issue #9400: Partial backport of fix for #9244Richard Oudkerk2012-05-021-1/+24
* Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-241-1/+5
* Issue #12285: multiprocessing.Pool() raises a ValueError if the number ofVictor Stinner2011-06-201-0/+2
* Issue #8428: Fix a race condition in multiprocessing.Pool when terminatingAntoine Pitrou2011-04-101-2/+7
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
* 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