Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of old IDLE. Lib/idlelib rules! | Guido van Rossum | 2003-06-14 | 1 | -217/+0 |
| | |||||
* | Kurt pointed out another method affected by the changes to pyclbr.py. | Raymond Hettinger | 2003-01-22 | 1 | -2/+4 |
| | |||||
* | SF bug #668906: class browser raises AttributeError | Raymond Hettinger | 2003-01-18 | 1 | -1/+1 |
| | | | | | | | | The Py2.3 updates to the pyclbr module return both Class and Function objects. The IDLE ClassBrowser module only knew about Class and could not handle objects which did not define "super". Fixed by adding a guard. | ||||
* | Get rid of 1.5.2 compatibility hack. :-) | Guido van Rossum | 2002-12-03 | 1 | -8/+0 |
| | |||||
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 1 | -2/+1 |
| | | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining. | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -1/+1 |
| | |||||
* | Add an XXX comment about the ClassBrowser AIP. | Guido van Rossum | 2000-02-15 | 1 | -0/+2 |
| | |||||
* | Destroy the tree when closing. | Guido van Rossum | 1999-06-25 | 1 | -1/+2 |
| | |||||
* | Adapt to the new pyclbr's support of listing top-level functions. If | Guido van Rossum | 1999-06-10 | 1 | -33/+34 |
| | | | | | | | | this functionality is not present (e.g. when used with a vintage Python 1.5.2 installation) top-level functions are not listed. (Hmm... Any distribution of IDLE 0.5 should probably include a copy of the new pyclbr.py!) | ||||
* | Rewritten based on TreeWidget.py | Guido van Rossum | 1999-06-01 | 1 | -133/+185 |
| | |||||
* | # TODO entries changed | Guido van Rossum | 1999-04-08 | 1 | -1/+1 |
| | |||||
* | Use a HSeparator between the classes and the items. | Guido van Rossum | 1999-01-11 | 1 | -13/+18 |
| | | | | | Make the list of classes wider by default (40 chars). Bind ESC to close-window. | ||||
* | Checking in IDLE 0.2. | Guido van Rossum | 1999-01-02 | 1 | -18/+20 |
| | | | | | | | | | | | | 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. | ||||
* | Fix the class browser to work even when the file is not on sys.path. | Guido van Rossum | 1998-12-18 | 1 | -2/+2 |
| | |||||
* | Generalized the scrolled list which is the base for the class and | Guido van Rossum | 1998-10-15 | 1 | -128/+77 |
| | | | | method browser into a separate class in its own module. | ||||
* | Much improved, much left to do. | Guido van Rossum | 1998-10-13 | 1 | -11/+153 |
| | |||||
* | Adding the beginnings of a Class browser. Incomplete, yet. | Guido van Rossum | 1998-10-13 | 1 | -0/+70 |