Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up the search a bit -- don't drag a mark around... | Guido van Rossum | 1998-10-19 | 1 | -13/+17 |
| | |||||
* | 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. | ||||
* | Use and pass through the 'force' flag to set_dict() where appropriate. | Guido van Rossum | 1998-10-19 | 1 | -8/+35 |
| | | | | | | Default source and globals checkboxes to false. Don't interact in user_return(). Add primitive set_breakpoint() method. | ||||
* | Raise priority of 'sel' tag so its foreground (on Windows) will take | Guido van Rossum | 1998-10-19 | 1 | -0/+3 |
| | | | | | | | priority over text colorization (which on Windows is almost the same color as the selection background). Define a tag and color for breakpoints ("BREAK"). | ||||
* | Disable "Open stack viewer" and "help" commands. | Guido van Rossum | 1998-10-19 | 1 | -3/+3 |
| | |||||
* | Add optional 'force' argument (default 0) to load_dict(). | Guido van Rossum | 1998-10-19 | 1 | -2/+2 |
| | | | | If set, redo the display even if it's the same dict. | ||||
* | The driver script on Unix is `pynche'; for Windows `pynche.pyw' | Barry Warsaw | 1998-10-16 | 1 | -2/+2 |
| | |||||
* | Do nothing when loading the same dict as before. | Guido van Rossum | 1998-10-16 | 1 | -1/+6 |
| | |||||
* | Details for debugger interface. | Guido van Rossum | 1998-10-16 | 1 | -3/+1 |
| | |||||
* | Restructured and more consistent. Save checkboxes across instantiations. | Guido van Rossum | 1998-10-16 | 1 | -36/+78 |
| | |||||
* | Get rid of conflicting ^X binding. Use ^W. | Guido van Rossum | 1998-10-16 | 3 | -8/+7 |
| | |||||
* | Debugger can now show local and global variables. | Guido van Rossum | 1998-10-16 | 2 | -38/+92 |
| | |||||
* | Oops | Guido van Rossum | 1998-10-16 | 1 | -1/+3 |
| | |||||
* | Better debugger support (show stack etc). | Guido van Rossum | 1998-10-16 | 2 | -11/+88 |
| | |||||
* | Follow renames in StackViewer module | Guido van Rossum | 1998-10-16 | 1 | -2/+2 |
| | |||||
* | Rename classes to StackViewer (the widget) and StackBrowser (the toplevel). | Guido van Rossum | 1998-10-16 | 1 | -6/+10 |
| | |||||
* | Add close() method | Guido van Rossum | 1998-10-16 | 1 | -0/+3 |
| | |||||
* | Clarify 'Open Module' dialog text | Guido van Rossum | 1998-10-16 | 1 | -1/+2 |
| | |||||
* | Restructured into a browser and a widget. | Guido van Rossum | 1998-10-16 | 1 | -161/+87 |
| | |||||
* | Generalized the scrolled list which is the base for the class and | Guido van Rossum | 1998-10-15 | 2 | -128/+205 |
| | | | | method browser into a separate class in its own module. | ||||
* | Cosmetic change | Guido van Rossum | 1998-10-15 | 1 | -8/+20 |
| | |||||
* | Don't show function name if there is none | Guido van Rossum | 1998-10-15 | 1 | -1/+3 |
| | |||||
* | Updated __main__ unit test | Barry Warsaw | 1998-10-15 | 1 | -5/+10 |
| | |||||
* | Polish the Debugger GUI a bit. | Guido van Rossum | 1998-10-14 | 2 | -20/+52 |
| | | | | 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 | 3 | -1/+130 |
| | | | | source, but it doesn't yet show the stack). | ||||
* | Misc | Guido van Rossum | 1998-10-13 | 1 | -5/+9 |
| | |||||
* | Whoops -- referenced self.top before it was set. | Guido van Rossum | 1998-10-13 | 1 | -1/+1 |
| | |||||
* | Added history and completion commands. | Guido van Rossum | 1998-10-13 | 1 | -0/+11 |
| | |||||
* | Updated | Guido van Rossum | 1998-10-13 | 1 | -40/+52 |
| | |||||
* | Add class browser functionality. | Guido van Rossum | 1998-10-13 | 1 | -0/+17 |
| | |||||
* | Add a close() method and bind to WM_DELETE_WINDOW protocol | Guido van Rossum | 1998-10-13 | 1 | -0/+4 |
| | |||||
* | Clear the linecache before printing a traceback | Guido van Rossum | 1998-10-13 | 1 | -0/+7 |
| | |||||
* | Added class browser binding. | Guido van Rossum | 1998-10-13 | 1 | -0/+2 |
| | |||||
* | Much improved, much left to do. | Guido van Rossum | 1998-10-13 | 1 | -11/+153 |
| | |||||
* | 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 |
| | |||||
* | Adding the beginnings of a Class browser. Incomplete, yet. | Guido van Rossum | 1998-10-13 | 1 | -0/+70 |
| | |||||
* | Add new command, "Open module". You select or type a module name, | Guido van Rossum | 1998-10-13 | 2 | -0/+33 |
| | | | | and it opens the source. | ||||
* | 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. | ||||
* | Get rid of PopUp menu. | Guido van Rossum | 1998-10-12 | 1 | -10/+30 |
| | | | | | Create a simple Windows menu. (Imperfect when Untitled windows exist.) Add wakeup() method: deiconify, raise, focus. | ||||
* | Generalize menu creation. | Guido van Rossum | 1998-10-12 | 1 | -20/+15 |
| | |||||
* | Add Debug and Help menu items. | Guido van Rossum | 1998-10-12 | 1 | -1/+13 |
| | |||||
* | Added a menu bar to every window. | Guido van Rossum | 1998-10-12 | 1 | -1/+45 |
| | |||||
* | Add menu configuration to the event configuration. | Guido van Rossum | 1998-10-12 | 1 | -60/+123 |
| | |||||
* | Pass a root to the help window. | Guido van Rossum | 1998-10-12 | 1 | -1/+1 |
| | |||||
* | Add parent argument to 'to to line number' dialog box. | Guido van Rossum | 1998-10-12 | 1 | -1/+2 |
| | |||||
* | Add a label at the top showing (very basic) help for the stack viewer. | Guido van Rossum | 1998-10-10 | 1 | -0/+21 |
| | | | | Add a label at the bottom showing the exception info. | ||||
* | Add Unix main script and test program. | Guido van Rossum | 1998-10-10 | 2 | -0/+22 |
| | |||||
* | Initial checking of Tk-based Python IDE. | Guido van Rossum | 1998-10-10 | 23 | -0/+2829 |
| | | | | | Features: text editor with syntax coloring and undo; subclassed into interactive Python shell which adds history. | ||||
* | New version that is much more compact and easier to maintain. (Sjoerd) | Guido van Rossum | 1998-10-09 | 1 | -239/+124 |
| |