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