summaryrefslogtreecommitdiffstats
path: root/Tools/idle/StackViewer.py
Commit message (Expand)AuthorAgeFilesLines
* Debugger can now show local and global variables.Guido van Rossum1998-10-161-32/+48
* Rename classes to StackViewer (the widget) and StackBrowser (the toplevel).Guido van Rossum1998-10-161-6/+10
* Restructured into a browser and a widget.Guido van Rossum1998-10-161-161/+87
* Whoops -- referenced self.top before it was set.Guido van Rossum1998-10-131-1/+1
* Add a close() method and bind to WM_DELETE_WINDOW protocolGuido van Rossum1998-10-131-0/+4
* Add a label at the top showing (very basic) help for the stack viewer.Guido van Rossum1998-10-101-0/+21
* Initial checking of Tk-based Python IDE.Guido van Rossum1998-10-101-0/+288