summaryrefslogtreecommitdiffstats
path: root/Tools/idle/Outline.py
Commit message (Collapse)AuthorAgeFilesLines
* This file was never supposed to be part of IDLE.Guido van Rossum1999-03-111-46/+0
|
* Initial checking of Tk-based Python IDE.Guido van Rossum1998-10-101-0/+46
Features: text editor with syntax coloring and undo; subclassed into interactive Python shell which adds history.