summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/SearchEngine.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine.Terry Jan Reedy2013-08-311-34/+38
| | | | | | Patch import and initialization in SearchEngine to make testing easier. Improve docstrings, especially to clarify the double role of 'ok' parameters. Original patch by Phil Webster.
* Issue #18489: idlelib.SearchEngine - add docstringsTerry Jan Reedy2013-08-191-25/+37
| | | | (original patch by Phil Webster).
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-2/+2
|
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Merge PyIdle changes:Kurt B. Kaiser2002-09-181-3/+2
| | | | | Rev 1.3 doerwalter (string methods)
* Initial revisionDavid Scherer2000-08-151-0/+221