summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/test/test_tkinter/test_font.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix test_tk under OS X with Tk 8.4. Patch by Ned Deily.Antoine Pitrou2010-10-051-2/+7
| | | | This should fix some buildbot failures.
* Issue #9899: Fix test_tkinter.test_font on various platforms. Patch byAntoine Pitrou2010-09-211-2/+10
| | | | Ned Deily.
* #1730136: Fix comparison between a tk Font object and an object of a ↵Amaury Forgeot d'Arc2010-09-171-0/+20
different type.