summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/managers.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #17261: Ensure multiprocessing's proxies use proper address.Richard Oudkerk2013-07-021-0/+1
* Issue #13565: Increase multiprocessing's server socket backlog, to avoidCharles-François Natali2011-12-231-1/+1
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
* #6938: "ident" is always a string, so use a format code which works.Georg Brandl2009-09-181-1/+1
* Add custom initializer argument to multiprocess.Manager*, courtesy of lekmaJesse Noller2009-04-021-3/+10
* Issue 5009: multiprocessing: failure in manager._debug_info()Jesse Noller2009-01-211-3/+3
* revert r66114 for JesseBenjamin Peterson2008-09-011-7/+14
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-191-5/+5
* patch up multiprocessing until it's API can be changed tooBenjamin Peterson2008-08-181-1/+1
* change a few uses of the threading APIsBenjamin Peterson2008-08-181-8/+8
* Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ...Jesse Noller2008-07-161-3/+2
* fix isSet in _exposedBenjamin Peterson2008-06-261-2/+1
* use the new APIBenjamin Peterson2008-06-261-1/+1
* get rid of 2.6/3.0 switch statements in multiprocessingBenjamin Peterson2008-06-251-5/+0
* remove bytes alias in multiprocessingBenjamin Peterson2008-06-251-9/+0
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-131-1092/+1092
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-25/+25
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-11/+11
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+1092