Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 73708,73738 via svnmerge from | R. David Murray | 2009-07-21 | 1 | -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 Noller | 2008-08-19 | 1 | -20/+19 |
| | | | | and convert them to properties. Update the docs and the examples included. | ||||
* | remove bytes alias in multiprocessing | Benjamin Peterson | 2008-06-25 | 1 | -5/+0 |
| | |||||
* | darn! I converted half of the files the wrong way. | Benjamin Peterson | 2008-06-13 | 1 | -302/+302 |
| | |||||
* | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -6/+6 |
| | |||||
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+302 |