Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
25cb7dfb0f0c32b51a813869f4ef3ab25cba5b2a
/
Tools
/
idle
/
StackViewer.py
aaab30e
Apply diff2.txt from SF patch http://www.python.org/sf/572113
by Walter Dörwald
· 23 years ago
e9d7f07
Refactored, with some future plans in mind.
by Guido van Rossum
· 24 years ago
70c4378
Whitespace normalization.
by Tim Peters
· 24 years ago
b658469
New stack viewer, uses a tree widget. (XXX: the debugger doesn't yet use this.)
by Guido van Rossum
· 25 years ago
945507e
Make initial stack viewer wider
by Guido van Rossum
· 26 years ago
14b2d30
Protect against accessing an empty stack.
by Guido van Rossum
· 26 years ago
0291d1d
Close on ESC.
by Guido van Rossum
· 26 years ago
504b0bf
Checking in IDLE 0.2.
by Guido van Rossum
· 26 years ago
105b9c7
Add optional 'force' argument (default 0) to load_dict().
by Guido van Rossum
· 27 years ago
179c36e
Do nothing when loading the same dict as before.
by Guido van Rossum
· 27 years ago
5188a25
Debugger can now show local and global variables.
by Guido van Rossum
· 27 years ago
88d9007
Rename classes to StackViewer (the widget) and StackBrowser (the toplevel).
by Guido van Rossum
· 27 years ago
0443079
Restructured into a browser and a widget.
by Guido van Rossum
· 27 years ago
ad24ae1
Whoops -- referenced self.top before it was set.
by Guido van Rossum
· 27 years ago
ae08d38
Add a close() method and bind to WM_DELETE_WINDOW protocol
by Guido van Rossum
· 27 years ago
8571ed8
Add a label at the top showing (very basic) help for the stack viewer.
by Guido van Rossum
· 27 years ago
3b4ca0d
Initial checking of Tk-based Python IDE.
by Guido van Rossum
· 27 years ago