cpython/Lib/tkinter/test/test_ttk
Serhiy Storchaka b84f029baa Issue #27319: Methods selection_set(), selection_add(), selection_remove()
and selection_toggle() of ttk.TreeView now allow to pass multiple items as
multiple arguments instead of passing them as a tuple.  Deprecated
undocumented ability of calling the selection() method with arguments.
2016-06-20 00:05:40 +03:00
..
__init__.py
test_extensions.py Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. 2015-05-06 14:00:04 +03:00
test_functions.py Issue #23277: Remove unused imports in tests. 2016-04-24 21:41:02 +03:00
test_style.py Issue #22236: Tkinter tests now don't reuse default root window. New root 2014-08-24 09:07:47 +03:00
test_widgets.py Issue #27319: Methods selection_set(), selection_add(), selection_remove() 2016-06-20 00:05:40 +03:00