Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. | Terry Jan Reedy | 2016-05-22 | 1 | -184/+0 |
| | |||||
* | Issue #18592: Method return signature changes made to SearchDialogBase for | Terry Jan Reedy | 2014-07-13 | 1 | -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 methods | Terry Jan Reedy | 2014-07-01 | 1 | -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 Reedy | 2014-07-01 | 1 | -10/+15 |
| | |||||
* | Issue #18592: For idlelib.SearchDialogBase, edit and add docstrings, | Terry Jan Reedy | 2014-06-26 | 1 | -30/+57 |
| | | | | move two functions next to the functions that use them. | ||||
* | Issue #18592: whitespace | Terry Jan Reedy | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | Issue #18592: Add docstrings to file being tested (idlelib.SearchDialogBase.py). | Terry Jan Reedy | 2013-08-18 | 1 | -0/+17 |
| | |||||
* | Tkinter, step 2: adapt imports. | Georg Brandl | 2008-05-17 | 1 | -1/+1 |
| | |||||
* | Apply Nicolas Riley's Patch. | Kurt B. Kaiser | 2002-11-21 | 1 | -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 highligted | Chui Tey | 2002-11-06 | 1 | -1/+4 |
| | | | | text is the search term. | ||||
* | Tidied up widget placement | Chui Tey | 2002-11-04 | 1 | -14/+23 |
| | |||||
* | Merge Py Idle changes: | Kurt B. Kaiser | 2002-09-18 | 1 | -1/+0 |
| | | | | | Rev 1.2 doerwalter (string methods) | ||||
* | Initial revision | David Scherer | 2000-08-15 | 1 | -0/+129 |