summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/SearchDialogBase.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-184/+0
|
* Issue #18592: Method return signature changes made to SearchDialogBase forTerry Jan Reedy2014-07-131-15/+31
| | | | | test purposes are now reflected in GrepDialog and ReplaceDialog. Docstrings are improved. Initial patch by Saimadhav Heblikar
* Issue #18592: Refactor 2 SearchDialogBase.create_(option/other)_buttons methodsTerry Jan Reedy2014-07-011-48/+27
| | | | | | to remove duplication and return info for tests. Rewrite corresponding tests. Test_create_option_buttons was not testing anything because of buggy comparisons. Use Python subscripting to get widget options.
* Issue #18592: Add unittests for SearchDialogBase. Patch by Phil Webster.Terry Jan Reedy2014-07-011-10/+15
|
* Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings,Terry Jan Reedy2014-06-261-30/+57
| | | | move two functions next to the functions that use them.
* 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