summaryrefslogtreecommitdiffstats
path: root/Tools/idle/Bindings.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of old IDLE. Lib/idlelib rules!Guido van Rossum2003-06-141-58/+0
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-1/+0
* Add primitive printing support for Unix and Windows.Guido van Rossum2002-06-101-0/+2
* Add Python Documentation entry to Help menu.Guido van Rossum1999-08-261-0/+3
* Remove obsolete 'script' menu.Guido van Rossum1999-04-221-5/+0
* Add PathBrowser to File moduleGuido van Rossum1999-03-101-0/+1
* Move menu/key binding code from Bindings.py to EditorWindow.py,Guido van Rossum1999-01-281-59/+3
* Paul Prescod's patches to allow the stack viewer to pop up when aGuido van Rossum1999-01-081-0/+1
* Checking in IDLE 0.2.Guido van Rossum1999-01-021-100/+15
* New approach, separate tables for menus (platform-independent) and keyGuido van Rossum1998-11-271-168/+192
* Get rid of conflicting ^X binding. Use ^W.Guido van Rossum1998-10-161-3/+5
* Ad primitive debugger interface (so far it will step and show you theGuido van Rossum1998-10-131-0/+1
* Added class browser binding.Guido van Rossum1998-10-131-0/+2
* Add new command, "Open module". You select or type a module name,Guido van Rossum1998-10-131-0/+2
* Add Debug and Help menu items.Guido van Rossum1998-10-121-1/+13
* Add menu configuration to the event configuration.Guido van Rossum1998-10-121-60/+123
* Initial checking of Tk-based Python IDE.Guido van Rossum1998-10-101-0/+92