summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* Saving/Restoring state into ~/.pynche fileBarry Warsaw1998-10-2010-27/+160
* Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices:Guido van Rossum1998-10-201-1/+4
* Speed up the search a bit -- don't drag a mark around...Guido van Rossum1998-10-191-13/+17
* Change our special entries from <console#N> to <pyshell#N>.Guido van Rossum1998-10-191-2/+48
* Use and pass through the 'force' flag to set_dict() where appropriate.Guido van Rossum1998-10-191-8/+35
* Raise priority of 'sel' tag so its foreground (on Windows) will takeGuido van Rossum1998-10-191-0/+3
* Disable "Open stack viewer" and "help" commands.Guido van Rossum1998-10-191-3/+3
* Add optional 'force' argument (default 0) to load_dict().Guido van Rossum1998-10-191-2/+2
* The driver script on Unix is `pynche'; for Windows `pynche.pyw'Barry Warsaw1998-10-161-2/+2
* Do nothing when loading the same dict as before.Guido van Rossum1998-10-161-1/+6
* Details for debugger interface.Guido van Rossum1998-10-161-3/+1
* Restructured and more consistent. Save checkboxes across instantiations.Guido van Rossum1998-10-161-36/+78
* Get rid of conflicting ^X binding. Use ^W.Guido van Rossum1998-10-163-8/+7
* Debugger can now show local and global variables.Guido van Rossum1998-10-162-38/+92
* OopsGuido van Rossum1998-10-161-1/+3
* Better debugger support (show stack etc).Guido van Rossum1998-10-162-11/+88
* Follow renames in StackViewer moduleGuido van Rossum1998-10-161-2/+2
* Rename classes to StackViewer (the widget) and StackBrowser (the toplevel).Guido van Rossum1998-10-161-6/+10
* Add close() methodGuido van Rossum1998-10-161-0/+3
* Clarify 'Open Module' dialog textGuido van Rossum1998-10-161-1/+2
* Restructured into a browser and a widget.Guido van Rossum1998-10-161-161/+87
* Generalized the scrolled list which is the base for the class andGuido van Rossum1998-10-152-128/+205
* Cosmetic changeGuido van Rossum1998-10-151-8/+20
* Don't show function name if there is noneGuido van Rossum1998-10-151-1/+3
* Updated __main__ unit testBarry Warsaw1998-10-151-5/+10
* Polish the Debugger GUI a bit.Guido van Rossum1998-10-142-20/+52
* Ad primitive debugger interface (so far it will step and show you theGuido van Rossum1998-10-133-1/+130
* MiscGuido van Rossum1998-10-131-5/+9
* Whoops -- referenced self.top before it was set.Guido van Rossum1998-10-131-1/+1
* Added history and completion commands.Guido van Rossum1998-10-131-0/+11
* UpdatedGuido van Rossum1998-10-131-40/+52
* Add class browser functionality.Guido van Rossum1998-10-131-0/+17
* Add a close() method and bind to WM_DELETE_WINDOW protocolGuido van Rossum1998-10-131-0/+4
* Clear the linecache before printing a tracebackGuido van Rossum1998-10-131-0/+7
* Added class browser binding.Guido van Rossum1998-10-131-0/+2
* Much improved, much left to do.Guido van Rossum1998-10-131-11/+153
* Make the return key do what I mean more often.Guido van Rossum1998-10-131-1/+1
* Make the return key do what I mean more often.Guido van Rossum1998-10-131-9/+11
* Adding the beginnings of a Class browser. Incomplete, yet.Guido van Rossum1998-10-131-0/+70
* Add new command, "Open module". You select or type a module name,Guido van Rossum1998-10-132-0/+33
* Subsume functionality from Popup menu in Debug menu.Guido van Rossum1998-10-121-7/+95
* Get rid of PopUp menu.Guido van Rossum1998-10-121-10/+30
* Generalize menu creation.Guido van Rossum1998-10-121-20/+15
* Add Debug and Help menu items.Guido van Rossum1998-10-121-1/+13
* Added a menu bar to every window.Guido van Rossum1998-10-121-1/+45
* Add menu configuration to the event configuration.Guido van Rossum1998-10-121-60/+123
* Pass a root to the help window.Guido van Rossum1998-10-121-1/+1
* Add parent argument to 'to to line number' dialog box.Guido van Rossum1998-10-121-1/+2
* Add a label at the top showing (very basic) help for the stack viewer.Guido van Rossum1998-10-101-0/+21
* Add Unix main script and test program.Guido van Rossum1998-10-102-0/+22