| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #21565: multiprocessing: use contex-manager protocol for synchronization | Charles-François Natali | 2014-05-25 | 1 | -20/+5 |
|
|
* | Issue #20980: Stop wrapping exception when using ThreadPool. | Richard Oudkerk | 2014-03-23 | 1 | -3/+9 |
|
|
* | Issue #20976: pyflakes: Remove unused imports | Victor Stinner | 2014-03-20 | 1 | -1/+1 |
|
|
* | Merge. | Richard Oudkerk | 2013-10-28 | 1 | -5/+9 |
|\ |
|
| * | Issue #19425 -- a pickling error should not cause pool to hang. | Richard Oudkerk | 2013-10-28 | 1 | -5/+9 |
|
|
* | | Issue #18999: Make multiprocessing use context objects. | Richard Oudkerk | 2013-10-16 | 1 | -5/+7 |
|
|
* | | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 | 1 | -40/+44 |
|
|
* | | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where | Charles-François Natali | 2013-06-28 | 1 | -5/+3 |
|
|
* | | Merge | Richard Oudkerk | 2013-05-06 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #17805: Add AsyncResult alias for ApplyResult | Richard Oudkerk | 2013-05-06 | 1 | -0/+2 |
|
|
* | | Issue #13813: Embed stringification of remote traceback in local | Richard Oudkerk | 2013-05-06 | 1 | -0/+25 |
|
|
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -10/+10 |
|/ |
|
* | #16307: Fix multiprocessing.Pool.map_async not calling its callbacks | Hynek Schlawack | 2012-10-27 | 1 | -1/+2 |
|
|
* | raise a ValueError instead of an AssertionError when pool is an invalid state | Benjamin Peterson | 2012-09-25 | 1 | -7/+8 |
|
|
* | Issue #15064: Implement context manager protocol for multiprocessing types | Richard Oudkerk | 2012-06-18 | 1 | -0/+6 |
|
|
* | Issue #15101: Make pool finalizer avoid joining current thread. | Richard Oudkerk | 2012-06-18 | 1 | -3/+6 |
|\ |
|
| * | Issue #15101: Make pool finalizer avoid joining current thread. | Richard Oudkerk | 2012-06-18 | 1 | -3/+6 |
|
|
* | | Merge fixes for #13854 and #12157. | Richard Oudkerk | 2012-06-07 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #12157: pool.map() does not handle empty iterable correctly | Richard Oudkerk | 2012-06-06 | 1 | -0/+1 |
|
|
* | | Issue #12091: simplify ApplyResult and MapResult with threading.Event | Richard Oudkerk | 2012-05-25 | 1 | -30/+9 |
|
|
* | | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" | Richard Oudkerk | 2012-04-30 | 1 | -26/+1 |
|
|
* | | Issue #12708: Add starmap() and starmap_async() methods (similar to itertools... | Antoine Pitrou | 2011-12-21 | 1 | -2/+30 |
|/ |
|
* | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 1 | -1/+1 |
|
|
* | Issue #10332: multiprocessing: fix a race condition when a Pool is closed | Charles-François Natali | 2011-10-24 | 1 | -1/+5 |
|
|
* | Issue #12285: multiprocessing.Pool() raises a ValueError if the number of | Victor Stinner | 2011-06-20 | 1 | -0/+2 |
|
|
* | Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). | Antoine Pitrou | 2011-04-10 | 1 | -1/+1 |
|
|
* | Issue #8428: Fix a race condition in multiprocessing.Pool when terminating | Antoine Pitrou | 2011-04-10 | 1 | -2/+7 |
|
|
* | 9162: fix license in multiprocessing files | R. David Murray | 2010-12-14 | 1 | -1/+27 |
|
|
* | Issue #9244: multiprocessing.pool: Worker crashes if result can't be encoded | Ask Solem | 2010-11-09 | 1 | -9/+40 |
|
|
* | Issue #7316: the acquire() method of lock objects in the :mod:`threading` | Antoine Pitrou | 2010-04-14 | 1 | -2/+2 |
|
|
* | Merged revisions 78777,78787,78790 via svnmerge from | Florent Xicluna | 2010-03-08 | 1 | -5/+3 |
|
|
* | Merged revisions 77794 via svnmerge from | Jesse Noller | 2010-01-27 | 1 | -15/+81 |
|
|
* | Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge... | Alexandre Vassalotti | 2009-07-17 | 1 | -0/+2 |
|
|
* | Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,... | Benjamin Peterson | 2009-04-11 | 1 | -0/+3 |
|
|
* | #4206: fix 2.xisms in multiprocessing docs and docstrings. | Georg Brandl | 2008-11-22 | 1 | -7/+8 |
|
|
* | Merged revisions 65864 via svnmerge from | Benjamin Peterson | 2008-08-19 | 1 | -1/+1 |
|
|
* | Merged revisions 65828 via svnmerge from | Benjamin Peterson | 2008-08-18 | 1 | -4/+4 |
|
|
* | Merged revisions 64125 via svnmerge from | Benjamin Peterson | 2008-06-11 | 1 | -7/+7 |
|
|
* | Merged revisions 64104,64117 via svnmerge from | Benjamin Peterson | 2008-06-11 | 1 | -0/+596 |
|
|