summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/query.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27621: Put query response validation error messages in query boxTerry Jan Reedy2016-08-101-52/+72
| | | | | instead of in separate massagebox. Redo tests to match. Add Mac OSX refinements. Original patch by Mark Roseman.
* Issue #27620: Mark the default action button as the default.Terry Jan Reedy2016-07-281-1/+1
|
* Issue #27620: Escape key closes Query box as cancelled.Terry Jan Reedy2016-07-261-0/+1
|
* Issue #27380: IDLE: add query.HelpSource class and tests.Terry Jan Reedy2016-07-081-36/+127
| | | | Remove modules that are combined in new module.
* Issue 27437: Add query.ModuleName and use it for file => Load Module.Terry Jan Reedy2016-07-031-18/+65
| | | | Users can now edit bad entries instead of starting over.
* Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclassTerry Jan Reedy2016-06-271-0/+148
SectionName. These split class GetCfgSectionNameDialog from configSectionNameDialog.py, temporarily renamed config_sec.py in 3.7.9a2. More Query subclasses are planned.