summaryrefslogtreecommitdiff
path: root/Lib/dummy_threading.py
Commit message (Expand)AuthorAgeFilesLines
* Restore dummy_threading and _dummy_thread, but deprecate them (bpo-31370) (#3...Antoine Pitrou2017-09-181-0/+78
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-78/+0
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-10/+10
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-5/+0
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Implemented thread-local data as proposed on python-dev:Jim Fulton2004-07-141-0/+20
* Brett Cannon's dummy_thread and dummy_threading modules (SF patchGuido van Rossum2002-12-301-0/+63