summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing/managers.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28053: Applying refactorings, docs and other cleanup to follow.Davin Potts2016-09-091-3/+2
* Issue #21201: Improves readability of multiprocessing error message from serv...Davin Potts2016-09-081-25/+70
|\
| * Fixes issue #6766: Updated multiprocessing Proxy Objects to support nestingDavin Potts2016-09-071-25/+70
* | Issue #21201: Improves readability of multiprocessing error message from serv...Davin Potts2016-09-081-1/+1
|/
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-5/+5
* Issue #21565: multiprocessing: use contex-manager protocol for synchronizationCharles-Fran?ois Natali2014-05-251-20/+5
* Issue #20980: Stop wrapping exception when using ThreadPool.Richard Oudkerk2014-03-231-3/+8
* Issue #18999: Make multiprocessing use context objects.Richard Oudkerk2013-10-161-4/+7
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-141-21/+23
* Issue #17261: Ensure multiprocessing's proxies use proper address.Richard Oudkerk2013-07-021-0/+1
|\
| * Issue #17261: Ensure multiprocessing's proxies use proper address.Richard Oudkerk2013-07-021-0/+1
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
|/
* Issue #15064: Make BaseManager.__enter__() start server if necessary.Richard Oudkerk2012-06-181-0/+3
* Increase timeout used when waiting for manager to shutdown cleanlyRichard Oudkerk2012-06-151-1/+1
* Issue #14059: Implement multiprocessing.BarrierRichard Oudkerk2012-06-151-0/+21
* Issue #13841: Make child processes exit using sys.exit() on WindowsRichard Oudkerk2012-06-141-38/+29
* Issue #3518: Remove references to non-existent BaseManager.from_address()Richard Oudkerk2012-06-111-4/+0
* Remove __getslice__, __setslice__, __delslice__ methods from proxiesRichard Oudkerk2012-05-291-6/+5
* Make AcquirerProxy.acquire() support timeout argumentRichard Oudkerk2012-05-061-2/+3
* Fix dangling warning for test_multiprocessingRichard Oudkerk2012-05-031-1/+4
* Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-301-26/+1
* Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.Charles-Fran?ois Natali2012-04-171-0/+19
* Issue #13565: Increase multiprocessing's server socket backlog, to avoidCharles-François Natali2011-12-231-6/+3
|\
| * Issue #12708: Add starmap() and starmap_async() methods (similar to itertools...Antoine Pitrou2011-12-211-1/+2
| * Remove unused or redundant imports in concurrent.futures and multiprocessing.Florent Xicluna2011-11-111-5/+1
* | Issue #13565: Increase multiprocessing's server socket backlog, to avoidCharles-François Natali2011-12-231-1/+1
|/
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-2/+2
* 9162: fix license in multiprocessing filesR. David Murray2010-12-141-1/+27
* Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-011-1/+1
* Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-1/+1
* Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,...Benjamin Peterson2009-04-111-3/+10
* merge r68839 forward to py3kJesse Noller2009-01-211-3/+3
* Issues #10867: remove old cPickle imports from multiprocessingJesse Noller2009-01-181-5/+1
* Merge r66115 forward to py3k, resolves issue3419Jesse Noller2008-09-021-7/+14
* Partially revert r65883 to let the tests pass.Amaury Forgeot d'Arc2008-08-201-0/+2
* Issue #3125: Remove copy_reg in multiprocessing and replace it withAmaury Forgeot d'Arc2008-08-191-4/+3
* Merged revisions 65864 via svnmerge fromBenjamin Peterson2008-08-191-5/+5
* Merged revisions 65828 via svnmerge fromBenjamin Peterson2008-08-181-1/+1
* Merged revisions 65824 via svnmerge fromBenjamin Peterson2008-08-181-8/+8
* make changes for py3k for multiprocessingBenjamin Peterson2008-06-251-5/+2
* Merged revisions 64517,64519 via svnmerge fromBenjamin Peterson2008-06-251-9/+0
* attempt to fix multiprocessingBenjamin Peterson2008-06-121-4/+2
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-11/+11
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+1092