| Commit message (Expand) | Author | Age |
* | Issue #20980: Stop wrapping exception when using ThreadPool. | Richard Oudkerk | 2014-03-23 |
* | Issue #18999: Make multiprocessing use context objects. | Richard Oudkerk | 2013-10-16 |
* | Issue #8713: Support alternative start methods in multiprocessing on Unix. | Richard Oudkerk | 2013-08-14 |
* | Issue #17261: Ensure multiprocessing's proxies use proper address. | Richard Oudkerk | 2013-07-02 |
|\ |
|
| * | Issue #17261: Ensure multiprocessing's proxies use proper address. | Richard Oudkerk | 2013-07-02 |
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 |
|/ |
|
* | Issue #15064: Make BaseManager.__enter__() start server if necessary. | Richard Oudkerk | 2012-06-18 |
* | Increase timeout used when waiting for manager to shutdown cleanly | Richard Oudkerk | 2012-06-15 |
* | Issue #14059: Implement multiprocessing.Barrier | Richard Oudkerk | 2012-06-15 |
* | Issue #13841: Make child processes exit using sys.exit() on Windows | Richard Oudkerk | 2012-06-14 |
* | Issue #3518: Remove references to non-existent BaseManager.from_address() | Richard Oudkerk | 2012-06-11 |
* | Remove __getslice__, __setslice__, __delslice__ methods from proxies | Richard Oudkerk | 2012-05-29 |
* | Make AcquirerProxy.acquire() support timeout argument | Richard Oudkerk | 2012-05-06 |
* | Fix dangling warning for test_multiprocessing | Richard Oudkerk | 2012-05-03 |
* | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" | Richard Oudkerk | 2012-04-30 |
* | Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. | Charles-François Natali | 2012-04-17 |
* | Issue #13565: Increase multiprocessing's server socket backlog, to avoid | Charles-François Natali | 2011-12-23 |
|\ |
|
| * | Issue #13565: Increase multiprocessing's server socket backlog, to avoid | Charles-François Natali | 2011-12-23 |
* | | Issue #12708: Add starmap() and starmap_async() methods (similar to itertools... | Antoine Pitrou | 2011-12-21 |
* | | Remove unused or redundant imports in concurrent.futures and multiprocessing. | Florent Xicluna | 2011-11-11 |
|/ |
|
* | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 |
* | 9162: fix license in multiprocessing files | R. David Murray | 2010-12-14 |
* | Issue #8990: array.fromstring() and array.tostring() get renamed to | Antoine Pitrou | 2010-09-01 |
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,... | Benjamin Peterson | 2009-10-04 |
* | Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,... | Benjamin Peterson | 2009-04-11 |
* | merge r68839 forward to py3k | Jesse Noller | 2009-01-21 |
* | Issues #10867: remove old cPickle imports from multiprocessing | Jesse Noller | 2009-01-18 |
* | Merge r66115 forward to py3k, resolves issue3419 | Jesse Noller | 2008-09-02 |
* | Partially revert r65883 to let the tests pass. | Amaury Forgeot d'Arc | 2008-08-20 |
* | Issue #3125: Remove copy_reg in multiprocessing and replace it with | Amaury Forgeot d'Arc | 2008-08-19 |
* | Merged revisions 65864 via svnmerge from | Benjamin Peterson | 2008-08-19 |
* | Merged revisions 65828 via svnmerge from | Benjamin Peterson | 2008-08-18 |
* | Merged revisions 65824 via svnmerge from | Benjamin Peterson | 2008-08-18 |
* | make changes for py3k for multiprocessing | Benjamin Peterson | 2008-06-25 |
* | Merged revisions 64517,64519 via svnmerge from | Benjamin Peterson | 2008-06-25 |
* | attempt to fix multiprocessing | Benjamin Peterson | 2008-06-12 |
* | Merged revisions 64125 via svnmerge from | Benjamin Peterson | 2008-06-11 |
* | Merged revisions 64104,64117 via svnmerge from | Benjamin Peterson | 2008-06-11 |