summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/GrepDialog.py
Commit message (Expand)AuthorAgeFilesLines
* Replace os.error with OSError in tkinter and IDLEAndrew Svetlov2012-12-171-1/+1
* Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.Terry Jan Reedy2012-05-281-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