aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/GrepDialog.py
Commit message (Expand)AuthorAge
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-22
* idlelib: remove unused names and imports (one is a duplicate import).Terry Jan Reedy2015-05-14
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-17
* Issue #18592: Method return signature changes made to SearchDialogBase forTerry Jan Reedy2014-07-13
* Issue #21695: Catch AttributeError created when user closes grep output windowTerry Jan Reedy2014-06-10
* Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-29
* Merge with 3.3Terry Jan Reedy2014-02-23
|\
| * Issue #20730: Fix typo reported by Claudiu Popa.Terry Jan Reedy2014-02-23
* | #18151 Merge from 3.3Terry Jan Reedy2013-06-22
|\|
| * #18151, part 2: Silence debug build resource warning for each file opened byTerry Jan Reedy2013-06-22
| * #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patchTerry Jan Reedy2013-06-08
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* | Replace os.error with OSError in tkinter and IDLEAndrew Svetlov2012-12-17
|/
* Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.Terry Jan Reedy2012-05-27
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-17
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-22
* Use relative importsKurt B. Kaiser2007-08-09
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-20
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* 1. Find in Files Dialog shows text selection if there is oneKurt B. Kaiser2003-06-07
* Merge Py Idle changes:Kurt B. Kaiser2002-09-16
* Initial revisionDavid Scherer2000-08-15