Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe | Kurt B. Kaiser | 2004-03-08 | 1 | -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örwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) | Raymond Hettinger | 2003-07-09 | 1 | -1/+1 |
| | |||||
* | Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser, | Kurt B. Kaiser | 2003-01-22 | 1 | -2/+2 |
| | | | | consistent with the Edit/Shell windows. | ||||
* | Convert some more 1/0 to True/False | Neal Norwitz | 2002-11-30 | 1 | -3/+3 |
| | |||||
* | Merge Py Idle changes: | Kurt B. Kaiser | 2002-09-18 | 1 | -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 subclassing | Steven M. Gava | 2002-05-27 | 1 | -1/+1 |
| | |||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+471 |