summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/managers.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ↵Jesse Noller2008-07-161-3/+2
| | | | and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes
* 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