summaryrefslogtreecommitdiff
path: root/Lib/idlelib/TreeWidget.py
Commit message (Expand)AuthorAgeFilesLines
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-021-4/+4
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-1/+1
* 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
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-081-2/+4
* 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
* Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser,Kurt B. Kaiser2003-01-221-2/+2
* Convert some more 1/0 to True/FalseNeal Norwitz2002-11-301-3/+3
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-1/+6
* Geiger Ho's patch for better subclassingSteven M. Gava2002-05-271-1/+1
* Initial revisionDavid Scherer2000-08-151-0/+471