summaryrefslogtreecommitdiff
path: root/Lib/idlelib/ObjectBrowser.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-291-1/+2
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-241-3/+7
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-1/+1
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-161-1/+1
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-231-1/+1
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-221-1/+1
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-1/+1
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-10/+7
* 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
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Merge Py Idle changes:Kurt B. Kaiser2002-09-161-2/+2
* py-cvs-rel2_1 (Rev 1.3) mergeKurt B. Kaiser2001-07-131-6/+6
* Initial revisionDavid Scherer2000-08-151-0/+151