summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/tkFont.py
Commit message (Collapse)AuthorAgeFilesLines
* [2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567)Serhiy Storchaka2017-05-261-1/+3
|
* Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.Serhiy Storchaka2014-08-171-10/+9
|
* Issue #1730136: Fix comparison between a tk Font object and an object of aSerhiy Storchaka2014-07-241-1/+1
| | | | different type.
* Added missed calls of splitlist().Serhiy Storchaka2014-06-011-1/+2
|
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-10/+10
|
* Tkinter renaming reversal: move modules back in their place.Georg Brandl2008-05-201-0/+216
|
* Tkinter renaming reversal: Delete all stubs from lib-tk.Georg Brandl2008-05-201-8/+0
|
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-0/+8
|
* Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.Georg Brandl2008-05-161-216/+0
|
* Patch #1468808: don't complain if Tkinter is already deleted at the time ↵Georg Brandl2006-04-121-1/+3
| | | | Font.__del__ is run.
* r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100Fredrik Lundh2005-11-121-11/+2
| | | | removed outdated copyright notices (etc)
* Remove debug print.Martin v. Löwis2004-08-201-1/+0
|
* Whitespace normalization.Tim Peters2004-08-201-4/+4
|
* Expand tabs.Martin v. Löwis2004-08-181-1/+1
|
* Patch #764217: Add nametofont function, exists parameter.Martin v. Löwis2004-08-181-6/+38
|
* Patch #751107: Slant must be 'roman', not 'normal'.Martin v. Löwis2003-06-141-1/+2
|
* SF patch #701494: more apply removalsRaymond Hettinger2003-04-061-4/+4
|
* String method conversion.Eric S. Raymond2001-02-091-4/+3
|
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-9/+9
|
* Fredrik Lundh's font wrapper.Guido van Rossum1998-08-111-0/+192