1. 497863a Allow disabling 'head' table modified-timestamp recalculation by Behdad Esfahbod · 10 years ago
  2. 1ae2959 from __future__ import absolute_import by Behdad Esfahbod · 10 years ago
  3. d0a8575 Remove unused data by Behdad Esfahbod · 10 years ago
  4. 1112495 Simplify mac_epoch_diff by Behdad Esfahbod · 10 years ago
  5. 65d3a02 Simplify date parsing by Behdad Esfahbod · 10 years ago
  6. b8e1afa Use struct format 'Q' to read/write 64bit integers by Behdad Esfahbod · 10 years ago
  7. 5e36f85 Remove redundant code by Behdad Esfahbod · 10 years ago
  8. 821572c py23 Add bytesjoin() by Behdad Esfahbod · 11 years ago
  9. b7fd2e1 py23 Remove uses of __cmp__ and cmp() by Behdad Esfahbod · 11 years ago
  10. 319c5fd py23 introduce byteord() and use it by Behdad Esfahbod · 11 years ago
  11. 32c10ee py23 from __future__ import division and adjust divisions by Behdad Esfahbod · 11 years ago
  12. 30e691e py23 from __future__ import print_function by Behdad Esfahbod · 11 years ago
  13. b7a2d79 py23 Use bytechr() instead of chr() by Behdad Esfahbod · 11 years ago
  14. 7ed91ec py23 import in all nontrivial source files and unused import cleanup by Behdad Esfahbod · 11 years ago
  15. 14fb031 Remove most uses of module string by Behdad Esfahbod · 11 years ago
  16. e5ca796 2to3 --fix=map with manual cleanup by Behdad Esfahbod · 11 years ago
  17. ac1b435 2to3 --fix=idioms by Behdad Esfahbod · 11 years ago
  18. 7cc6d27 2to3 --fix=long with manual cleanup by Behdad Esfahbod · 11 years ago
  19. ecbe4c8 2to3 --fix=numliterals with manual cleanup by Behdad Esfahbod · 11 years ago
  20. 3a9fd30 2to3 equivalent to --fix=tuple_params by Behdad Esfahbod · 11 years ago
  21. 2b06aaa 2to3 --fix=import by Behdad Esfahbod · 11 years ago
  22. 0ba7aa7 Make __cmp__() functions stable by Behdad Esfahbod · 11 years ago
  23. 8413c10 Move sstruct under fontTools.misc by Behdad Esfahbod · 11 years ago
  24. 96b321c Fix comparison to arbitrary objects by Behdad Esfahbod · 11 years ago
  25. a220bf3 a different fix for [1296026]: just comment out the offending assert by jvr · 16 years ago
  26. 03e02ad back out 'fix', as this solution isn't portable by jvr · 16 years ago
  27. 14654b2 Apply 1296026: fix tracebacks in some timezones by pabs3 · 16 years ago
  28. 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
  29. f34c6f3 fix for new 2.4 hex() behavior by jvr · 19 years ago
  30. 266bf21 workaround for bug [ 766694 ] Error from invalid date by jvr · 20 years ago
  31. e73b8a5 Fix for bug #691744; calc_mac_epoch_diff() was broken when the timezone by jvr · 21 years ago
  32. 1332d3e clean up checkSumAdjustment XML output: suppress trialing 'L' by jvr · 21 years ago
  33. 26fc63c fix from Owen Taylor that fixes my previous patch; thanks! by jvr · 21 years ago
  34. df22c27 detab table string literal by jvr · 21 years ago
  35. 130c1a0 make two fields unsigned, to conform to the spec but also to suppress Python 2.3 warnings for hex(negativenumber). by jvr · 21 years ago
  36. b74f03c fixed previous fix: it assumed 4 bytes of data, which is wrong by jvr · 22 years ago
  37. c3974fb Handle negative long time values gracefully instead of looping infinitely. Reported by Jessica P. Hekman by jvr · 22 years ago
  38. c3403cf style constency by jvr · 23 years ago
  39. 95cf546 dump macStyle as binary by jvr · 23 years ago
  40. 64892f5 Don't take month and day names from calendar.py: a buggy Metrowerks strftime() made this crash hard in Python 2.2. by Just · 23 years ago
  41. cb317bf The "flags" field is an unsigned short, not a byte by Just · 24 years ago
  42. 7268e24 be relaxed about zero padding the input data to 4-byte boundaries by Just · 24 years ago
  43. 222aea7 another 64-bit fix by Just · 24 years ago
  44. 7842e56 Created a new library directory called "FreeLib". All OpenSource RFMKII components will reside there, fontTools being the flagship. by Just · 24 years ago