Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue3352: clean up the multiprocessing API to remove many get_/set_ methods ↵ | Jesse Noller | 2008-08-19 | 1 | -3/+3 |
| | | | | and convert them to properties. Update the docs and the examples included. | ||||
* | Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ↵ | Jesse Noller | 2008-07-16 | 1 | -8/+7 |
| | | | | and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes | ||||
* | darn! I converted half of the files the wrong way. | Benjamin Peterson | 2008-06-13 | 1 | -190/+190 |
| | |||||
* | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -8/+8 |
| | |||||
* | give the threading API PEP 8 names | Benjamin Peterson | 2008-06-11 | 1 | -1/+1 |
| | |||||
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+190 |