summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/ObjectBrowser.py
Commit message (Collapse)AuthorAgeFilesLines
* Bug #1697782: remove all remaining code that uses types.InstanceType.Georg Brandl2007-04-111-10/+0
|
* Remove has_key() references from idlelib. IDLE still doesn't run dueGuido van Rossum2006-08-221-1/+1
| | | | to relative import issues. Any volunteers?
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Merge Py Idle changes:Kurt B. Kaiser2002-09-161-2/+2
| | | | | Rev 1.4 tim_one Convert a pile of obvious "yes/no" functions to return bool
* py-cvs-rel2_1 (Rev 1.3) mergeKurt B. Kaiser2001-07-131-6/+6
| | | | "Make the test program work outside IDLE." -- GvR
* Initial revisionDavid Scherer2000-08-151-0/+151