cpython/Lib/tkinter/test/test_tkinter
Serhiy Storchaka 745a407df8 Issue #22115: Fixed tracing Tkinter variables:
* tracing in the "u" mode now works
* trace_vdelete() with wrong mode no longer break tracing
* trace_vinfo() now always returns a list of pairs of strings
2016-06-26 17:42:23 +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 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_tkinter: use a context manager to close directly the pipe 2011-01-03 14:30:43 +00:00
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 #22115: Fixed tracing Tkinter variables: 2016-06-26 17:42:23 +03:00
test_widgets.py Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. 2016-03-09 10:33:51 +02:00