summaryrefslogtreecommitdiffstats
path: root/Tools/idle/WindowList.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2001-01-171-1/+1
* Correct a typo and remove an unqualified except that was hiding the error.Guido van Rossum2000-02-151-2/+2
* When deleting, call the callbacks *after* deleting the window from our list!Guido van Rossum1999-02-171-2/+1
* Support callbacks to patch up Windows menus everywhere.Guido van Rossum1999-02-171-2/+25
* Don't crash if a window no longer exists.Guido van Rossum1999-02-081-1/+4
* Only deiconify when iconic.Guido van Rossum1999-01-181-2/+4
* Don't traceback when wakeup() is called when the window has been destroyed.Guido van Rossum1999-01-091-3/+8
* Checking in IDLE 0.2.Guido van Rossum1999-01-021-0/+53