cpython/Lib/tkinter/test/test_tkinter
Serhiy Storchaka f44611cadf Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.
In particular this allows to initialize images from binary data.
2014-07-30 18:34:01 +03:00
..
__init__.py
test_font.py
test_geometry_managers.py Issue #20635: Added tests for Tk geometry managers. 2014-04-13 19:52:23 +03:00
test_images.py Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. 2014-07-30 18:33:13 +03:00
test_loadtk.py
test_misc.py Issue #20636: Improved the repr of Tkinter widgets. 2014-04-04 15:45:02 +03:00
test_text.py tkinter.Text.debug() now always returns 0/1. 2014-01-11 13:13:46 +02:00
test_variables.py Issue #20368: The null character now correctly passed from Tcl to Python. 2014-02-03 21:24:07 +02:00
test_widgets.py Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set() 2014-07-23 22:08:45 +03:00