summaryrefslogtreecommitdiffstats
path: root/Lib/threading.py
Commit message (Expand)AuthorAgeFilesLines
* Revise to use atexit instead of monkeying with sys.exitfunc directly.Fred Drake2000-08-181-9/+2
* patch from Charles Waldman--Jeremy Hylton2000-06-011-0/+1
* Fix a typo in a commentAndrew M. Kuchling2000-02-291-1/+1
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-2/+1
* Duncan Grisby noted a typo in _DummyThread.Guido van Rossum1999-09-291-1/+1
* Get rid of tabnanny's last complaints.Guido van Rossum1998-06-091-3/+3
* Two places where _time() should be used said time.time(), whichGuido van Rossum1998-05-291-2/+2
* Use random instead of whrandom.Guido van Rossum1998-05-201-2/+2
* New Java-style threading module. The doc strings are in a separate module.Guido van Rossum1998-04-091-0/+638