summaryrefslogtreecommitdiffstats
path: root/Tools/idle/WindowList.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of old IDLE. Lib/idlelib rules!Guido van Rossum2003-06-141-85/+0
|
* 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
| | | | | This can happen when a torn-of Windows menu references closed windows. And Tim Peters claims that the Windows menu is his favorite to tear off...
* Checking in IDLE 0.2.Guido van Rossum1999-01-021-0/+53
Much has changed -- too much, in fact, to write down. The big news is that there's a standard way to write IDLE extensions; see extend.txt. Some sample extensions have been provided, and some existing code has been converted to extensions. Probably the biggest new user feature is a new search dialog with more options, search and replace, and even search in files (grep). This is exactly as downloaded from my laptop after returning from the holidays -- it hasn't even been tested on Unix yet.