summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/GrepDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18316: Update idlelib 2.7 except clauses to ease backports.Terry Jan Reedy2013-06-291-1/+1
|
* #18151, part 2: Silence debug build resource warning for each file opened byTerry Jan Reedy2013-06-221-24/+18
| | | | | | 'Find in files' by replacing 'open with implicit close' by 'with open' in GrepDialog method grep_it. Streamline code with enumerate(), direct file iteration, and output tweak. Add test for this method, including output format.
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-3/+3
| | | | absolute imports.
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-1/+1
|
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-1/+1
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* 1. Find in Files Dialog shows text selection if there is oneKurt B. Kaiser2003-06-071-3/+4
| | | | | | | 2. Remove obsolete comment associated with Window menu updating M EditorWindow.py M GrepDialog.py
* Merge Py Idle changes:Kurt B. Kaiser2002-09-161-3/+0
| | | | | | Rev 1.4 (string methods) Rev 1.5 Remove unnecessary imports
* Initial revisionDavid Scherer2000-08-151-0/+135