summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/process.py
Commit message (Collapse)AuthorAgeFilesLines
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ↵Jesse Noller2008-08-191-20/+19
| | | | and convert them to properties. Update the docs and the examples included.
* remove bytes alias in multiprocessingBenjamin Peterson2008-06-251-5/+0
|
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-131-302/+302
|
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-6/+6
|
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+302