Serhiy Storchaka
|
4fafda731a
|
Issue #24408: Fixed AttributeError in measure() and metrics() methods of
tkinter.Font.
|
2015-06-08 18:43:55 +03:00 |
Serhiy Storchaka
|
e98209c2b4
|
Issue #24245: Eliminated senseless expect clauses that have no any effect.
Patch by Martin Panter.
|
2015-05-20 16:10:04 +03:00 |
Serhiy Storchaka
|
645058d11a
|
Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
Tkinter's getdouble() now supports any numbers (in particular int).
|
2015-05-06 14:00:04 +03:00 |
Serhiy Storchaka
|
87bbf257ef
|
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
|
2014-08-17 15:31:59 +03:00 |
Serhiy Storchaka
|
8381f90ee0
|
Added missed calls of splitlist().
|
2014-06-01 11:21:55 +03:00 |
Andrew Svetlov
|
20bbf54f5e
|
Issue #3033: Add displayof parameter to tkinter font.
Patch by Guilherme Polo.
|
2012-04-05 12:41:20 +03:00 |
Andrew Svetlov
|
39f0037735
|
Issue #802310: Generate always unique tkinter font names if not directly passed
|
2012-04-03 09:48:07 +03:00 |
Andrew Svetlov
|
5af3e1afb0
|
reformat code to follow PEP8
|
2012-04-03 09:39:47 +03:00 |
Amaury Forgeot d'Arc
|
d61d077bf5
|
#1730136: Fix comparison between a tk Font object and an object of a different type.
|
2010-09-17 23:27:09 +00:00 |
Georg Brandl
|
14fc4270da
|
Tkinter, step 2: adapt imports.
|
2008-05-17 18:39:55 +00:00 |
Georg Brandl
|
3302312383
|
Tkinter move, part 1: move modules.
|
2008-05-17 18:28:57 +00:00 |