summaryrefslogtreecommitdiff
path: root/Lib/test/test_idle.py
Commit message (Expand)AuthorAgeFilesLines
* Improve comments in test_idle.py. (GH-7057)Miss Islington (bot)2018-05-221-6/+8
* Trivial cleanups following bpo-31370 (#3649)Antoine Pitrou2017-09-181-1/+1
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-1/+0
* Issue #27611, #24137: Only change tkinter when easily restored.Terry Jan Reedy2016-08-161-9/+9
* Issue #24137, issue #27611: Restore tkinter after test_idle.Terry Jan Reedy2016-07-251-0/+2
* Issue 27372: Stop test_idle from changing locale, so test passes.Terry Jan Reedy2016-06-261-6/+9
* Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.Terry Jan Reedy2016-06-211-0/+1
* Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.Terry Jan Reedy2016-06-091-0/+2
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-021-4/+0
* Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-021-13/+1
* Issue #20567: Delete class attribute gui widgets in idle tests.Terry Jan Reedy2014-02-271-0/+1
* Issue #18441: Make test.support.requires('gui') skip when it should.Terry Jan Reedy2013-07-281-5/+17
* Issue #18103: Update README.txt and test_idle to describe and run gui tests.Terry Jan Reedy2013-06-291-0/+5
* Issue #15392: Do not run tests if threading/_thread not available. OtherwiseTerry Jan Reedy2013-05-281-8/+8
* Issue #15392: Create a unittest framework for IDLE.Terry Jan Reedy2013-05-271-0/+14