summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/TreeWidget.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-081-2/+4
| | | | | | | | | | | | M ClassBrowser.py M ColorDelegator.py M EditorWindow.py M NEWS.txt M PyShell.py M TreeWidget.py M config-highlight.def M configDialog.py M configHandler.py
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* 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
| | | | consistent with the Edit/Shell windows.
* Convert some more 1/0 to True/FalseNeal Norwitz2002-11-301-3/+3
|
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-1/+6
| | | | | | | | | | | | | | Rev 1.6 GvR Finally fix SF bug #441172, using a variant of patch ##443626: canceling an edit operation would not revert the value of the field. The fix takes care to destroy the Entry object, as suggested in the patch. Rev 1.7 Geiger Ho / GvR (previously applied - Idlefork Rev 1.3) Rev 1.8 doerwalter (string methods)
* Geiger Ho's patch for better subclassingSteven M. Gava2002-05-271-1/+1
|
* Initial revisionDavid Scherer2000-08-151-0/+471