cpython/Lib/tkinter
Zachary Ware ceced6bfea Issue #18604: Consolidated checks for GUI availability.
test_support._is_gui_available is now defined the same way on every
platform, and now includes the Windows-specific check that had been in the
Windows version of _is_gui_available and the OSX-specific check that was
in tkinter.test.support.check_tk_availability.  Also, every platform
checks whether Tk can be instantiated (if the platform-specific checks
passed).
2014-05-02 10:51:07 -05:00
..
test Issue #18604: Consolidated checks for GUI availability. 2014-05-02 10:51:07 -05:00
__init__.py Issue #20976: pyflakes: Remove unused imports 2014-03-20 09:16:38 +01:00
__main__.py
_fix.py
colorchooser.py
commondialog.py
constants.py
dialog.py
dnd.py
filedialog.py
font.py
messagebox.py
scrolledtext.py
simpledialog.py
tix.py Issue #20976: pyflakes: Remove unused imports 2014-03-20 09:16:38 +01:00
ttk.py Issue #20072: Fixed multiple errors in tkinter with wantobjects is False. 2014-01-07 19:27:42 +02:00