Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapted to Unix (i.e., more hardcoded constants). | Guido van Rossum | 1999-01-03 | 1 | -3/+10 |
| | |||||
* | Checking in IDLE 0.2. | Guido van Rossum | 1999-01-02 | 38 | -898/+2203 |
| | | | | | | | | | | | | 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 | 2 | -3/+3 |
| | |||||
* | Added a -q ('quiet') option to tabnanny, which causes only the names of | Andrew M. Kuchling | 1998-12-18 | 1 | -3/+7 |
| | | | | offending files to be printed. Good for emacs `tabnanny.py *.py` | ||||
* | Moved to Python 1.5.2/Lib | Guido van Rossum | 1998-12-08 | 1 | -343/+0 |
| | |||||
* | Typo | Guido van Rossum | 1998-11-27 | 1 | -1/+1 |
| | |||||
* | Support underlining of menu labels | Guido van Rossum | 1998-11-27 | 2 | -5/+6 |
| | |||||
* | New approach, separate tables for menus (platform-independent) and key | Guido van Rossum | 1998-11-27 | 1 | -168/+192 |
| | | | | | definitions (platform-specific), and generating accelerator strings automatically from the key definitions. | ||||
* | Clarify portability and main program. | Guido van Rossum | 1998-11-16 | 1 | -2/+8 |
| | |||||
* | Added intro for 0.1 release and append Grail notes. | Guido van Rossum | 1998-11-16 | 1 | -0/+37 |
| | |||||
* | root is now a global called _root | Guido van Rossum | 1998-10-26 | 1 | -1/+1 |
| | |||||
* | Raise the root window on reset(). | Guido van Rossum | 1998-10-24 | 1 | -11/+9 |
| | | | | | Different action on WM_DELETE_WINDOW is more likely to do the right thing, allowing us to destroy old windows. | ||||
* | Split the goto() function in two: _goto() is the internal one, | Guido van Rossum | 1998-10-24 | 1 | -5/+9 |
| | | | | | using Canvas coordinates, and goto() uses turtle coordinates and accepts variable argument lists. | ||||
* | Cope with destruction of the window | Guido van Rossum | 1998-10-24 | 1 | -7/+24 |
| | |||||
* | Turtle graphics | Guido van Rossum | 1998-10-24 | 1 | -0/+324 |
| | |||||
* | Use of Breakpoint class should be bdb.Breakpoint. | Guido van Rossum | 1998-10-24 | 1 | -1/+1 |
| | |||||
* | Speed up the search a bit -- don't drag a mark around... | Guido van Rossum | 1998-10-19 | 1 | -13/+17 |
| | |||||
* | Change our special entries from <console#N> to <pyshell#N>. | Guido van Rossum | 1998-10-19 | 1 | -2/+48 |
| | | | | | Patch linecache.checkcache() to keep our special entries alive. Add popup menu to all editor windows to set a breakpoint. | ||||
* | Use and pass through the 'force' flag to set_dict() where appropriate. | Guido van Rossum | 1998-10-19 | 1 | -8/+35 |
| | | | | | | Default source and globals checkboxes to false. Don't interact in user_return(). Add primitive set_breakpoint() method. | ||||
* | Raise priority of 'sel' tag so its foreground (on Windows) will take | Guido van Rossum | 1998-10-19 | 1 | -0/+3 |
| | | | | | | | priority over text colorization (which on Windows is almost the same color as the selection background). Define a tag and color for breakpoints ("BREAK"). | ||||
* | Disable "Open stack viewer" and "help" commands. | Guido van Rossum | 1998-10-19 | 1 | -3/+3 |
| | |||||
* | Add optional 'force' argument (default 0) to load_dict(). | Guido van Rossum | 1998-10-19 | 1 | -2/+2 |
| | | | | If set, redo the display even if it's the same dict. | ||||
* | Do nothing when loading the same dict as before. | Guido van Rossum | 1998-10-16 | 1 | -1/+6 |
| | |||||
* | Details for debugger interface. | Guido van Rossum | 1998-10-16 | 1 | -3/+1 |
| | |||||
* | Restructured and more consistent. Save checkboxes across instantiations. | Guido van Rossum | 1998-10-16 | 1 | -36/+78 |
| | |||||
* | Get rid of conflicting ^X binding. Use ^W. | Guido van Rossum | 1998-10-16 | 3 | -8/+7 |
| | |||||
* | Debugger can now show local and global variables. | Guido van Rossum | 1998-10-16 | 2 | -38/+92 |
| | |||||
* | Oops | Guido van Rossum | 1998-10-16 | 1 | -1/+3 |
| | |||||
* | Better debugger support (show stack etc). | Guido van Rossum | 1998-10-16 | 2 | -11/+88 |
| | |||||
* | Follow renames in StackViewer module | Guido van Rossum | 1998-10-16 | 1 | -2/+2 |
| | |||||
* | Rename classes to StackViewer (the widget) and StackBrowser (the toplevel). | Guido van Rossum | 1998-10-16 | 1 | -6/+10 |
| | |||||
* | Add close() method | Guido van Rossum | 1998-10-16 | 1 | -0/+3 |
| | |||||
* | Clarify 'Open Module' dialog text | Guido van Rossum | 1998-10-16 | 1 | -1/+2 |
| | |||||
* | Restructured into a browser and a widget. | Guido van Rossum | 1998-10-16 | 1 | -161/+87 |
| | |||||
* | Generalized the scrolled list which is the base for the class and | Guido van Rossum | 1998-10-15 | 2 | -128/+205 |
| | | | | method browser into a separate class in its own module. | ||||
* | Cosmetic change | Guido van Rossum | 1998-10-15 | 1 | -8/+20 |
| | |||||
* | Don't show function name if there is none | Guido van Rossum | 1998-10-15 | 1 | -1/+3 |
| | |||||
* | Polish the Debugger GUI a bit. | Guido van Rossum | 1998-10-14 | 2 | -20/+52 |
| | | | | Closing it now also does the right thing. | ||||
* | Ad primitive debugger interface (so far it will step and show you the | Guido van Rossum | 1998-10-13 | 3 | -1/+130 |
| | | | | source, but it doesn't yet show the stack). | ||||
* | Misc | Guido van Rossum | 1998-10-13 | 1 | -5/+9 |
| | |||||
* | Whoops -- referenced self.top before it was set. | Guido van Rossum | 1998-10-13 | 1 | -1/+1 |
| | |||||
* | Added history and completion commands. | Guido van Rossum | 1998-10-13 | 1 | -0/+11 |
| | |||||
* | Updated | Guido van Rossum | 1998-10-13 | 1 | -40/+52 |
| | |||||
* | Add class browser functionality. | Guido van Rossum | 1998-10-13 | 1 | -0/+17 |
| | |||||
* | Add a close() method and bind to WM_DELETE_WINDOW protocol | Guido van Rossum | 1998-10-13 | 1 | -0/+4 |
| | |||||
* | Clear the linecache before printing a traceback | Guido van Rossum | 1998-10-13 | 1 | -0/+7 |
| | |||||
* | Added class browser binding. | Guido van Rossum | 1998-10-13 | 1 | -0/+2 |
| | |||||
* | Much improved, much left to do. | Guido van Rossum | 1998-10-13 | 1 | -11/+153 |
| | |||||
* | Make the return key do what I mean more often. | Guido van Rossum | 1998-10-13 | 1 | -1/+1 |
| | |||||
* | Make the return key do what I mean more often. | Guido van Rossum | 1998-10-13 | 1 | -9/+11 |
| |