summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37627: Initialize IDLE Custom Run dialog with previous entries (#14870)Ngalim Siregar2019-07-211-4/+6
* bpo-5680: IDLE: Customize running a module (GH-13763)Cheryl Sabella2019-06-181-27/+78
* bpo-33855: More edits and new minimal tests for IDLE (GH-7761)Terry Jan Reedy2018-06-181-7/+5
* Fix idlelib comment typos reported by Mike on pull request 4803. (#4807)Terry Jan Reedy2017-12-121-1/+1
* bpo-30642: IDLE: Fix test_query refleak (#2147)mlouielu2017-06-131-0/+1
* Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).Terry Jan Reedy2016-09-011-0/+4
* Issue #27380: For test_query on Mac, adjust one expected result.Terry Jan Reedy2016-08-101-1/+3
* Issue #27621: Put query response validation error messages in query boxTerry Jan Reedy2016-08-101-142/+93
* Issue #27626: Further spelling fixes for 3.6Martin Panter2016-07-281-1/+1
* WhitespaceTerry Jan Reedy2016-07-081-1/+1
* Issue #27380: IDLE: add query.HelpSource class and tests.Terry Jan Reedy2016-07-081-30/+184
* Issue 27437: Add query.ModuleName and use it for file => Load Module.Terry Jan Reedy2016-07-031-16/+94
* Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclassTerry Jan Reedy2016-06-271-0/+164