summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing
Commit message (Expand)AuthorAgeFilesLines
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-121-6/+16
* fix compile error on WindowsBenjamin Peterson2008-08-021-1/+1
* Submit fix for issue3393: Memory corruption in multiprocessing moduleJesse Noller2008-08-013-19/+28
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-134-870/+870
* Typo.Georg Brandl2008-06-131-1/+1
* #3095: don't leak values from Py_BuildValue.Georg Brandl2008-06-131-6/+9
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-117-0/+2187