aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/misc
AgeCommit message (Expand)Author
2021-02-17Upgrade fonttools to 4.20.0Haibo Huang
2021-01-28Upgrade fonttools to 4.19.1Haibo Huang
2020-11-12Upgrade fonttools to 4.17.0Haibo Huang
2020-09-21Upgrade fonttools to 4.15.0Haibo Huang
2020-07-10Upgrade fonttools to 4.13.0android-r-beta-3android-r-beta-2Haibo Huang
2020-05-20Upgrade fonttools to 4.10.2Haibo Huang
2020-05-15Upgrade fonttools to 4.10.0Haibo Huang
2020-04-29Upgrade fonttools to 4.9.0Haibo Huang
2020-04-03Upgrade fonttools to 4.7.0Haibo Huang
2020-03-12Upgrade fonttools to 4.4.2Haibo Huang
2020-03-05Upgrade fonttools to 4.4.1Haibo Huang
2019-06-19Upgrade fonttools to 3.43.1Haibo Huang
2019-05-13Upgrade fonttools to 3.41.2Haibo Huang
2019-03-26Upgrade fonttools to 3.39.0android-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-o-mr1-iot-release-1.0.12oreo-mr1-iot-releaseHaibo Huang
2019-02-02Upgrade fonttools to 3.37.0Haibo Huang
2019-01-08Upgrade fonttools from 3.31.0 to 3.35.0Haibo Huang
2018-11-05Upgrade fonttools from 3.28.0 to 3.31.0.android-wear-8.0.0_r2android-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r40.1Jandroid-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r39android-o-mr1-iot-release-smart-display-r30android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsandroid-o-mr1-iot-release-cube_r2android-o-mr1-iot-release-cube-fsiandroid-o-mr1-iot-release-cube-fcsandroid-o-mr1-iot-release-1.0.8android-o-mr1-iot-release-1.0.7android-n-iot-release-ihome-igv1nougat-iot-releaseElliott Hughes
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-31Allow setting 'raw' attrs on XML for tables to be loaded from hexBehdad Esfahbod
2014-01-14from __future__ import absolute_importBehdad Esfahbod
2014-01-14Use ast.literal_eval to implement safeEvalBehdad Esfahbod
2013-12-07Remove eexecOp C extensionBehdad Esfahbod
2013-12-07py23 fixes for psLib and t1LibBehdad Esfahbod
2013-12-07Add @total_ordering to classes with __lt__Behdad Esfahbod
2013-12-06Implement __ne__ when __eq__ is definedBehdad Esfahbod
2013-12-06Use struct format 'Q' to read/write 64bit integersBehdad Esfahbod
2013-12-04Use True/False instead of 1/0Behdad Esfahbod
2013-12-04Fix T1CharString decompile()Behdad Esfahbod
2013-12-04SimplifyBehdad Esfahbod
2013-12-04Use pure-Python StringIO, not cStringIOBehdad Esfahbod
2013-12-04Add missing dotKhaled Hosny
2013-12-04FixupBehdad Esfahbod
2013-12-04Fix a few pychecker warningsBehdad Esfahbod
2013-12-04Fix stupid mishapBehdad Esfahbod
2013-12-01Improve composite glyph bounds calculationBehdad Esfahbod
2013-11-29py23 fixes for psOperatorsBehdad Esfahbod
2013-11-29Revert "Remove unused fontTools.misc.psOperators"Behdad Esfahbod
2013-11-29Fix typosBehdad Esfahbod
2013-11-29py23 fixes for psLibBehdad Esfahbod
2013-11-29Revert "Remove unused fontTools.misc.psLib"Behdad Esfahbod
2013-11-29from __future__ imports must be first for python 3.3.2Denis Jacquerye
2013-11-29missing from __future__ import print_function in setup.pyDenis Jacquerye
2013-11-28py23 Use fixedToFloat() for fixed version numbersBehdad Esfahbod
2013-11-28py23 Add fixedTools: Smart fixedToFloat() and floatToFixed()Behdad Esfahbod
2013-11-28Simplify caselessSort()Behdad Esfahbod
2013-11-28py23 Use new-style classesBehdad Esfahbod
2013-11-28Strip name table records before writing to XMLBehdad Esfahbod
2013-11-28Revert XML name table format changesBehdad Esfahbod
2013-11-28Remove __getslice__Behdad Esfahbod
2013-11-28py23 Fix psCharStrings bytes issuesBehdad Esfahbod