summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/test/test_ttk/test_functions.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #22226: Added private function _splitdict() in the Tkinter module.Serhiy Storchaka2014-09-061-20/+7
* 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/+38
* Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.Serhiy Storchaka2014-01-071-2/+4
* Issue #15861: tkinter now correctly works with lists and tuples containingSerhiy Storchaka2013-01-151-5/+35
* don't rely on dict orderBenjamin Peterson2012-02-211-2/+4
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* #7092: silence some py3k warningsFlorent Xicluna2010-04-021-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-79/+79
* Added the ttk module. See issue #2983: Ttk support for Tkinter.Guilherme Polo2009-01-281-0/+426