summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/test_ttk/test_widgets.py
Commit message (Expand)AuthorAgeFilesLines
* [3.8] Rename Tkinter tests for widget options (GH-23944) (GH-23946)Serhiy Storchaka2020-12-261-46/+46
* [3.8] bpo-42630: Improve error reporting in Tkinter for absent default root (...Serhiy Storchaka2020-12-191-2/+12
* bpo-42142: Try to fix timeouts in ttk tests (GH-23474)Miss Islington (bot)2020-11-301-13/+7
* bpo-42370: Check element before making mouse click in ttk tests (GH-23491)Miss Islington (bot)2020-11-241-3/+11
* bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...Miss Islington (bot)2019-10-041-10/+3
* bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-1...Ned Deily2019-02-241-1/+6
* bpo-33096: Fix ttk.Treeview.insert. (GH-6228)Garvit Khatri2018-03-261-0/+9
* bpo-32585: Add tkinter.ttk.Spinbox. (#5221)Alan D Moore2018-02-091-1/+178
* [3.8] bpo-31508: Remove support of arguments in tkinter.ttk.Treeview.selectio...Serhiy Storchaka2018-02-011-21/+0
* bpo-27319, bpo-31508: Document deprecation in Treeview.selection(). (#3667)Serhiy Storchaka2017-09-241-1/+1
* Issue #27319: Methods selection_set(), selection_add(), selection_remove()Serhiy Storchaka2016-06-191-4/+45
* Issue #26386: Fixed ttk.TreeView selection operations with item id'sSerhiy Storchaka2016-06-141-0/+51
* Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.Serhiy Storchaka2016-03-091-134/+134
* Use more precise Tcl version checks in tests.Serhiy Storchaka2015-04-231-2/+4
* Fixed full Tcl version parsing in tests for pre-final versions.Serhiy Storchaka2015-04-221-2/+2
* Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.Serhiy Storchaka2014-11-071-1/+16
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-89/+49
* Issue #6181: Fixed minor bugs in tkinter.Listbox methods:Serhiy Storchaka2014-06-021-10/+2
* Fixed typo.Serhiy Storchaka2014-01-131-1/+1
* Try to fix some ttk tests. Error messages were changed in 8.6b3.Serhiy Storchaka2014-01-101-3/+3
* Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.Serhiy Storchaka2014-01-071-36/+77
* Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).Serhiy Storchaka2013-11-211-1/+2
* Issue #19602: Use specific asserts in tkinter tests.Serhiy Storchaka2013-11-161-18/+18
* Issue #10734: Fix and re-enable test_ttk test_heading_callback.Serhiy Storchaka2013-11-021-3/+1
* Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-021-25/+472
* Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.Serhiy Storchaka2013-08-221-2/+2
* Fix usage of the unittest.skip decorator.Serhiy Storchaka2013-03-191-1/+1
* Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-151-0/+8
* Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9Ned Deily2011-06-281-4/+16
* Temporarily skip test failing with newer ttk.Georg Brandl2010-12-191-1/+3
* Issue #8445: try to fix some buildbot failures on test_ttk_guionly.Antoine Pitrou2010-09-261-4/+8
* Merged revisions 79903,79907 via svnmerge fromBenjamin Peterson2010-04-111-2/+6
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-280/+280
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-5/+5
* Recorded merge of revisions 69195 via svnmerge fromGuilherme Polo2009-02-021-4/+15
* Merged revisions 69060-69063 via svnmerge fromGuilherme Polo2009-01-281-1/+4
* Merged revisions 69050 via svnmerge fromGuilherme Polo2009-01-281-0/+1115