summaryrefslogtreecommitdiffstats
path: root/Tools/idle
Commit message (Expand)AuthorAgeFilesLines
* 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
* # 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
* At Tim Peters' recommendation, add a dummy flush() method to PseudoFile.Guido van Rossum1999-03-292-0/+6
* 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
* 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
* Oh, why not. Checking in the Emacs-generated change log.Guido van Rossum1999-02-171-0/+373
* Only pop up the stack viewer when requested in the Debug menu.Guido van Rossum1999-02-161-1/+2
* Don't crash if a window no longer exists.Guido van Rossum1999-02-081-1/+4
* Restructured a bit.Guido van Rossum1999-02-081-12/+16
* Add current dir or paths of file args to sys.path.Guido van Rossum1999-02-011-0/+7
* Add canonic() function -- for brand new bdb.py feature.Guido van Rossum1999-02-011-0/+4
* Protect against accessing an empty stack.Guido van Rossum1999-02-011-2/+11
* Use only the height to decide whether to zoom in or out.Guido van Rossum1999-01-291-7/+8
* Make sure the Tcl variables are shared between windows.Guido van Rossum1999-01-282-9/+9
* Move menu/key binding code from Bindings.py to EditorWindow.py,Guido van Rossum1999-01-283-79/+127
* Add Quit button to the debugger window.Guido van Rossum1999-01-281-0/+6
* When find_again() finds exactly the current selection, it's a failure.Guido van Rossum1999-01-281-0/+8
* Rename idle -> idle.pyGuido van Rossum1999-01-281-0/+0
* Only deiconify when iconic.Guido van Rossum1999-01-182-4/+8
* MiscGuido van Rossum1999-01-181-0/+3
* Renamed test.py to testcode.py so one can import Python'sGuido van Rossum1999-01-121-0/+0
* Hack to close a window that is colorizing.Guido van Rossum1999-01-122-8/+20
* Vladimir Marangozov's patch:Guido van Rossum1999-01-121-0/+3
* Some requests have been fulfilled.Guido van Rossum1999-01-111-5/+3
* Set the cursor to a watch when opening the class browser (which mayGuido van Rossum1999-01-111-7/+23
* Got rid of debug print statement in goto_line_event().Guido van Rossum1999-01-111-1/+0
* I think I like it better if it prints the traceback even when it displaysGuido van Rossum1999-01-111-2/+2
* Bind ESC to close-window.Guido van Rossum1999-01-111-1/+2
* Use a HSeparator between the classes and the items.Guido van Rossum1999-01-111-13/+18
* Separator classes (draggable divider between two panes).Guido van Rossum1999-01-111-0/+89