summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/pool.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15064: Implement context manager protocol for multiprocessing typesRichard Oudkerk2012-06-181-0/+6
* Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-181-3/+6
|\
| * Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-181-3/+6
* | Merge fixes for #13854 and #12157.Richard Oudkerk2012-06-071-0/+1
|\ \ | |/
| * Issue #12157: pool.map() does not handle empty iterable correctlyRichard Oudkerk2012-06-061-0/+1
* | Issue #12091: simplify ApplyResult and MapResult with threading.EventRichard Oudkerk2012-05-251-30/+9
* | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-301-26/+1
* | Issue #12708: Add starmap() and starmap_async() methods (similar to itertools...Antoine Pitrou2011-12-211-2/+30
|/
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-1/+1
* 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 #11814: Fix likely typo in multiprocessing.Pool._terminate().Antoine Pitrou2011-04-101-1/+1
* Issue #8428: Fix a race condition in multiprocessing.Pool when terminatingAntoine Pitrou2011-04-101-2/+7
* 9162: fix license in multiprocessing filesR. David Murray2010-12-141-1/+27
* Issue #9244: multiprocessing.pool: Worker crashes if result can't be encodedAsk Solem2010-11-091-9/+40
* Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou2010-04-141-2/+2
* Merged revisions 78777,78787,78790 via svnmerge fromFlorent Xicluna2010-03-081-5/+3
* Merged revisions 77794 via svnmerge fromJesse Noller2010-01-271-15/+81
* Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge...Alexandre Vassalotti2009-07-171-0/+2
* Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,...Benjamin Peterson2009-04-111-0/+3
* #4206: fix 2.xisms in multiprocessing docs and docstrings.Georg Brandl2008-11-221-7/+8
* Merged revisions 65864 via svnmerge fromBenjamin Peterson2008-08-191-1/+1
* Merged revisions 65828 via svnmerge fromBenjamin Peterson2008-08-181-4/+4
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-7/+7
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+596