1. 1ae2959 from __future__ import absolute_import by Behdad Esfahbod · 10 years ago
  2. dc0ce0b py23 fixes for psLib and t1Lib by Behdad Esfahbod · 10 years ago
  3. dc87372 Use True/False instead of 1/0 by Behdad Esfahbod · 10 years ago
  4. 153ec40 Fix a few pychecker warnings by Behdad Esfahbod · 10 years ago
  5. af1c996 from __future__ imports must be first for python 3.3.2 by Denis Jacquerye · 10 years ago
  6. e388db5 py23 Use new-style classes by Behdad Esfahbod · 10 years ago
  7. 18316aa ps23 More bytes fixes. All ''join()'s fixed by Behdad Esfahbod · 10 years ago
  8. 319c5fd py23 introduce byteord() and use it 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. b7a2d79 py23 Use bytechr() instead of chr() 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. ac1b435 2to3 --fix=idioms by Behdad Esfahbod · 10 years ago
  15. dc7e6f3 2to3 --fix=repr by Behdad Esfahbod · 10 years ago
  16. cd5aad9 2to3 --fix=raise by Behdad Esfahbod · 10 years ago
  17. 180ace6 2to3 --fix=ne by Behdad Esfahbod · 10 years ago
  18. 91bca42 merging fixes & changes from delft-sprint-2012 by jvr · 12 years ago
  19. e56bc90 - t1Lib.py can now properly read PFA fonts by jvr · 16 years ago
  20. 45d1f3b - removed support for Python 2.2 on MacOS 10.2 by jvr · 16 years ago
  21. 10fd22a expose onlyHeader keyword arg to generic read() func by jvr · 19 years ago
  22. 7d4b693 add the generic getGlyphSet() API to T1Font as well. by jvr · 21 years ago
  23. 489d76a Refactored outline extraction for CharStrings. The interface to by jvr · 21 years ago
  24. b19141e avoid FSSpec on MacOS by jvr · 21 years ago
  25. 59afba7 updated for MacPython2.3 by jvr · 21 years ago
  26. 05a16f2 break before adding the data.. by jvr · 22 years ago
  27. da0d805 added only-read-the-header feature to readLWFN(), similar to readPFB() by jvr · 22 years ago
  28. db1f280 back out pfa 'fix'; it reverses a bug fix from last year... by jvr · 22 years ago
  29. e568dc7 fixed handling of PFA files by being less smart about figuring out the end of the eexec part by jvr · 22 years ago
  30. 22433b1 don't test for os.name, as the mac stuff now all works under darwin/posix as well by jvr · 22 years ago
  31. 25ccb9c MacPython 2.2 compatibility fix. by jvr · 22 years ago
  32. 90290b7 At the expense of some speed, find the end of an excrypted portion by jvr · 22 years ago
  33. 8c74f46 fixed saveAs() by jvr · 23 years ago
  34. e9601bf updated OpenResFile() to FSpOpenResFile() and CreateResFile() to by Just · 23 years ago
  35. 5810aa9 renamed a bunch of things to use CamelCase by Just · 23 years ago
  36. 3618300 some minor improvements by Just · 24 years ago
  37. 528614e Moved psCharStrings.py, psLib.py and psOperators.py to fontTools.misc, since they're not "toplevel" font tools. by Just · 24 years ago
  38. c2be3d9 Changes to use the new fontTools.misc.eexec module instead of the old eexec module. by Just · 24 years ago
  39. 7842e56 Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship. by Just · 24 years ago