summaryrefslogtreecommitdiffstats
path: root/Tools/idle
Commit message (Expand)AuthorAgeFilesLines
* Separator classes (draggable divider between two panes).Guido van Rossum1999-01-111-0/+89
* Don't traceback when wakeup() is called when the window has been destroyed.Guido van Rossum1999-01-091-3/+8
* Allow tearing off of the Windows menu.Guido van Rossum1999-01-091-1/+0
* Close on ESC.Guido van Rossum1999-01-091-1/+2
* Updated a bunch of things (it was mostly still 0.1!)Guido van Rossum1999-01-091-17/+39
* Added ScriptBinding to standard bindings.Guido van Rossum1999-01-091-0/+1
* This now actually works. See doc string. It can run a module (i.e.Guido van Rossum1999-01-091-18/+130
* What's new in this release.Guido van Rossum1999-01-082-2/+51
* Paul Prescod's patches to allow the stack viewer to pop up when aGuido van Rossum1999-01-082-0/+12
* Change paragraph width limit to 70 (like Emacs M-Q).Guido van Rossum1999-01-071-1/+1
* Separating TODO from README. Slight reformulation of features. NoGuido van Rossum1999-01-071-113/+6
* Separating TODO from README.Guido van Rossum1999-01-071-0/+132
* Hm. There was a boundary condition error at the end of the file too.Guido van Rossum1999-01-041-1/+1
* Hm. Add Unix binding for replace, too.Guido van Rossum1999-01-041-0/+1
* Ran eventparse.py again.Guido van Rossum1999-01-041-6/+2
* Added Unix Meta-q key binding;Guido van Rossum1999-01-041-1/+5
* Added Meta-/ binding for Unix as alt for Alt-/.Guido van Rossum1999-01-041-0/+4
* Add unix binding for grep (otherwise the menu entry doesn't work!)Guido van Rossum1999-01-041-0/+1
* Adjusted Unix height to work with fvwm96. :=(Guido van Rossum1999-01-041-1/+1
* Need to import sys!Guido van Rossum1999-01-041-0/+1
* Formatted some paragraphsGuido van Rossum1999-01-043-57/+46
* Add new extension to reformat a (text) paragraph.Guido van Rossum1999-01-042-0/+102
* Typo in Win specific height setting.Guido van Rossum1999-01-041-1/+1
* Added something like Tim Peters' backspace patch.Guido van Rossum1999-01-031-2/+28
* Adapted to Unix (i.e., more hardcoded constants).Guido van Rossum1999-01-031-3/+10
* Checking in IDLE 0.2.Guido van Rossum1999-01-0238-898/+2203
* Fix the class browser to work even when the file is not on sys.path.Guido van Rossum1998-12-182-3/+3
* Added a -q ('quiet') option to tabnanny, which causes only the names ofAndrew M. Kuchling1998-12-181-3/+7
* Moved to Python 1.5.2/LibGuido van Rossum1998-12-081-343/+0
* TypoGuido van Rossum1998-11-271-1/+1
* Support underlining of menu labelsGuido van Rossum1998-11-272-5/+6
* New approach, separate tables for menus (platform-independent) and keyGuido van Rossum1998-11-271-168/+192
* Clarify portability and main program.Guido van Rossum1998-11-161-2/+8
* Added intro for 0.1 release and append Grail notes.Guido van Rossum1998-11-161-0/+37
* root is now a global called _rootGuido van Rossum1998-10-261-1/+1
* Raise the root window on reset().Guido van Rossum1998-10-241-11/+9
* Split the goto() function in two: _goto() is the internal one,Guido van Rossum1998-10-241-5/+9
* Cope with destruction of the windowGuido van Rossum1998-10-241-7/+24
* Turtle graphicsGuido van Rossum1998-10-241-0/+324
* Use of Breakpoint class should be bdb.Breakpoint.Guido van Rossum1998-10-241-1/+1
* Speed up the search a bit -- don't drag a mark around...Guido van Rossum1998-10-191-13/+17
* Change our special entries from <console#N> to <pyshell#N>.Guido van Rossum1998-10-191-2/+48
* Use and pass through the 'force' flag to set_dict() where appropriate.Guido van Rossum1998-10-191-8/+35
* Raise priority of 'sel' tag so its foreground (on Windows) will takeGuido van Rossum1998-10-191-0/+3
* Disable "Open stack viewer" and "help" commands.Guido van Rossum1998-10-191-3/+3
* Add optional 'force' argument (default 0) to load_dict().Guido van Rossum1998-10-191-2/+2
* Do nothing when loading the same dict as before.Guido van Rossum1998-10-161-1/+6
* Details for debugger interface.Guido van Rossum1998-10-161-3/+1
* Restructured and more consistent. Save checkboxes across instantiations.Guido van Rossum1998-10-161-36/+78
* Get rid of conflicting ^X binding. Use ^W.Guido van Rossum1998-10-163-8/+7