COMMITS
/ Lib/tkinter/font.py October 30, 2025
S
gh-140481: Improve error message when trying to iterate a Tk widget, image or font (GH-140501)
Serhiy Storchaka committed
September 29, 2025
H
gh-76007: Deprecate `__version__` attribute (#138675)
Hugo van Kemenade committed
December 29, 2020
S
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
Serhiy Storchaka committed
December 25, 2020
D
bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)
Desmond Cheong committed
S
bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)
Serhiy Storchaka committed
December 19, 2020
S
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
Serhiy Storchaka committed
October 14, 2020
A
bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)
Anatoliy Platonov committed
August 8, 2019
S
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka committed
July 26, 2019
F
bpo-29446: tkinter 'import *' only imports what it should (GH-14864)
Flavian Hautbois committed
June 8, 2015
S
Issue #24408: Fixed AttributeError in measure() and metrics() methods of
Serhiy Storchaka committed
May 20, 2015
S
Issue #24245: Eliminated senseless expect clauses that have no any effect.
Serhiy Storchaka committed
May 6, 2015
S
Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
Serhiy Storchaka committed
August 17, 2014
S
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
Serhiy Storchaka committed
June 1, 2014
S
Added missed calls of splitlist().
Serhiy Storchaka committed
April 5, 2012
A
Issue #3033: Add displayof parameter to tkinter font.
Andrew Svetlov committed
April 3, 2012
A
Issue #802310: Generate always unique tkinter font names if not directly passed
Andrew Svetlov committed
A
reformat code to follow PEP8
Andrew Svetlov committed
September 17, 2010
A
#1730136: Fix comparison between a tk Font object and an object of a different type.
Amaury Forgeot d'Arc committed
May 17, 2008
G
Tkinter, step 2: adapt imports.
Georg Brandl committed
G
Tkinter move, part 1: move modules.
Georg Brandl committed