summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/dummy
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.Serhiy Storchaka2014-07-221-1/+1
* Issue #14881: Allow normal non-main thread to spawn a dummy processRichard Oudkerk2012-05-251-1/+2
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-142-2/+54
* use the new threading properties for multiprocessing (reviewed by Jesse #3927)Benjamin Peterson2008-09-221-6/+0
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-191-1/+2
* patch up multiprocessing until it's API can be changed tooBenjamin Peterson2008-08-181-4/+4
* get rid of 2.6/3.0 switch statements in multiprocessingBenjamin Peterson2008-06-251-18/+6
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-132-204/+204
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-15/+15
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-112-0/+204