History log of /external/python/cpython3/Lib/tkinter/font.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4fafda731ac36ba2bb77342294cca70856c46505 08-Jun-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #24408: Fixed AttributeError in measure() and metrics() methods of
tkinter.Font.
/external/python/cpython3/Lib/tkinter/font.py
e98209c2b446205547e2298b7e6300098cfa578e 20-May-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #24245: Eliminated senseless expect clauses that have no any effect.
Patch by Martin Panter.
/external/python/cpython3/Lib/tkinter/font.py
645058d11a0ce6616d93cce692bb1378e61efb80 06-May-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
Tkinter's getdouble() now supports any numbers (in particular int).
/external/python/cpython3/Lib/tkinter/font.py
87bbf257ef6e8d1e5876776094db609702ee468a 17-Aug-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
/external/python/cpython3/Lib/tkinter/font.py
8381f90ee0564745c5b0f59b4ca7e6cef2a54565 01-Jun-2014 Serhiy Storchaka <storchaka@gmail.com> Added missed calls of splitlist().
/external/python/cpython3/Lib/tkinter/font.py
20bbf54f5ee53b20fa22d0eb2e957f88ac927331 04-Apr-2012 Andrew Svetlov <andrew.svetlov@gmail.com> Issue #3033: Add displayof parameter to tkinter font.
Patch by Guilherme Polo.
/external/python/cpython3/Lib/tkinter/font.py
39f0037735562462efeebb11f319bd8b71a32c46 03-Apr-2012 Andrew Svetlov <andrew.svetlov@gmail.com> Issue #802310: Generate always unique tkinter font names if not directly passed
/external/python/cpython3/Lib/tkinter/font.py
5af3e1afb07a5d5409a149fe6640778b8adb6050 03-Apr-2012 Andrew Svetlov <andrew.svetlov@gmail.com> reformat code to follow PEP8
/external/python/cpython3/Lib/tkinter/font.py
d61d077bf57796555f0d8747718f60b35f136d6b 18-Sep-2010 Amaury Forgeot d'Arc <amauryfa@gmail.com> #1730136: Fix comparison between a tk Font object and an object of a different type.
/external/python/cpython3/Lib/tkinter/font.py
14fc4270da5db43574d46d055a5f794ed33b271f 17-May-2008 Georg Brandl <georg@python.org> Tkinter, step 2: adapt imports.
/external/python/cpython3/Lib/tkinter/font.py
330231238327558337b9d8dbabe3a3b02641501d 17-May-2008 Georg Brandl <georg@python.org> Tkinter move, part 1: move modules.
/external/python/cpython3/Lib/tkinter/font.py