aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/ColorDelegator.py
Commit message (Expand)AuthorAge
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-22
* Issue #25313: Change the handling of new built-in text color themes to betterTerry Jan Reedy2015-11-12
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-17
* Idle ColorDelegator: finish removing code for 'as'.Terry Jan Reedy2014-08-19
* Idle ColorDelegator: remove special case code for 'as' in import statements.Terry Jan Reedy2014-08-19
* Issue #14105: Stop removing breakpoints from Idle editors.Terry Jan Reedy2014-08-08
* Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-25
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-24
* #17613: Prevent traceback when removing syntax colorizer in IDLE.Roger Serwy2013-04-07
* Issue #14958: Change IDLE systax highlighting to recognize all string andNed Deily2012-05-29
* Issue #14428: Use the new time.perf_counter() and time.process_time() functionsVictor Stinner2012-04-29
* #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy.Terry Jan Reedy2012-01-16
* Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..".Ned Deily2011-12-07
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-17
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-02
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-23
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-22
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-20
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-24
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* 1. Patch 1196895 Jeff Shute:Kurt B. Kaiser2005-06-12
* 1. Bug in Patch 805830 fixed by Nigel RoweKurt B. Kaiser2004-03-15
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-08
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-09
* Whitespace NormalizationKurt B. Kaiser2002-12-31
* M ColorDelegator.pyKurt B. Kaiser2002-12-17
* Merge Py Idle changesKurt B. Kaiser2002-09-15
* First work on making config changes dynamic,Steven M. Gava2002-03-02
* loading core keybindings via new config system plusSteven M. Gava2002-01-04
* further config system workSteven M. Gava2001-11-03
* more work to support new config systemSteven M. Gava2001-11-03
* py-cvs-rel2_1 (Rev 1.11 and 1.12) mergeKurt B. Kaiser2001-07-13
* Initial revisionDavid Scherer2000-08-15