| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) | Miss Islington (bot) | 2018-08-02 | 1 | -0/+4 |
| | | | | | | | Added missing .grab_release() calls to all places where we call .grab_set(). (cherry picked from commit 10ea9409ceb5da83cb380b610750551e26561044) Co-authored-by: Tal Einat <taleinat+github@gmail.com> | ||||
| * | bpo-33855: More edits and new minimal tests for IDLE (GH-7761) | Miss Islington (bot) | 2018-06-18 | 1 | -2/+2 |
| | | | | | | | | Part 2 of 3. Continues PR GH-7689, changeset ee5ef30. Edit and add tests for 18 modules, help_about to replace and run. (cherry picked from commit ea3dc8029ab6a0f1ee6a8a72f1612dea74892e08) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | ||||
| * | [3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105) | terryjreedy | 2017-06-11 | 1 | -1/+1 |
| | | | | | Part of patch by Victor Stinner. (cherry-pick from d6debb24e06152a827769b0cac24c47deccdeac1) | ||||
| * | Issue #27891: Consistently group and sort imports within idlelib modules. | Terry Jan Reedy | 2016-08-31 | 1 | -1/+2 |
| | | |||||
| * | Issue #27621: Put query response validation error messages in query box | Terry Jan Reedy | 2016-08-10 | 1 | -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 Reedy | 2016-07-28 | 1 | -1/+1 |
| | | |||||
| * | Issue #27620: Escape key closes Query box as cancelled. | Terry Jan Reedy | 2016-07-26 | 1 | -0/+1 |
| | | |||||
| * | Issue #27380: IDLE: add query.HelpSource class and tests. | Terry Jan Reedy | 2016-07-08 | 1 | -36/+127 |
| | | | | | 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 | -18/+65 |
| | | | | | 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/+148 |
| SectionName. These split class GetCfgSectionNameDialog from configSectionNameDialog.py, temporarily renamed config_sec.py in 3.7.9a2. More Query subclasses are planned. | |||||
