summaryrefslogtreecommitdiff
path: root/Lib/idlelib/ClassBrowser.py
Commit message (Collapse)AuthorAgeFilesLines
* ...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