Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |