summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/GrepDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24671: Finish print conversion, idlelib GrepDialog and WidgetRedirector.Terry Jan Reedy2015-07-191-0/+1
|
* idlelib: remove unused names and imports (forgot one).Terry Jan Reedy2015-05-141-1/+0
|
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-171-1/+1
| | | | htests to add # htest # marker for coveragepy and stop tcl errors.
* Issue #18592: Method return signature changes made to SearchDialogBase forTerry Jan Reedy2014-07-131-2/+2
| | | | | test purposes are now reflected in GrepDialog and ReplaceDialog. Docstrings are improved. Initial patch by Saimadhav Heblikar
* Issue #21695: Catch AttributeError created when user closes grep output windowTerry Jan Reedy2014-06-101-23/+31
| | | | | while still being written to. With no console, this closed Idle. Also add missing import and a few other changes.
* Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-291-0/+24
| | | | Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar.
* 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