1. 7487a3a Use setup.py sdist to create the tarball for distribution by pabs3 · 16 years ago
  2. 3697259 Add cleaned-up and updated manual page from the Debian package. by pabs3 · 16 years ago
  3. 14654b2 Apply 1296026: fix tracebacks in some timezones by pabs3 · 16 years ago
  4. a983e66 - turned ps exceptions into classes and renamed them by jvr · 16 years ago
  5. e56bc90 - t1Lib.py can now properly read PFA fonts by jvr · 16 years ago
  6. e5b245f added refactoring note by jvr · 16 years ago
  7. ce47e0d minor fix: one zero too many in assert by jvr · 16 years ago
  8. 142506b added comment, the OTL Extension mechanism should not be here by jvr · 16 years ago
  9. 1c73452 fixed some comment typos by jvr · 16 years ago
  10. cd75d57 don't crash on empty VORG table (reported by Werner Lemberg) by jvr · 16 years ago
  11. 1ebda67 squash 2 bugs related to the numpy conversion by jvr · 16 years ago
  12. 2a9bcde - use the builtin symbols instead of the types module by jvr · 16 years ago
  13. f6ff48b better float testing, so numpy.floats also work. by jvr · 16 years ago
  14. 3afe381 updated for numpy (this file needs a thorough review) by jvr · 16 years ago
  15. 28afd33 initialize data to empty string instead of list by jvr · 16 years ago
  16. 91ff4fd ar.typecode() doesn't exist in numpy, but then again, this was overkill by jvr · 16 years ago
  17. 1b7d54f converted usage of Numeric to numpy by jvr · 16 years ago
  18. f5e9825 note this file is deprecated by jvr · 16 years ago
  19. ccaf037 removed some redundant imports by jvr · 16 years ago
  20. 41144b9 - moved Numeric import to top - converted tests to doctest by jvr · 16 years ago
  21. e45b2f1 updated change log by jvr · 16 years ago
  22. 9856eec updated file list by jvr · 16 years ago
  23. a5ed952 post 2.1 version numbering by jvr · 16 years ago
  24. 4dd7a4c see sf tracker by jvr · 16 years ago
  25. b018bf7 the gasp portion of patch 1675210: support for ClearType by jvr · 16 years ago
  26. 212ea14 fixed oversight in sys.byteorder transition by jvr · 16 years ago
  27. 9be387c Use sys.byteorder, getting rid of ttLib.endian by jvr · 16 years ago
  28. 45d1f3b - removed support for Python 2.2 on MacOS 10.2 by jvr · 16 years ago
  29. 1bcc11d Expose ignoreDecompileErrors as a command line option (-e, to set by jvr · 16 years ago
  30. 2545f16 Make a hidden feature accessible: optionally ignore decompilation errors, by jvr · 16 years ago
  31. 2db352c - skip subtables of length zero by jvr · 16 years ago
  32. 8633195 fixed problem with private VTT table, found by Peter Bilak by jvr · 16 years ago
  33. e307d81 Update changelog by pabs3 · 16 years ago
  34. 67584d8 Woops, missed a version number by pabs3 · 16 years ago
  35. 043d41f Add a MANIFEST file so that we don't forget files in the source distribution by pabs3 · 16 years ago
  36. af37f54 Update the changelog from the CVS history by pabs3 · 16 years ago
  37. d80c13e Get ready to release version 2.1 by pabs3 · 16 years ago
  38. fb8e53b Just use fonttools as the tarball name. by pabs3 · 16 years ago
  39. 9728601 Fix 1762552: traceback on amd64 with DejaVuSans.ttf by pabs3 · 17 years ago
  40. 4acb76d added 'support' for OS/2 version 4: can anyone verify this is correct? I can't seem to find an OS/2 v4 spec... by jvr · 17 years ago
  41. 26a46b7 Patch #1296028 from Tomasz Wegrzanowski: improve performance with CJK fonts by pabs3 · 17 years ago
  42. 823f8cd Misc patches from rroberts: by jvr · 18 years ago
  43. d299b55 patches from rroberts: by jvr · 18 years ago
  44. c60a44f Some edits from rroberts: by jvr · 18 years ago
  45. bc6e55b Speed optimizations from rroberts by jvr · 18 years ago
  46. 4cc0051 Some non-official OT tables from rrboerts. He wrote: by jvr · 18 years ago
  47. 192655c make this module work with semi-recent MacPython by jvr · 18 years ago
  48. 7099f4c support the deprecated dotsection T2 operator by jvr · 18 years ago
  49. 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
  50. dc66e7e LTSH length can be different of numGlyphs as the table length must be 4-bytes aligned (assertion changed to (len(data) % numGlyphs) < 4) by fcoiffie · 18 years ago
  51. 83f069d The dates are stored in 8-bytes fields (Microsoft reference document) but Macintosh dates are only coded with 4-bytes. In some fonts, these date fields are badly coded and 8-bytes are used. So, a ValueError occurs. by fcoiffie · 18 years ago
  52. 04985bf Unsigned long data field must be packed with "L" instead of "l" (sometimes an OverflowError can occur) by fcoiffie · 18 years ago
  53. e895dce Hmm, fondLib has been broken on Python.framework for a while: I used by jvr · 19 years ago
  54. d4561ec some flex hint fixes from rroberts by jvr · 19 years ago
  55. a5c9298 avoid glyphSet.get(): not all glyphsets in use implement it. by jvr · 19 years ago
  56. 2e4cc02 BasePen should not fail if a base glyph does not exist in the glyph set; added get() method to _TTGlyphSet class by jvr · 19 years ago
  57. 3a98ae5 added _endPath method; without it, we'd fail on open paths (which requires pen.endPath() to be called instead of pen.closePath()) by jvr · 19 years ago
  58. c53569e use highly unscientific epsilon value by jvr · 19 years ago
  59. 86c07d2 more doco, reformatted __all__ by jvr · 19 years ago
  60. 441fdd1 reworked test code and results, to make the results more readable by jvr · 19 years ago
  61. 10de259 Refactored splitting logic; added splitQuadraticAtT() and splitCubicAtT() by jvr · 19 years ago
  62. 0ec07f2 show/test that _testrepr() reprs Numeric arrays nicely, too by jvr · 19 years ago
  63. 82fdf15 added a comment by jvr · 19 years ago
  64. befd485 factored out param -> points conversion by jvr · 19 years ago
  65. 9369c20 renamed and rewrote _tuplify() to _testrepr(), added tests for splitCubic() by jvr · 19 years ago
  66. 8ee2561 some refactoring, some doctests by jvr · 19 years ago
  67. cecd58c hm, it's been more than a year and a half since I regenerated ChangeLog.txt... by jvr · 19 years ago
  68. 95c9e9f This patch fixes two things by jvr · 19 years ago
  69. 31ae380 fixed problem with empty ClassDef, as well as added some more defenses for possible empty tables by jvr · 19 years ago
  70. 10fd22a expose onlyHeader keyword arg to generic read() func by jvr · 19 years ago
  71. 7afc6b9 uh, and the other one by jvr · 19 years ago
  72. 79c1316 fixed buglet in GlyphSet support code by jvr · 19 years ago
  73. 1ed5b47 fixed 2.4 compat issue by jvr · 19 years ago
  74. 90beb95 - rename file to fileOrPath by jvr · 19 years ago
  75. f34c6f3 fix for new 2.4 hex() behavior by jvr · 19 years ago
  76. e0912bb fix for new 2.4 hex() behavior by jvr · 19 years ago
  77. 0cc0b31 Updates from Adam Twardoch. Thanks! by jvr · 19 years ago
  78. 28ae196 Refactored and enhanced table order support: by jvr · 20 years ago
  79. a4f6688 tweak & bugfix by jvr · 20 years ago
  80. 427f980 make sure that a cmap subtable instance always has a language attr, so __cmp__ can't fail by jvr · 20 years ago
  81. fba0609 Fix for [ 808370 ] Dumping Legendum.otf fails on 'kern' table by jvr · 20 years ago
  82. 1fae9b4 [ 637398 ] Failure while parsing OpenType file by jvr · 20 years ago
  83. 266bf21 workaround for bug [ 766694 ] Error from invalid date by jvr · 20 years ago
  84. 980fae8 bug #784690: simple workaround for buggy name table by jvr · 20 years ago
  85. a84b28d - Refactored XML writing, removed lots of code duplicaiton by jvr · 20 years ago
  86. 175f048 whoops, rolling back accidental #! commits by jvr · 20 years ago
  87. 39c1918 "Downgraded" AGL list to the "Adobe Glyph List For New Fonts", which is by jvr · 20 years ago
  88. 13325c6 [ 845172 ] Updating to Unicode 4.0.0 by jvr · 20 years ago
  89. 6588c4e Patch #845551 from Anthony Fok: by jvr · 20 years ago
  90. 0cd79a5 Patch #845571 from Anthony Fok: by jvr · 20 years ago
  91. 7718d95 whoops, forgot one part os OS/2 version 3 support by jvr · 20 years ago
  92. 30bcb12 added support for OS/2 table #3 by jvr · 20 years ago
  93. 05e2541 Fixed subtle bug in curve intersection logic: due to floating point errors, by jvr · 21 years ago
  94. 8e1d75b ReverseChainSingleSubst support from Yannis H. (must get that generate-otdata-from-the-docs working again) by jvr · 21 years ago
  95. df1f145 bug from the spec leaked into here; pointed out by Yannis H. by jvr · 21 years ago
  96. 7325cb4 checked in with unix line endings -- this probably needs proper review by jvr · 21 years ago
  97. 8b8b449 - Implemented the flex operators for T2 by jvr · 21 years ago
  98. deca398 more doctests by jvr · 21 years ago
  99. f184f75 Added lots of doco and doctests. by jvr · 21 years ago
  100. 0b0fec3 debogofied doc string, added another one by jvr · 21 years ago