cpython/Lib/tkinter/test/test_tkinter
Serhiy Storchaka 06e66108c6 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
returns bool.  tkinter.BooleanVar now validates input values (accepted bool,
int, str, and Tcl_Obj).  tkinter.BooleanVar.get() now always returns bool.
2015-04-04 12:44:30 +03:00
..
__init__.py
test_font.py Issue #22236: Tkinter tests now don't reuse default root window. New root 2014-08-24 09:07:47 +03:00
test_geometry_managers.py Issue #22236: Tkinter tests now don't reuse default root window. New root 2014-08-24 09:07:47 +03:00
test_images.py Issue #22236: Tkinter tests now don't reuse default root window. New root 2014-08-24 09:07:47 +03:00
test_loadtk.py
test_misc.py Issue #22236: Tkinter tests now don't reuse default root window. New root 2014-08-24 09:10:58 +03:00
test_text.py Issue #22236: Tkinter tests now don't reuse default root window. New root 2014-08-24 09:07:47 +03:00
test_variables.py Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always 2015-04-04 12:43:01 +03:00
test_widgets.py Issue #22236: Tkinter tests now don't reuse default root window. New root 2014-08-24 09:10:58 +03:00