summaryrefslogtreecommitdiffstats
path: root/Tools/idle/Bindings.py
Commit message (Collapse)AuthorAgeFilesLines
* Ad primitive debugger interface (so far it will step and show you theGuido van Rossum1998-10-131-0/+1
| | | | source, but it doesn't yet show the stack).
* 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
| | | | and it opens the source.
* 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
Features: text editor with syntax coloring and undo; subclassed into interactive Python shell which adds history.