index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
/
idle
/
StackViewer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply diff2.txt from SF patch http://www.python.org/sf/572113
Walter Dörwald
2002-09-11
1
-2/+1
*
Refactored, with some future plans in mind.
Guido van Rossum
2001-05-12
1
-11/+23
*
Whitespace normalization.
Tim Peters
2001-01-17
1
-1/+1
*
New stack viewer, uses a tree widget.
Guido van Rossum
2000-02-15
1
-230/+89
*
Make initial stack viewer wider
Guido van Rossum
1999-05-21
1
-1/+1
*
Protect against accessing an empty stack.
Guido van Rossum
1999-02-01
1
-2/+11
*
Close on ESC.
Guido van Rossum
1999-01-09
1
-1/+2
*
Checking in IDLE 0.2.
Guido van Rossum
1999-01-02
1
-11/+13
*
Add optional 'force' argument (default 0) to load_dict().
Guido van Rossum
1998-10-19
1
-2/+2
*
Do nothing when loading the same dict as before.
Guido van Rossum
1998-10-16
1
-1/+6
*
Debugger can now show local and global variables.
Guido van Rossum
1998-10-16
1
-32/+48
*
Rename classes to StackViewer (the widget) and StackBrowser (the toplevel).
Guido van Rossum
1998-10-16
1
-6/+10
*
Restructured into a browser and a widget.
Guido van Rossum
1998-10-16
1
-161/+87
*
Whoops -- referenced self.top before it was set.
Guido van Rossum
1998-10-13
1
-1/+1
*
Add a close() method and bind to WM_DELETE_WINDOW protocol
Guido van Rossum
1998-10-13
1
-0/+4
*
Add a label at the top showing (very basic) help for the stack viewer.
Guido van Rossum
1998-10-10
1
-0/+21
*
Initial checking of Tk-based Python IDE.
Guido van Rossum
1998-10-10
1
-0/+288