summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/ColorDelegator.py
Commit message (Expand)AuthorAgeFilesLines
* #17613: Prevent traceback when removing syntax colorizer in IDLE.Roger Serwy2013-04-071-0/+4
* Issue #14958: Change IDLE systax highlighting to recognize all string andNed Deily2012-05-301-4/+5
* Issue #14428: Use the new time.perf_counter() and time.process_time() functionsVictor Stinner2012-04-291-2/+2
* #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy.Terry Jan Reedy2012-01-161-1/+2
* Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".Ned Deily2011-12-071-4/+4
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-1/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-2/+2
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-231-2/+2
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-221-3/+3
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-16/+16
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-12/+18
* 1. Patch 1196895 Jeff Shute:Kurt B. Kaiser2005-06-121-0/+3
* 1. Bug in Patch 805830 fixed by Nigel RoweKurt B. Kaiser2004-03-151-22/+21
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-081-2/+7
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-091-1/+1
* Whitespace NormalizationKurt B. Kaiser2002-12-311-2/+2
* M ColorDelegator.pyKurt B. Kaiser2002-12-171-0/+1
* Merge Py Idle changesKurt B. Kaiser2002-09-151-2/+1
* First work on making config changes dynamic,Steven M. Gava2002-03-021-14/+15
* loading core keybindings via new config system plusSteven M. Gava2002-01-041-2/+2
* further config system workSteven M. Gava2001-11-031-1/+1
* more work to support new config systemSteven M. Gava2001-11-031-10/+12
* py-cvs-rel2_1 (Rev 1.11 and 1.12) mergeKurt B. Kaiser2001-07-131-15/+28
* Initial revisionDavid Scherer2000-08-151-0/+234