summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* New version to celebrate new command lineGuido van Rossum1999-04-221-1/+1
* Added flush(), for completeness.Guido van Rossum1999-04-221-0/+3
* A lot of changes to make the command line more useful. You can now do:Guido van Rossum1999-04-221-26/+115
* Some more TODO items. Made up my mind about command line args,Guido van Rossum1999-04-221-4/+24
* Super-elegant patch by Tim Peters that speeds up colorizationGuido van Rossum1999-04-221-1/+4
* Patch by Tim Peters to speed up colorizing of big multiline strings.Guido van Rossum1999-04-211-4/+4
* For an event 'foo-bar', the corresponding method must be calledGuido van Rossum1999-04-201-2/+2
* Restored the original IDLE color scheme.Guido van Rossum1999-04-201-61/+15
* Color preferences code by Loren Luke (massaged by me somewhat)Guido van Rossum1999-04-204-17/+106
* Patch by Mark Favas: it fixes the search engine behaviour where anGuido van Rossum1999-04-201-3/+10
* A few wishes are now fulfilled.Guido van Rossum1999-04-191-4/+0
* Tim Peters implements some of my wishes:Guido van Rossum1999-04-191-11/+60
* Avoid totally empty files.Guido van Rossum1999-04-101-0/+1
* Use re instead of regex.Guido van Rossum1999-04-091-10/+11
* # TODO entries changedGuido van Rossum1999-04-082-4/+6
* New change log.Guido van Rossum1999-04-071-1/+83
* New version.Guido van Rossum1999-04-072-4/+14
* Version bump awaiting impending new release.Guido van Rossum1999-04-071-1/+1
* For reasons I dare not explain, this script should always executeGuido van Rossum1999-04-021-2/+1
* At Tim Peters' recommendation, add a dummy flush() method to PseudoFile.Guido van Rossum1999-03-292-0/+6
* Tim Peters writes:Guido van Rossum1999-03-281-24/+53
* Tim Peters writes:Guido van Rossum1999-03-271-160/+88
* During display, if EPIPE is raised, it's probably because a pager wasFred Drake1999-03-261-3/+8
* Helpwin.__init__(): The text widget should get focus.Barry Warsaw1999-03-261-0/+1
* Removed unnecessary import `from PyncheWidget import PyncheWidget'Barry Warsaw1999-03-261-1/+0
* Added Samuel Bayer's new webchecker.Guido van Rossum1999-03-241-0/+884
* New mixin class that defines cmp and hash that useGuido van Rossum1999-03-151-0/+67
* Bug submitted by Wayne Knowles, who writes:Guido van Rossum1999-03-121-1/+1
* Don't crash when sys.path contains an empty string.Guido van Rossum1999-03-111-1/+1
* This file was never supposed to be part of IDLE.Guido van Rossum1999-03-111-46/+0
* - Don't crash in the case where a superclass is a string instead of aGuido van Rossum1999-03-111-4/+12
* Add PathBrowser to File moduleGuido van Rossum1999-03-102-0/+8
* "Path browser" - 4 scrolled lists displaying:Guido van Rossum1999-03-101-0/+151
* New utility: multiple scrolled lists in parallelGuido van Rossum1999-03-101-0/+138
* - White background.Guido van Rossum1999-03-101-3/+11
* Small change by Jack Jansen.Guido van Rossum1999-03-091-2/+2
* Comment out confusing write call.Guido van Rossum1999-02-181-1/+1
* News in 0.3.Guido van Rossum1999-02-171-0/+38
* Bump version to 0.3.Guido van Rossum1999-02-172-4/+5
* After all, we don't need to call the callbacks ourselves!Guido van Rossum1999-02-171-1/+0
* When deleting, call the callbacks *after* deleting the window from our list!Guido van Rossum1999-02-171-2/+1
* Fix up the Windows menu via the new callback mechanism instead ofGuido van Rossum1999-02-171-2/+4
* Support callbacks to patch up Windows menus everywhere.Guido van Rossum1999-02-171-2/+25