summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/test/test_tkinter/test_font.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567)Serhiy Storchaka2017-05-261-1/+11
* Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest testSerhiy Storchaka2015-11-101-1/+1
* Issue #24408: Prevent test_font failures with non-ascii font names.Ned Deily2015-06-211-2/+2
* Issue #24408: Fixed test for tkinter.Font on OS X.Serhiy Storchaka2015-06-211-1/+10
* Issue #24408: Added more tkinter.Font tests.Serhiy Storchaka2015-06-091-5/+65
* Issue #22236: Tkinter tests now don't reuse default root window. New rootSerhiy Storchaka2014-08-241-13/+6
* Import Tkinter as tkinter to help merging and avoid backporting errors.Serhiy Storchaka2014-08-211-2/+2
* Issue #1730136: Fix backported exception name.Ned Deily2014-08-211-1/+1
* Issue #1730136: Fix comparison between a tk Font object and an object of aSerhiy Storchaka2014-07-241-0/+35