summaryrefslogtreecommitdiffstats
path: root/Tools/idle/ColorDelegator.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of old IDLE. Lib/idlelib rules!Guido van Rossum2003-06-141-246/+0
* Apply diff2.txt from SF patch http://www.python.org/sf/572113Walter Dörwald2002-09-111-2/+1
* Don't use __debug__ as if it were some module global. Use DEBUGGuido van Rossum2001-03-221-15/+15
* Color all word instances of "as" after "import", & on the same line, as ifTim Peters2001-01-191-0/+13
* rename the global IdleConfParser object from IdleConf to idleconfJeremy Hylton2000-03-071-2/+2
* migrate to use of IdleConf and config files to set optionsJeremy Hylton2000-03-031-21/+10
* Tim Peters strikes again:Guido van Rossum1999-04-261-11/+18
* 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
* Color preferences code by Loren Luke (massaged by me somewhat)Guido van Rossum1999-04-201-10/+21
* Hack to close a window that is colorizing.Guido van Rossum1999-01-121-1/+12
* Checking in IDLE 0.2.Guido van Rossum1999-01-021-74/+81
* Raise priority of 'sel' tag so its foreground (on Windows) will takeGuido van Rossum1998-10-191-0/+3
* Initial checking of Tk-based Python IDE.Guido van Rossum1998-10-101-0/+203