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