Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of | Terry Jan Reedy | 2014-10-17 | 1 | -3/+10 |
| | | | | htests to add # htest # marker for coveragepy and stop tcl errors. | ||||
* | Delete a few unused names suggested by pyflakes. | Terry Jan Reedy | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | Issue #21477: Idle htest: modify run; add more tests. | Terry Jan Reedy | 2014-05-27 | 1 | -1/+1 |
| | | | | Patch by Saimadhav Heblikar. 2.7 backport of 90829, d7eea8f608c2. | ||||
* | Issue #21477: Idle htest: merge and modify run and runall; add many tests. | Terry Jan Reedy | 2014-05-24 | 1 | -6/+14 |
| | | | | Patch by Saimadhav Heblikar | ||||
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 1 | -4/+4 |
| | | | | absolute imports. | ||||
* | Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe | Kurt B. Kaiser | 2004-03-08 | 1 | -1/+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 | ||||
* | ...and the old pyclbr.py faked Function instances with Class instances | Kurt B. Kaiser | 2003-01-20 | 1 | -1/+4 |
| | | | | | which had empty method and super attributes. ClassBrowser.IsExpandable() could not handle the missing attributes. SF Bug 667787. | ||||
* | SF bug #668906: class browser raises AttributeError | Raymond Hettinger | 2003-01-19 | 1 | -1/+1 |
| | | | | | | | | The Py2.3 updates to the pyclbr module return both Class and Function objects. The IDLE ClassBrowser module only knew about Class and could not handle objects which did not define "super". Fixed by adding a guard. | ||||
* | Get rid of 1.5.2 compatibility hack. :-) | Guido van Rossum | 2002-12-03 | 1 | -8/+0 |
| | |||||
* | Merge Py Idle changes | Kurt B. Kaiser | 2002-09-15 | 1 | -2/+1 |
| | | | | Rev 1.13 (string methods) | ||||
* | py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization | Kurt B. Kaiser | 2001-07-12 | 1 | -1/+1 |
| | |||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+224 |