summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/WidgetRedirector.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector.Terry Jan Reedy2015-07-191-1/+2
* #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav Heblikar.Terry Jan Reedy2014-07-111-11/+19
* Issue #21940: add docstrings to idlelib.WidgetRedirector.Terry Jan Reedy2014-07-101-18/+59
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-241-8/+7
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-1/+1
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-1/+1
* Fixed #1649: IDLE error: dictionary changed size during iterationChristian Heimes2007-12-181-1/+1
* 1. Add comments to provide top-level documentation.Kurt B. Kaiser2007-10-261-30/+68
* Correct an ancient bug in an unused path by removing that path: register() isKurt B. Kaiser2007-10-251-5/+1
* 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-2/+2
* Initial revisionDavid Scherer2000-08-151-0/+92