| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change our special entries from <console#N> to <pyshell#N>. | Guido van Rossum | 1998-10-19 | 1 | -2/+48 |
| | | | | | | Patch linecache.checkcache() to keep our special entries alive. Add popup menu to all editor windows to set a breakpoint. | ||||
| * | Details for debugger interface. | Guido van Rossum | 1998-10-16 | 1 | -3/+1 |
| | | |||||
| * | Better debugger support (show stack etc). | Guido van Rossum | 1998-10-16 | 1 | -3/+15 |
| | | |||||
| * | Polish the Debugger GUI a bit. | Guido van Rossum | 1998-10-14 | 1 | -8/+16 |
| | | | | | Closing it now also does the right thing. | ||||
| * | Ad primitive debugger interface (so far it will step and show you the | Guido van Rossum | 1998-10-13 | 1 | -1/+37 |
| | | | | | source, but it doesn't yet show the stack). | ||||
| * | Clear the linecache before printing a traceback | Guido van Rossum | 1998-10-13 | 1 | -0/+7 |
| | | |||||
| * | Make the return key do what I mean more often. | Guido van Rossum | 1998-10-13 | 1 | -1/+1 |
| | | |||||
| * | Make the return key do what I mean more often. | Guido van Rossum | 1998-10-13 | 1 | -9/+11 |
| | | |||||
| * | Subsume functionality from Popup menu in Debug menu. | Guido van Rossum | 1998-10-12 | 1 | -7/+95 |
| | | | | | Other stuff so the PyShell window can be resurrected from the Windows menu. | ||||
| * | Initial checking of Tk-based Python IDE. | Guido van Rossum | 1998-10-10 | 1 | -0/+475 |
| Features: text editor with syntax coloring and undo; subclassed into interactive Python shell which adds history. | |||||
