aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/misc/sstruct.py
AgeCommit message (Expand)Author
2021-04-01Upgrade fonttools to 4.22.0android-s-beta-2android-s-beta-1Elliott Hughes
2020-03-05Upgrade fonttools to 4.4.1Haibo Huang
2019-05-13Upgrade fonttools to 3.41.2Haibo Huang
2018-07-04Upgrade fonttools from 2.4 to 3.28.0android-p-preview-5android-o-mr1-iot-release-1.0.2android-n-iot-release-smart-display-r2Haibo Huang
2014-01-14from __future__ import absolute_importBehdad Esfahbod
2013-12-06Use struct format 'Q' to read/write 64bit integersBehdad Esfahbod
2013-12-04Fix a few pychecker warningsBehdad Esfahbod
2013-11-28py23 Use fixedToFloat() for fixed version numbersBehdad Esfahbod
2013-11-28py23 Use new-style classesBehdad Esfahbod
2013-11-28py23 Fixup isinstance(..., str) issuesBehdad Esfahbod
2013-11-28py23 Fix sstruct exception formatBehdad Esfahbod
2013-11-28py23 Automatically convert str/bytes types in sstruct.pack/unpackBehdad Esfahbod
2013-11-28py23 from __future__ import division and adjust divisionsBehdad Esfahbod
2013-11-27py23 from __future__ import print_functionBehdad Esfahbod
2013-11-27py23 import in all nontrivial source files and unused import cleanupBehdad Esfahbod
2013-11-272to3 --fix=types manual additionsBehdad Esfahbod
2013-11-272to3 --fix=print with manual fixupBehdad Esfahbod
2013-11-272to3 --fix=types with manual fixupsBehdad Esfahbod
2013-11-272to3 --fix=idiomsBehdad Esfahbod
2013-11-272to3 --fix=reprBehdad Esfahbod
2013-11-272to3 --fix=raiseBehdad Esfahbod
2013-11-272to3 --fix=neBehdad Esfahbod
2013-11-272to3 --fix=has_keyBehdad Esfahbod
2013-11-272to3 --fix=applyBehdad Esfahbod
2013-09-17Move sstruct under fontTools.miscBehdad Esfahbod