1. 1ae2959 from __future__ import absolute_import by Behdad Esfahbod · 10 years ago
  2. 32c10ee py23 from __future__ import division and adjust divisions by Behdad Esfahbod · 11 years ago
  3. 30e691e py23 from __future__ import print_function by Behdad Esfahbod · 11 years ago
  4. 7ed91ec py23 import in all nontrivial source files and unused import cleanup by Behdad Esfahbod · 11 years ago
  5. 3ec6a25 2to3 --fix=print with manual fixup by Behdad Esfahbod · 11 years ago
  6. ac1b435 2to3 --fix=idioms by Behdad Esfahbod · 11 years ago
  7. ecbe4c8 2to3 --fix=numliterals with manual cleanup by Behdad Esfahbod · 11 years ago
  8. 3a9fd30 2to3 equivalent to --fix=tuple_params by Behdad Esfahbod · 11 years ago
  9. 180ace6 2to3 --fix=ne by Behdad Esfahbod · 11 years ago
  10. 2b06aaa 2to3 --fix=import by Behdad Esfahbod · 11 years ago
  11. bc5e1cb 2to3 --fix=has_key by Behdad Esfahbod · 11 years ago
  12. cff3740 * wrong indentation after else by Denis Jacquerye · 11 years ago
  13. d7921e3 Improved support for minimal fonts (with no visible glyphs). by Roozbeh Pournader · 11 years ago
  14. 8413c10 Move sstruct under fontTools.misc by Behdad Esfahbod · 11 years ago
  15. 07dd0e4 recalc numGlyphs upon writing by jvr · 21 years ago
  16. 8982956 minor cleanups by jvr · 22 years ago
  17. bc90c7a interpret any version value as 0x0001000 if it's not 0x00005000 (workaround for buggy font) by jvr · 22 years ago
  18. fc99ad1 doh! font bounding box goes to the head table, not maxp itself. by Petr · 24 years ago
  19. 3e097c6 don't recalc a number of things then TTFont().recalcBBoxes is off. This allows us to compact glyphs right after they've been parsed from XML, which should greatly reduce memory usage, and therefore should speedup compiling large fonts. by Just · 24 years ago
  20. 7842e56 Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship. by Just · 24 years ago