summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
...
* 1. Catch NameError on import (could be raised by case mismatch on Windows).Guido van Rossum1999-06-011-8/+2
* Missed a few.Guido van Rossum1999-06-012-0/+0
* Rewritten based on TreeWidget.pyGuido van Rossum1999-06-012-265/+252
* Object browser, based on TreeWidget.py.Guido van Rossum1999-06-011-0/+154
* Tree widget done right.Guido van Rossum1999-06-011-0/+462
* As yet unused code for tool tips.Guido van Rossum1999-06-011-0/+87
* Ensure sys.argv[0] is the script name on Run Script.Guido van Rossum1999-06-011-0/+3
* Move zoom height functionality to separate function.Guido van Rossum1999-06-011-18/+21
* A few icons used by ../TreeWidget.py and its callers.Guido van Rossum1999-06-014-0/+0
* New version by Tim Peters improves block opening test.Guido van Rossum1999-06-011-2/+52
* Eugene Dvurechenski <jno@glas.net> says:Barry Warsaw1999-05-261-0/+1
* Rename History to IdleHistory.Guido van Rossum1999-05-212-74/+7
* Make initial stack viewer widerGuido van Rossum1999-05-211-1/+1
* New wishesGuido van Rossum1999-05-211-2/+7
* Much improved autoindent and handling of tabs,Guido van Rossum1999-05-213-65/+242
* Tim Peters writes:Guido van Rossum1999-05-034-38/+123
* Tim Peters writes:Guido van Rossum1999-05-031-2/+2
* updates for latest releaseBarry Warsaw1999-05-011-7/+9
* Support for using idle as a package.Guido van Rossum1999-04-301-0/+1
* Avoid listing files more than once (e.g. foomodule.so has two hits:Guido van Rossum1999-04-301-1/+2
* Add a scale widget and command line options to set the output volume.Barry Warsaw1999-04-282-18/+65
* Use the much nicer tkFileDialog for loading color name database filesBarry Warsaw1999-04-271-5/+10
* Document that for askcolor(), databasefile and wantspec can now be setBarry Warsaw1999-04-271-2/+2
* askcolor(): databasefile and wantspec can now be set on everyBarry Warsaw1999-04-271-3/+13
* Implement dynamic external Viewer discovery.Barry Warsaw1999-04-271-34/+61
* Add a module global variable ADDTOVIEW to conform to dynamic viewerBarry Warsaw1999-04-273-1/+7
* Added docstring describing Viewer interface.Barry Warsaw1999-04-271-0/+33
* add a commentBarry Warsaw1999-04-271-0/+1
* When selecting a radio button in the TextViewer (to change a specificBarry Warsaw1999-04-271-6/+28
* Change Black/White button labels to not include the arrowBarry Warsaw1999-04-271-2/+2
* Describe namedcolors.txtBarry Warsaw1999-04-261-0/+2
* An alternative Netscape databaseBarry Warsaw1999-04-261-0/+100
* Describe how to load a new databaseBarry Warsaw1999-04-261-0/+7
* Describe the Color database filesBarry Warsaw1999-04-261-31/+58
* Put the 'File' menu on the menubar even when modal, so users can getBarry Warsaw1999-04-261-4/+3
* Tim Peter's sister's 140 named colors that NS and MSIE understandBarry Warsaw1999-04-261-0/+141
* The "Web-safe" colors (all #rrggbb style)Barry Warsaw1999-04-261-0/+217
* The HTML 4.0 guaranteed colors.Barry Warsaw1999-04-261-0/+17
* Set the version number to 1.0 -- I think it's stable enoughBarry Warsaw1999-04-261-1/+1
* Lots of changes to support loading alternative color name database.Barry Warsaw1999-04-266-78/+180
* Some changes (maybe not enough?) to make it work on Windows with localGuido van Rossum1999-04-261-3/+3
* Tim Peters strikes again:Guido van Rossum1999-04-263-44/+160
* Added /usr/lib/X11/rgb.txt in front of X/rgb.txt for LinuxersBarry Warsaw1999-04-231-0/+2
* Provide full arguments to __import__ so it works in packagized IDLE.Guido van Rossum1999-04-231-1/+1
* Bunch of updates necessary due to recent changes; added docs for FileGuido van Rossum1999-04-221-13/+63
* Remove obsolete 'script' menu.Guido van Rossum1999-04-221-5/+0
* Several wishes fulfilled.Guido van Rossum1999-04-221-22/+5
* Moved classes OnDemandOutputWindow and PseudoFile here,Guido van Rossum1999-04-221-0/+44
* Mostly rewritten. Instead of the old Run module and Debug module,Guido van Rossum1999-04-221-107/+46
* Nits: document use of $IDLESTARTUP; display idle versionGuido van Rossum1999-04-221-3/+5