Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ad primitive debugger interface (so far it will step and show you the | Guido van Rossum | 1998-10-13 | 1 | -0/+1 |
| | | | | source, but it doesn't yet show the stack). | ||||
* | Added class browser binding. | Guido van Rossum | 1998-10-13 | 1 | -0/+2 |
| | |||||
* | Add new command, "Open module". You select or type a module name, | Guido van Rossum | 1998-10-13 | 1 | -0/+2 |
| | | | | and it opens the source. | ||||
* | Add Debug and Help menu items. | Guido van Rossum | 1998-10-12 | 1 | -1/+13 |
| | |||||
* | Add menu configuration to the event configuration. | Guido van Rossum | 1998-10-12 | 1 | -60/+123 |
| | |||||
* | Initial checking of Tk-based Python IDE. | Guido van Rossum | 1998-10-10 | 1 | -0/+92 |
Features: text editor with syntax coloring and undo; subclassed into interactive Python shell which adds history. |