summaryrefslogtreecommitdiff
path: root/Lib/idlelib/TreeWidget.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-466/+0
* Issue #25313: Change the handling of new built-in text color themes to betterTerry Jan Reedy2015-11-121-1/+1
* idlelib: remove unused names and imports (one is a duplicate import).Terry Jan Reedy2015-05-141-1/+1
* Issue #22628: Increase Treewidge line spacing so lines do not overlap.Terry Jan Reedy2014-10-161-3/+4
* Issue #21477: Add htests for Search and Replace dialogs.Terry Jan Reedy2014-05-271-9/+0
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-241-17/+15
* merge w/ 3.3Brett Cannon2013-06-151-2/+2
|\
| * Replace os.error with OSError in tkinter and IDLEAndrew Svetlov2012-12-171-2/+2
* | Drop some dead imports of impBrett Cannon2013-06-151-1/+0
|/
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-1/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-301-1/+1
* Fix raise with 2to3Kurt B. Kaiser2007-08-231-1/+1
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-221-3/+3
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-3/+3
* Remove has_key() references from idlelib. IDLE still doesn't run dueGuido van Rossum2006-08-221-1/+1
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-081-2/+4
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-091-1/+1
* Make Alt-Key-2 the Zoom Height binding for ClassBrowser and PathBrowser,Kurt B. Kaiser2003-01-221-2/+2
* Convert some more 1/0 to True/FalseNeal Norwitz2002-11-301-3/+3
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-1/+6
* Geiger Ho's patch for better subclassingSteven M. Gava2002-05-271-1/+1
* Initial revisionDavid Scherer2000-08-151-0/+471