summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/SearchEngine.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Berker Peksag2015-04-141-1/+1
|
* Escaped backslashes in docstrings.Serhiy Storchaka2015-04-031-1/+1
|
* More idlelib cleanup inspired by pyflakes.Terry Jan Reedy2014-07-021-1/+1
|
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-021-1/+0
| | | | This changeset also includes cleanup allowed by this behavior change.
* Idlelib: forward port changes that silenced 2.7 -3 deprecation warnings andTerry Jan Reedy2014-01-291-5/+3
| | | | which are at least as efficient. On Py3, unpacking exceptions never works.
* 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