Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of old IDLE. Lib/idlelib rules! | Guido van Rossum | 2003-06-14 | 1 | -85/+0 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -1/+1 |
| | |||||
* | Correct a typo and remove an unqualified except that was hiding the error. | Guido van Rossum | 2000-02-15 | 1 | -2/+2 |
| | |||||
* | When deleting, call the callbacks *after* deleting the window from our list! | Guido van Rossum | 1999-02-17 | 1 | -2/+1 |
| | |||||
* | Support callbacks to patch up Windows menus everywhere. | Guido van Rossum | 1999-02-17 | 1 | -2/+25 |
| | |||||
* | Don't crash if a window no longer exists. | Guido van Rossum | 1999-02-08 | 1 | -1/+4 |
| | |||||
* | Only deiconify when iconic. | Guido van Rossum | 1999-01-18 | 1 | -2/+4 |
| | |||||
* | Don't traceback when wakeup() is called when the window has been destroyed. | Guido van Rossum | 1999-01-09 | 1 | -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 Rossum | 1999-01-02 | 1 | -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. |