summaryrefslogtreecommitdiffstats
path: root/Tools/idle/StackViewer.py
Commit message (Expand)AuthorAgeFilesLines
* Refactored, with some future plans in mind.Guido van Rossum2001-05-121-11/+23
* Whitespace normalization.Tim Peters2001-01-171-1/+1
* New stack viewer, uses a tree widget.Guido van Rossum2000-02-151-230/+89
* Make initial stack viewer widerGuido van Rossum1999-05-211-1/+1
* Protect against accessing an empty stack.Guido van Rossum1999-02-011-2/+11
* Close on ESC.Guido van Rossum1999-01-091-1/+2
* Checking in IDLE 0.2.Guido van Rossum1999-01-021-11/+13
* Add optional 'force' argument (default 0) to load_dict().Guido van Rossum1998-10-191-2/+2
* Do nothing when loading the same dict as before.Guido van Rossum1998-10-161-1/+6
* 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