summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/test/test_ttk/test_widgets.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.Serhiy Storchaka2016-03-091-133/+133
* 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-0/+16
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-90/+50
* Import Tkinter as tkinter to help merging and avoid backporting errors.Serhiy Storchaka2014-08-211-90/+90
* Issue #6181: Fixed minor bugs in tkinter.Listbox methods:Serhiy Storchaka2014-06-021-10/+2
* Fixed typo.Serhiy Storchaka2014-01-131-2/+2
* 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-37/+78
* 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 #19085: Fix Tkinter tests with Tcl/Tk 8.4.Serhiy Storchaka2013-11-021-7/+7
* 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-21/+471
* Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.Serhiy Storchaka2013-08-221-2/+2
* Update int division to quiet 2to3 warning.Terry Jan Reedy2013-07-281-2/+2
* Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-151-0/+8
* Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well.Ned Deily2011-07-041-1/+2
* Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9Ned Deily2011-06-281-4/+16
* Merged revisions 85018 via svnmerge fromAntoine Pitrou2010-10-091-4/+8
* Issue #8204: Fix test_ttk notebook test by forcing focus.Martin v. Löwis2010-04-081-0/+4
* Issue #8344: Fix test_ttk bug on FreeBSD.Martin v. Löwis2010-04-081-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-280/+280
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-5/+5
* Use a single Tcl interpreter through all these tests, this may help someGuilherme Polo2009-02-021-4/+15
* Make sure the root windows gets destroyedGuilherme Polo2009-01-281-1/+4
* Added the ttk module. See issue #2983: Ttk support for Tkinter.Guilherme Polo2009-01-281-0/+1115