summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial checking of Tk-based Python IDE.Guido van Rossum1998-10-1023-0/+2829
* New version that is much more compact and easier to maintain. (Sjoerd)Guido van Rossum1998-10-091-239/+124
* Fix multi-arg list.append() calls.Guido van Rossum1998-10-083-9/+9
* Added a whole bunch of descriptions.Guido van Rossum1998-10-071-0/+11
* Use the imp module to get the magic word.Guido van Rossum1998-10-071-6/+2
* Added #! lineGuido van Rossum1998-10-071-0/+1
* Updated about textBarry Warsaw1998-10-071-3/+3
* Moved the main pynche.py file to Main.py. Added minimal driverBarry Warsaw1998-10-075-5/+16
* Better layout of options menu and inc/dec buttonsBarry Warsaw1998-10-071-13/+16
* Fixes for some type-in strangenessBarry Warsaw1998-10-071-8/+18
* Add a note about the console windowBarry Warsaw1998-10-061-4/+6
* Never mindBarry Warsaw1998-10-061-0/+0
* Add link for WindowsBarry Warsaw1998-10-061-0/+0
* RightARrow._create(): justify=RIGHT on the text objectBarry Warsaw1998-10-061-0/+1
* A readmeBarry Warsaw1998-10-061-0/+173
* Add a SELECTION to the pre-inserted textBarry Warsaw1998-10-061-1/+6
* Copyright CNRIBarry Warsaw1998-10-061-2/+1
* Added the rgb.txt file from X11R6.4, including the licenseBarry Warsaw1998-10-061-0/+3
* Initial revisionBarry Warsaw1998-10-062-0/+782
* Better initial color choosingBarry Warsaw1998-10-062-17/+37
* Better quittingBarry Warsaw1998-10-063-6/+3
* Converted to newstyle menubarsBarry Warsaw1998-10-061-34/+43
* Update main window when Update on Click is turned onBarry Warsaw1998-10-061-1/+7
* Added version number in the About windowBarry Warsaw1998-10-061-4/+6
* Track color changes: disable buttons and their labels when turned offBarry Warsaw1998-10-061-13/+28