summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/process.py
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of SystemExit and exit code. Patch by Brodie Rao.Richard Oudkerk2013-11-171-1/+1
* Issue #13854: Properly handle non-integer, non-string arg to SystemExitRichard Oudkerk2012-06-061-3/+3
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
* #7805: wait until all workers are started before collecting their PIDsFlorent Xicluna2010-03-041-1/+1
* allow Process name to be unicode #7571Benjamin Peterson2009-12-241-1/+1
* Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i...Jesse Noller2009-06-301-1/+2
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-191-20/+19
* 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