Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-30642: IDLE: Fix test_query refleak (#2147) (#2161) | terryjreedy | 2017-06-13 | 1 | -0/+1 |
| | | | | Patch by Louie Lu. (cherry picked from commit b070fd275b68df5c5ba9f6f43197b8d7066f0b18) | ||||
* | Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5). | Terry Jan Reedy | 2016-09-01 | 1 | -0/+4 |
| | |||||
* | Issue #27380: For test_query on Mac, adjust one expected result. | Terry Jan Reedy | 2016-08-10 | 1 | -1/+3 |
| | |||||
* | Issue #27621: Put query response validation error messages in query box | Terry Jan Reedy | 2016-08-10 | 1 | -142/+93 |
| | | | | | instead of in separate massagebox. Redo tests to match. Add Mac OSX refinements. Original patch by Mark Roseman. | ||||
* | Issue #27626: Further spelling fixes for 3.6 | Martin Panter | 2016-07-28 | 1 | -1/+1 |
| | |||||
* | Whitespace | Terry Jan Reedy | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Issue #27380: IDLE: add query.HelpSource class and tests. | Terry Jan Reedy | 2016-07-08 | 1 | -30/+184 |
| | | | | Remove modules that are combined in new module. | ||||
* | Issue 27437: Add query.ModuleName and use it for file => Load Module. | Terry Jan Reedy | 2016-07-03 | 1 | -16/+94 |
| | | | | Users can now edit bad entries instead of starting over. | ||||
* | Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass | Terry Jan Reedy | 2016-06-27 | 1 | -0/+164 |
SectionName. These split class GetCfgSectionNameDialog from configSectionNameDialog.py, temporarily renamed config_sec.py in 3.7.9a2. More Query subclasses are planned. |