1. 9fed952 Fix rangeShift calculations for count=0 in sfnt, cmap, and kern by Behdad Esfahbod · 10 years ago
  2. 1ae2959 from __future__ import absolute_import by Behdad Esfahbod · 10 years ago
  3. 3fa26d7 py23 Use fixedToFloat() for fixed version numbers by Behdad Esfahbod · 11 years ago
  4. e388db5 py23 Use new-style classes by Behdad Esfahbod · 11 years ago
  5. 5f6418d py23 Turn Unicode XML parsing on; more bytes fixes by Behdad Esfahbod · 11 years ago
  6. b7fd2e1 py23 Remove uses of __cmp__ and cmp() by Behdad Esfahbod · 11 years ago
  7. 32c10ee py23 from __future__ import division and adjust divisions by Behdad Esfahbod · 11 years ago
  8. 30e691e py23 from __future__ import print_function by Behdad Esfahbod · 11 years ago
  9. 7ed91ec py23 import in all nontrivial source files and unused import cleanup by Behdad Esfahbod · 11 years ago
  10. 55e7d79 2to3 manual lambda syntax fix by Behdad Esfahbod · 11 years ago
  11. b774f9f 2to3 --fix=types manual additions by Behdad Esfahbod · 11 years ago
  12. ac1b435 2to3 --fix=idioms by Behdad Esfahbod · 11 years ago
  13. 3a9fd30 2to3 equivalent to --fix=tuple_params by Behdad Esfahbod · 11 years ago
  14. 180ace6 2to3 --fix=ne by Behdad Esfahbod · 11 years ago
  15. 2b06aaa 2to3 --fix=import by Behdad Esfahbod · 11 years ago
  16. bc5e1cb 2to3 --fix=has_key by Behdad Esfahbod · 11 years ago
  17. 0ba7aa7 Make __cmp__() functions stable by Behdad Esfahbod · 11 years ago
  18. 96b321c Fix comparison to arbitrary objects by Behdad Esfahbod · 11 years ago
  19. 26549ce Warn about excess data in kern table instead of aborting by Behdad Esfahbod · 11 years ago
  20. e0ddc58 Georg Seifert: fix bug with Apple's kern table format by jvr · 12 years ago
  21. 3a3721c In some bad fonts, kern table is incomplete (it only contains a version number). In this case, the code accept a table without kernTables. by fcoiffie · 18 years ago
  22. fba0609 Fix for [ 808370 ] Dumping Legendum.otf fails on 'kern' table by jvr · 20 years ago
  23. ea9dfa9 renamed several items to use camelCase by jvr · 22 years ago
  24. 6fc514e fix unknown subtable format and handling of Apple fonts by jvr · 22 years ago
  25. 22dcb9e a few cosmetic/style changes by jvr · 22 years ago
  26. 7f34d73 minor fixes. Note: format2 is not implemented correctly! by Just · 24 years ago
  27. 0a650c0 fixed broken ttLib.sfnt import statement by Just · 24 years ago
  28. 7842e56 Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship. by Just · 24 years ago