summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/SearchDialogBase.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #18592: whitespaceTerry Jan Reedy2013-08-181-1/+1
|
* Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py).Terry Jan Reedy2013-08-181-0/+17
|
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-1/+1
|
* Apply Nicolas Riley's Patch.Kurt B. Kaiser2002-11-211-5/+5
| | | | | | | | [ 634250 ] SearchDialogBase.py fix for Tk 8.4.1 SearchDialogBase refers to the grid 'col' option considered ambiguous with Python 2.2.2 and Tk 8.4.1. The correct name is 'column'.
* By default when getting the search menu, the currently highligtedChui Tey2002-11-061-1/+4
| | | | text is the search term.
* Tidied up widget placementChui Tey2002-11-041-14/+23
|
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-1/+0
| | | | | Rev 1.2 doerwalter (string methods)
* Initial revisionDavid Scherer2000-08-151-0/+129