COMMITS
/ Lib/test/test_idle.py May 25, 2025
H
gh-134357: Remove unused imports in tests (#134340)
Hugo van Kemenade committed
August 22, 2023
V
gh-90791: Enable test___all__ on ASAN build (#108286)
Victor Stinner committed
May 14, 2023
T
GH-71383: IDLE - Document testing subsets of modules (#104463)
Terry Jan Reedy committed
May 4, 2023
C
Fix typo "involvin" → "involving" (#104166)
Christopher Chavez committed
January 25, 2022
P
Add skips to crashing tests under sanitizers instead of manually skipping them (GH-30897)
Pablo Galindo Salgado committed
December 19, 2020
S
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
Serhiy Storchaka committed
July 6, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
Hai Shi committed
May 22, 2018
T
Improve comments in test_idle.py. (GH-7057)
Terry Jan Reedy committed
September 18, 2017
A
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
August 16, 2016
T
Issue #27611, #24137: Only change tkinter when easily restored.
Terry Jan Reedy committed
July 25, 2016
T
Issue #24137, issue #27611: Restore tkinter after test_idle.
Terry Jan Reedy committed
June 26, 2016
T
Issue 27372: Stop test_idle from changing locale, so test passes.
Terry Jan Reedy committed
June 21, 2016
T
Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
Terry Jan Reedy committed
June 10, 2016
T
Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.
Terry Jan Reedy committed
April 24, 2016
S
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka committed
June 2, 2014
Z
Issue #18492: Allow all resources when tests are not run by regrtest.py.
Zachary Ware committed
May 2, 2014
Z
Issue #18604: Consolidated checks for GUI availability.
Zachary Ware committed
February 27, 2014
T
Issue #20567: Delete class attribute gui widgets in idle tests.
Terry Jan Reedy committed
July 28, 2013
T
Issue #18441: Make test.support.requires('gui') skip when it should.
Terry Jan Reedy committed
June 29, 2013
T
Issue #18103: Update README.txt and test_idle to describe and run gui tests.
Terry Jan Reedy committed
May 29, 2013
T
Issue #15392: Do not run tests if threading/_thread not available. Otherwise
Terry Jan Reedy committed
May 28, 2013
T
Issue #15392: Create a unittest framework for IDLE.
Terry Jan Reedy committed