summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/test_tkinter/test_font.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-081-1/+2
* bpo-30310: Add a test for non-ascii font family. (#1567) (#1832)Serhiy Storchaka2017-05-271-1/+11
* Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest testSerhiy Storchaka2015-11-101-1/+1
* 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-12/+6
* Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily.Antoine Pitrou2010-10-051-2/+7
* Issue #9899: Fix test_tkinter.test_font on various platforms. Patch byAntoine Pitrou2010-09-211-2/+10
* #1730136: Fix comparison between a tk Font object and an object of a differen...Amaury Forgeot d'Arc2010-09-171-0/+20