aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/ObjectBrowser.py
Commit message (Expand)AuthorAge
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-22
* Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-29
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-24
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-17
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-16
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-23
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-22
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-20
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-07
* Bug #1697782: remove all remaining code that uses types.InstanceType.Georg Brandl2007-04-11
* Remove has_key() references from idlelib. IDLE still doesn't run dueGuido van Rossum2006-08-22
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Merge Py Idle changes:Kurt B. Kaiser2002-09-16
* py-cvs-rel2_1 (Rev 1.3) mergeKurt B. Kaiser2001-07-13
* Initial revisionDavid Scherer2000-08-15