cpython/Lib/tkinter/test/test_tkinter
Serhiy Storchaka 8122174af1 Issue #22115: Added methods trace_add, trace_remove and trace_info in the
tkinter.Variable class.  They replace old methods trace_variable, trace,
trace_vdelete and trace_vinfo that use obsolete Tcl commands and might
not work in future versions of Tcl.
2016-06-26 09:46:57 +03:00
..
__init__.py
test_font.py Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test 2015-11-10 15:30:35 +02:00
test_geometry_managers.py Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. 2016-03-09 10:33:51 +02:00
test_images.py
test_loadtk.py
test_misc.py Issue #27025: Generated names for Tkinter widgets are now more meanful 2016-06-13 09:24:11 +03:00
test_text.py
test_variables.py Issue #22115: Added methods trace_add, trace_remove and trace_info in the 2016-06-26 09:46:57 +03:00
test_widgets.py Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. 2016-03-09 10:52:08 +02:00