1. e3d7d71 Allow setting 'raw' attrs on XML for tables to be loaded from hex by Behdad Esfahbod · 10 years ago
  2. 1ae2959 from __future__ import absolute_import by Behdad Esfahbod · 10 years ago
  3. f5d123b Use ast.literal_eval to implement safeEval by Behdad Esfahbod · 10 years ago
  4. 494d9d1 Remove eexecOp C extension by Behdad Esfahbod · 10 years ago
  5. dc0ce0b py23 fixes for psLib and t1Lib by Behdad Esfahbod · 10 years ago
  6. 56da965 Add @total_ordering to classes with __lt__ by Behdad Esfahbod · 10 years ago
  7. 8ea6439 Implement __ne__ when __eq__ is defined by Behdad Esfahbod · 10 years ago
  8. b8e1afa Use struct format 'Q' to read/write 64bit integers by Behdad Esfahbod · 10 years ago
  9. dc87372 Use True/False instead of 1/0 by Behdad Esfahbod · 10 years ago
  10. 78c02b6 Fix T1CharString decompile() by Behdad Esfahbod · 10 years ago
  11. cc13b78 Simplify by Behdad Esfahbod · 10 years ago
  12. 94968f3 Use pure-Python StringIO, not cStringIO by Behdad Esfahbod · 10 years ago
  13. 8851bcf Add missing dot by Khaled Hosny · 10 years ago
  14. cc43f3a Fixup by Behdad Esfahbod · 10 years ago
  15. 153ec40 Fix a few pychecker warnings by Behdad Esfahbod · 10 years ago
  16. c40e26e Fix stupid mishap by Behdad Esfahbod · 10 years ago
  17. f2c2b4d Improve composite glyph bounds calculation by Behdad Esfahbod · 10 years ago
  18. 21bae0e py23 fixes for psOperators by Behdad Esfahbod · 10 years ago
  19. 70c46de Revert "Remove unused fontTools.misc.psOperators" by Behdad Esfahbod · 10 years ago
  20. f918ab4 Fix typos by Behdad Esfahbod · 10 years ago
  21. 7279302 py23 fixes for psLib by Behdad Esfahbod · 10 years ago
  22. b49aa66 Revert "Remove unused fontTools.misc.psLib" by Behdad Esfahbod · 10 years ago
  23. af1c996 from __future__ imports must be first for python 3.3.2 by Denis Jacquerye · 10 years ago
  24. db08ee2 missing from __future__ import print_function in setup.py by Denis Jacquerye · 10 years ago
  25. 3fa26d7 py23 Use fixedToFloat() for fixed version numbers by Behdad Esfahbod · 10 years ago
  26. 2d67a18 py23 Add fixedTools: Smart fixedToFloat() and floatToFixed() by Behdad Esfahbod · 10 years ago
  27. 4069b39 Simplify caselessSort() by Behdad Esfahbod · 10 years ago
  28. e388db5 py23 Use new-style classes by Behdad Esfahbod · 10 years ago
  29. 1edfe57 Strip name table records before writing to XML by Behdad Esfahbod · 10 years ago
  30. ca80208 Revert XML name table format changes by Behdad Esfahbod · 10 years ago
  31. 714b2a6 Remove __getslice__ by Behdad Esfahbod · 10 years ago
  32. 278c88c py23 Fix psCharStrings bytes issues by Behdad Esfahbod · 10 years ago
  33. c076261 s/latin-1/latin1/g by Behdad Esfahbod · 10 years ago
  34. faaca76 py23 Fixup isinstance(..., str) issues by Behdad Esfahbod · 10 years ago
  35. 6962f0c py23 XML encoding fixes by Behdad Esfahbod · 10 years ago
  36. 5f6418d py23 Turn Unicode XML parsing on; more bytes fixes by Behdad Esfahbod · 10 years ago
  37. 18316aa ps23 More bytes fixes. All ''join()'s fixed by Behdad Esfahbod · 10 years ago
  38. d368939 py23 Fix up byteord() implementation by Behdad Esfahbod · 10 years ago
  39. 3e8795d py23 Use io.BytesIO to replace StringIO.StringIO by Behdad Esfahbod · 10 years ago
  40. 821572c py23 Add bytesjoin() by Behdad Esfahbod · 10 years ago
  41. 1fcd04d py23 Fix sstruct exception format by Behdad Esfahbod · 10 years ago
  42. a0cd41d py23 Automatically convert str/bytes types in sstruct.pack/unpack by Behdad Esfahbod · 10 years ago
  43. 5cf4008 py23 tostr()/tobytes() and using them by Behdad Esfahbod · 10 years ago
  44. b7fd2e1 py23 Remove uses of __cmp__ and cmp() by Behdad Esfahbod · 10 years ago
  45. 319c5fd py23 introduce byteord() and use it by Behdad Esfahbod · 10 years ago
  46. 32c10ee py23 from __future__ import division and adjust divisions by Behdad Esfahbod · 10 years ago
  47. 30e691e py23 from __future__ import print_function by Behdad Esfahbod · 10 years ago
  48. ac4672e py23 Introduce Tag to autoconvert tag types by Behdad Esfahbod · 10 years ago
  49. b7a2d79 py23 Use bytechr() instead of chr() by Behdad Esfahbod · 10 years ago
  50. 7ed91ec py23 import in all nontrivial source files and unused import cleanup by Behdad Esfahbod · 10 years ago
  51. 503179f Add py23 compat layer by Behdad Esfahbod · 10 years ago
  52. 14fb031 Remove most uses of module string by Behdad Esfahbod · 10 years ago
  53. b774f9f 2to3 --fix=types manual additions by Behdad Esfahbod · 10 years ago
  54. 3ec6a25 2to3 --fix=print with manual fixup by Behdad Esfahbod · 10 years ago
  55. 002c32f 2to3 --fix=types with manual fixups by Behdad Esfahbod · 10 years ago
  56. e5ca796 2to3 --fix=map with manual cleanup by Behdad Esfahbod · 10 years ago
  57. ac1b435 2to3 --fix=idioms by Behdad Esfahbod · 10 years ago
  58. ecbe4c8 2to3 --fix=numliterals with manual cleanup by Behdad Esfahbod · 10 years ago
  59. 3a9fd30 2to3 equivalent to --fix=tuple_params by Behdad Esfahbod · 10 years ago
  60. dc7e6f3 2to3 --fix=repr by Behdad Esfahbod · 10 years ago
  61. cd5aad9 2to3 --fix=raise by Behdad Esfahbod · 10 years ago
  62. 180ace6 2to3 --fix=ne by Behdad Esfahbod · 10 years ago
  63. bc5e1cb 2to3 --fix=has_key by Behdad Esfahbod · 10 years ago
  64. 66214cb 2to3 --fix=apply by Behdad Esfahbod · 10 years ago
  65. e72781b Revert c386d54fe3f1bb12561126044cc5a7a7f0d80fe2 by Behdad Esfahbod · 10 years ago
  66. f3a8aea Remove unused fontTools.misc.psOperators by Behdad Esfahbod · 10 years ago
  67. e0f84aa Remove unused fontTools.misc.psLib by Behdad Esfahbod · 10 years ago
  68. 3ebfea4 Move fontTools.ttLib.importXML to fontTools.misc.xmlReader by Behdad Esfahbod · 10 years ago
  69. c386d54 Allow passing in locals variables to safeEval() by Behdad Esfahbod · 10 years ago
  70. 846d09e Allow None for globalSubrs in T2CharString by Behdad Esfahbod · 10 years ago
  71. 8413c10 Move sstruct under fontTools.misc by Behdad Esfahbod · 11 years ago
  72. f65033e Move xmlWriter into fontTools.misc by Behdad Esfahbod · 11 years ago
  73. 843ffd8 Port glyf coordinates from numpy to custom type by Behdad Esfahbod · 11 years ago
  74. 4f03368 Port glyf transform from numpy to lists by Behdad Esfahbod · 11 years ago
  75. f09f1d4 Raise exceptions on unimplemented T2CharString operators by Behdad Esfahbod · 11 years ago
  76. 91bca42 merging fixes & changes from delft-sprint-2012 by jvr · 12 years ago
  77. 85fe10d Remove executable permissions from files that do not need them by pabs3 · 13 years ago
  78. 0682316 Fix loading the fontTools.misc.eexecOp module that speeds up fontTools.misc.eexec. by pabs3 · 15 years ago
  79. a983e66 - turned ps exceptions into classes and renamed them by jvr · 16 years ago
  80. e56bc90 - t1Lib.py can now properly read PFA fonts by jvr · 16 years ago
  81. 1b7d54f converted usage of Numeric to numpy by jvr · 16 years ago
  82. 41144b9 - moved Numeric import to top - converted tests to doctest by jvr · 16 years ago
  83. 45d1f3b - removed support for Python 2.2 on MacOS 10.2 by jvr · 16 years ago
  84. 26a46b7 Patch #1296028 from Tomasz Wegrzanowski: improve performance with CJK fonts by pabs3 · 17 years ago
  85. 7099f4c support the deprecated dotsection T2 operator by jvr · 18 years ago
  86. d4561ec some flex hint fixes from rroberts by jvr · 19 years ago
  87. c53569e use highly unscientific epsilon value by jvr · 19 years ago
  88. 86c07d2 more doco, reformatted __all__ by jvr · 19 years ago
  89. 441fdd1 reworked test code and results, to make the results more readable by jvr · 19 years ago
  90. 10de259 Refactored splitting logic; added splitQuadraticAtT() and splitCubicAtT() by jvr · 19 years ago
  91. 0ec07f2 show/test that _testrepr() reprs Numeric arrays nicely, too by jvr · 19 years ago
  92. 82fdf15 added a comment by jvr · 19 years ago
  93. befd485 factored out param -> points conversion by jvr · 19 years ago
  94. 9369c20 renamed and rewrote _tuplify() to _testrepr(), added tests for splitCubic() by jvr · 19 years ago
  95. 8ee2561 some refactoring, some doctests by jvr · 19 years ago
  96. 95c9e9f This patch fixes two things by jvr · 19 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. d3ee2d4 - Properly support the pen protocol for open sub paths in Type 1 by jvr · 21 years ago