1. 4fafda7 Issue #24408: Fixed AttributeError in measure() and metrics() methods of by Serhiy Storchaka · 9 years ago
  2. e98209c Issue #24245: Eliminated senseless expect clauses that have no any effect. by Serhiy Storchaka · 9 years ago
  3. 645058d Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. by Serhiy Storchaka · 9 years ago
  4. 87bbf25 Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. by Serhiy Storchaka · 10 years ago
  5. 8381f90 Added missed calls of splitlist(). by Serhiy Storchaka · 10 years ago
  6. 20bbf54 Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo. by Andrew Svetlov · 12 years ago
  7. 39f0037 Issue #802310: Generate always unique tkinter font names if not directly passed by Andrew Svetlov · 12 years ago
  8. 5af3e1a reformat code to follow PEP8 by Andrew Svetlov · 12 years ago
  9. d61d077 #1730136: Fix comparison between a tk Font object and an object of a different type. by Amaury Forgeot d'Arc · 14 years ago
  10. 14fc427 Tkinter, step 2: adapt imports. by Georg Brandl · 16 years ago
  11. 3302312 Tkinter move, part 1: move modules. by Georg Brandl · 16 years ago[Renamed from Lib/lib-tk/tkFont.py]
  12. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  13. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  14. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  15. d489398 r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 by Fredrik Lundh · 19 years ago
  16. cd4d297 Remove debug print. by Martin v. Löwis · 20 years ago
  17. a45cacf Whitespace normalization. by Tim Peters · 20 years ago
  18. babc5ec Expand tabs. by Martin v. Löwis · 20 years ago
  19. fe84d17 Patch #764217: Add nametofont function, exists parameter. by Martin v. Löwis · 20 years ago
  20. 1ef2365 Patch #751107: Slant must be 'roman', not 'normal'. by Martin v. Löwis · 21 years ago
  21. ff41c48 SF patch #701494: more apply removals by Raymond Hettinger · 21 years ago
  22. fc170b1 String method conversion. by Eric S. Raymond · 24 years ago
  23. d038ca8 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  24. 3d16d3e Fredrik Lundh's font wrapper. by Guido van Rossum · 26 years ago