summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/process.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 73708,73738 via svnmerge fromR. David Murray2009-07-211-1/+2
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r73708 | jesse.noller | 2009-06-30 13:11:52 -0400 (Tue, 30 Jun 2009) | 1 line Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes ........ r73738 | r.david.murray | 2009-06-30 22:49:10 -0400 (Tue, 30 Jun 2009) | 2 lines Make punctuation prettier and break up run-on sentence. ........
* 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