summaryrefslogtreecommitdiffstats
path: root/Tools/idle/Percolator.py
Commit message (Collapse)AuthorAgeFilesLines
* move "from Tkinter import *" to module levelJeremy Hylton2001-02-021-1/+1
|
* Add close() method that breaks cycles.Guido van Rossum1999-06-251-0/+8
|
* Initial checking of Tk-based Python IDE.Guido van Rossum1998-10-101-0/+77
Features: text editor with syntax coloring and undo; subclassed into interactive Python shell which adds history.