aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/lib-stdwin/WindowSched.py
Commit message (Collapse)AuthorAge
* Deleting all stdwin library modules.Guido van Rossum2000-05-08
|
* Fixed conversion between seconds and milliseconds.Guido van Rossum1996-12-12
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-01
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-17
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)
* New == syntaxGuido van Rossum1992-01-01
|
* Used mainloop instead of WindowParent functionsGuido van Rossum1991-08-16
|
* Don't sleep if msecs <= 0.Guido van Rossum1991-04-21
|
* Initial revisionGuido van Rossum1991-04-07