summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing/synchronize.py
Commit message (Collapse)AuthorAgeFilesLines
* - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-151-1/+1
|
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-141-1/+27
| | | | | | | | | | 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 ........
* __enter__ and __exit__ must be on the classBenjamin Peterson2009-05-311-4/+12
|
* Fix multiprocessing.event to match the new threading.Event APIJesse Noller2009-04-011-0/+5
|
* issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick ↵Jesse Noller2008-09-301-0/+11
| | | | Coghlan, Damien Miller
* revert r66114 for JesseBenjamin Peterson2008-09-011-18/+5
|
* Submit Nick's patch for issue 3589, reviewed by jnollerJesse Noller2008-09-011-5/+18
|
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ↵Jesse Noller2008-08-191-6/+6
| | | | and convert them to properties. Update the docs and the examples included.
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-131-294/+294
|
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-131-7/+7
|
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-4/+4
|
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-111-0/+294