summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/test_ttk
Commit message (Expand)AuthorAgeFilesLines
* 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 #22226: Added private function _splitdict() in the Tkinter module.Serhiy Storchaka2014-09-061-20/+7
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-243-143/+110
* Issue #6181: Fixed minor bugs in tkinter.Listbox methods:Serhiy Storchaka2014-06-021-10/+2
* Added missed calls of splitlist().Serhiy Storchaka2014-06-011-2/+0
* Issue #21402: tkinter.ttk now works when default root window is not set.Serhiy Storchaka2014-05-281-17/+39
* 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-074-45/+99
* 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-163-26/+26
* 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-152-5/+43
* Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-1/+1
|\
| * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-1/+1
* | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9Ned Deily2011-06-281-4/+16
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 85018 via svnmerge fromAntoine Pitrou2010-10-091-4/+8
| * Merged revisions 74473,79974 via svnmerge fromAntoine Pitrou2010-10-091-2/+6
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-134-414/+414
* | 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-304-414/+414
|/
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-212-6/+6
* Merged revisions 69141,69211-69212 via svnmerge fromBenjamin Peterson2009-02-061-2/+3
* Recorded merge of revisions 69195 via svnmerge fromGuilherme Polo2009-02-023-16/+26
* Merged revisions 69060-69063 via svnmerge fromGuilherme Polo2009-01-281-1/+4
* Merged revisions 69050 via svnmerge fromGuilherme Polo2009-01-285-0/+1903