summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/WidgetRedirector.py
Commit message (Expand)AuthorAgeFilesLines
* 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