summaryrefslogtreecommitdiffstats
path: root/Demo/threads/Coroutine.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-131-2/+2
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-061-1/+1
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-7/+7
* Remove apply()Neal Norwitz2006-03-171-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+3
* Add 1994 Coroutine module by Tim PetersGuido van Rossum2000-11-081-0/+160