summaryrefslogtreecommitdiff
path: root/Lib/idlelib/ClassBrowser.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #25313: Change the handling of new built-in text color themes to betterTerry Jan Reedy2015-11-121-1/+1
| | | | | address the compatibility problem introduced by the addition of IDLE Dark. Consistently use the revised idleConf.CurrentTheme everywhere in idlelib.
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-171-3/+10
| | | | htests to add # htest # marker for coveragepy and stop tcl errors.
* Delete a few unused names suggested by pyflakes.Terry Jan Reedy2014-07-011-1/+1
|
* Issue #21477: Idle htest: modify run; add more tests.Terry Jan Reedy2014-05-271-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 Reedy2014-05-241-6/+14
| | | | Patch by Saimadhav Heblikar
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-4/+4
| | | | absolute imports.
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-081-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 instancesKurt B. Kaiser2003-01-201-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 AttributeErrorRaymond Hettinger2003-01-191-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 Rossum2002-12-031-8/+0
|
* Merge Py Idle changesKurt B. Kaiser2002-09-151-2/+1
| | | | Rev 1.13 (string methods)
* py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalizationKurt B. Kaiser2001-07-121-1/+1
|
* Initial revisionDavid Scherer2000-08-151-0/+224