summaryrefslogtreecommitdiffstats
path: root/Lib/threading.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | doesn't work of course.
* 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