summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/dummy
Commit message (Collapse)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
| | | | Fix suggested by Itay Brandes
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-142-2/+54
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines 9162: fix license in multiprocessing files ........
* 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
| | | | and convert them to properties. Update the docs and the examples included.
* 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