summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/SearchEngine.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23943: Fix typos. Patch by Piotr Kasprzyk.Martin Panter2016-07-281-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: silence two buildbot Deprecation Warnings with better code.Terry Jan Reedy2014-01-291-6/+4
|
* 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).
* Issue #18316: Update idlelib 2.7 except clauses to ease backports.Terry Jan Reedy2013-06-291-1/+1
|
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-2/+2
|
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-2/+2
|
* Merge PyIdle changes:Kurt B. Kaiser2002-09-181-3/+2
| | | | | Rev 1.3 doerwalter (string methods)
* Initial revisionDavid Scherer2000-08-151-0/+221