]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 21 Jun 2016 22:41:38 +0000 (18:41 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 21 Jun 2016 22:41:38 +0000 (18:41 -0400)
commitb60adc54d4f248d71d831d14e11cc77fe72c281e
tree40991b8eacb5eea9cfe04e7dbb2cb20149b868f2
parentaacd53f6cb96fe8c4fe9ce894f22e25f356a97c3
Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
Fix code and tests that fail with this restriction.
Fix htests to not create a second and redundant root and mainloop.
15 files changed:
Lib/idlelib/debugobj.py
Lib/idlelib/dynoption.py
Lib/idlelib/grep.py
Lib/idlelib/idle_test/htest.py
Lib/idlelib/idle_test/test_searchbase.py
Lib/idlelib/idle_test/test_text.py
Lib/idlelib/multicall.py
Lib/idlelib/percolator.py
Lib/idlelib/pyshell.py
Lib/idlelib/redirector.py
Lib/idlelib/stackviewer.py
Lib/idlelib/statusbar.py
Lib/idlelib/tabbedpages.py
Lib/idlelib/undo.py
Lib/test/test_idle.py