index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
tkinter
/
font.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
Serhiy Storchaka
2020-12-29
1
-1/+1
*
bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885)
Desmond Cheong
2020-12-25
1
-2/+2
*
bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904)
Serhiy Storchaka
2020-12-25
1
-3/+3
*
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
Serhiy Storchaka
2020-12-19
1
-3/+3
*
bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)
Anatoliy Platonov
2020-10-14
1
-0/+4
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-1/+3
*
bpo-29446: tkinter 'import *' only imports what it should (GH-14864)
Flavian Hautbois
2019-07-26
1
-2/+3
*
Issue #24408: Fixed AttributeError in measure() and metrics() methods of
Serhiy Storchaka
2015-06-08
1
-3/+3
*
Issue #24245: Eliminated senseless expect clauses that have no any effect.
Serhiy Storchaka
2015-05-20
1
-2/+0
*
Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
Serhiy Storchaka
2015-05-06
1
-3/+3
*
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
Serhiy Storchaka
2014-08-17
1
-10/+9
*
Added missed calls of splitlist().
Serhiy Storchaka
2014-06-01
1
-1/+2
*
Issue #3033: Add displayof parameter to tkinter font.
Andrew Svetlov
2012-04-05
1
-17/+27
*
Issue #802310: Generate always unique tkinter font names if not directly passed
Andrew Svetlov
2012-04-03
1
-1/+4
*
reformat code to follow PEP8
Andrew Svetlov
2012-04-03
1
-6/+10
*
#1730136: Fix comparison between a tk Font object and an object of a differen...
Amaury Forgeot d'Arc
2010-09-17
1
-1/+1
*
Tkinter, step 2: adapt imports.
Georg Brandl
2008-05-17
1
-9/+10
*
Tkinter move, part 1: move modules.
Georg Brandl
2008-05-17
1
-0/+216