1. 1ae2959 from __future__ import absolute_import by Behdad Esfahbod · 10 years ago
  2. 95f795f Move offset overflow fixing logic where it belongs by Behdad Esfahbod · 10 years ago
  3. 283fb26 By default, don't load fonts lazily by Behdad Esfahbod · 10 years ago
  4. 9e6ef94 Use "is None" instead of "== None" by Behdad Esfahbod · 10 years ago
  5. 153ec40 Fix a few pychecker warnings by Behdad Esfahbod · 10 years ago
  6. e388db5 py23 Use new-style classes by Behdad Esfahbod · 10 years ago
  7. c076261 s/latin-1/latin1/g by Behdad Esfahbod · 10 years ago
  8. 5f6418d py23 Turn Unicode XML parsing on; more bytes fixes by Behdad Esfahbod · 10 years ago
  9. 32c10ee py23 from __future__ import division and adjust divisions by Behdad Esfahbod · 10 years ago
  10. 30e691e py23 from __future__ import print_function by Behdad Esfahbod · 10 years ago
  11. ac4672e py23 Introduce Tag to autoconvert tag types by Behdad Esfahbod · 10 years ago
  12. 7ed91ec py23 import in all nontrivial source files and unused import cleanup by Behdad Esfahbod · 10 years ago
  13. 14fb031 Remove most uses of module string by Behdad Esfahbod · 10 years ago
  14. 223273f 2to3 --fix=except by Behdad Esfahbod · 10 years ago
  15. 3ec6a25 2to3 --fix=print with manual fixup by Behdad Esfahbod · 10 years ago
  16. ac1b435 2to3 --fix=idioms by Behdad Esfahbod · 10 years ago
  17. 7cc6d27 2to3 --fix=long with manual cleanup by Behdad Esfahbod · 10 years ago
  18. ecbe4c8 2to3 --fix=numliterals with manual cleanup by Behdad Esfahbod · 10 years ago
  19. 8c35239 Support ./ttx'ing woff files by Behdad Esfahbod · 10 years ago
  20. 5f875e7 Merge pull request #28 from olivierberten/ttc by Behdad Esfahbod · 10 years ago
  21. 188f2a3 Default to non-lazy for ttx by Behdad Esfahbod · 10 years ago
  22. 38fdae6 Use True/False instead of 1/0 by Behdad Esfahbod · 10 years ago
  23. 70343cc Catch TTLibError raised when missing (or wrong) -y argument on a ttc file by Olivier Berten · 10 years ago
  24. 271f25f More fixup by Behdad Esfahbod · 11 years ago
  25. d1072dd Further fixup to cf75a7c5d05b96df6c6cacde3fdc53e8e6cb200d by Behdad Esfahbod · 11 years ago
  26. cf75a7c Fixup ttx file-name mangling after eac107f1 by Behdad Esfahbod · 11 years ago
  27. eac107f Fix regex module usage by Behdad Esfahbod · 11 years ago
  28. d7efd56 Make parsing XML quiet by Dave Crossland · 11 years ago
  29. 5ffb91e Fix: Actually parse q for Quiet mode by Dave Crossland · 11 years ago
  30. 85af40e Adding quiet mode to xmlImport by Dave Crossland · 11 years ago
  31. b158597 Add -q for quiet mode by Dave Crossland · 11 years ago
  32. 7baa136 Add -z flag to ttx to choose a bitmap dump format by Matt Fontaine · 11 years ago
  33. 278d4d8 Fix syntax error by pabs3 · 11 years ago
  34. e83b4c4 Detect both types of quotes when detecting OTF vs TTF XML. by pabs3 · 11 years ago
  35. 5f41933 Writing to stdout is not actually implemented yet by pabs3 · 11 years ago
  36. fb37a24 Implement writing output to arbitrary files including stdout. by pabs3 · 11 years ago
  37. ca75e43 Fix some typos in the ttx usage instructions by pabs3 · 13 years ago
  38. b8ce5bf Remove shebang from ttyx.py since it is not executed directly by pabs3 · 13 years ago
  39. 0a6dea0 Fix typo in help output. by pabs3 · 15 years ago
  40. 7e91e77 Apply remainder of #1675210: add support for TrueType Collection (TTC) files. by pabs3 · 15 years ago
  41. 142506b added comment, the OTL Extension mechanism should not be here by jvr · 16 years ago
  42. 45d1f3b - removed support for Python 2.2 on MacOS 10.2 by jvr · 16 years ago
  43. 1bcc11d Expose ignoreDecompileErrors as a command line option (-e, to set by jvr · 16 years ago
  44. 823f8cd Misc patches from rroberts: by jvr · 18 years ago
  45. e0912bb fix for new 2.4 hex() behavior by jvr · 19 years ago
  46. 6588c4e Patch #845551 from Anthony Fok: by jvr · 20 years ago
  47. 3d24a10 don't use macfs, it's deprecated by jvr · 21 years ago
  48. 2e838ce Jaguar Python 2.2 workaround by jvr · 21 years ago
  49. f7f0f74 ugh, the zfill string method doesn't exist in 2.2.1 and earlier :-( by jvr · 22 years ago
  50. 70e2cb8 add simple support for Mac Suitcases, when running on MacOS by jvr · 22 years ago
  51. 2921bb2 doh! fixed wrong indentation, now does batch jobs again... by jvr · 22 years ago
  52. 1c803b6 moved all ttx code to new fontTools.ttx module by jvr · 22 years ago