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