aboutsummaryrefslogtreecommitdiff
path: root/Lib/fontTools/ttLib/tables/_n_a_m_e.py
AgeCommit message (Expand)Author
2021-04-01Upgrade fonttools to 4.22.0android-s-beta-2android-s-beta-1Elliott Hughes
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-03-05Upgrade fonttools to 4.4.1Haibo Huang
2019-01-08Upgrade fonttools from 3.31.0 to 3.35.0Haibo 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-03-12Add NameRecord.isUnicode()Behdad Esfahbod
2014-01-14from __future__ import absolute_importBehdad Esfahbod
2013-12-07Remove total_orderingBehdad Esfahbod
2013-12-07Return NotImplementedBehdad Esfahbod
2013-12-07Add @total_ordering to classes with __lt__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-28py23 XML encoding fixesBehdad Esfahbod
2013-11-28py23 Turn Unicode XML parsing on; more bytes fixesBehdad Esfahbod
2013-11-28ps23 More bytes fixes. All ''join()'s fixedBehdad Esfahbod
2013-11-28py23 Add bytesjoin()Behdad Esfahbod
2013-11-28py23 Remove uses of __cmp__ and cmp()Behdad 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=unicode equivalentsBehdad Esfahbod
2013-11-27Remove most uses of module stringBehdad Esfahbod
2013-11-272to3 --fix=types manual additionsBehdad Esfahbod
2013-11-272to3 --fix=print with manual fixupBehdad Esfahbod
2013-11-272to3 --fix=idiomsBehdad Esfahbod
2013-11-272to3 equivalent to --fix=tuple_paramsBehdad Esfahbod
2013-11-272to3 --fix=neBehdad Esfahbod
2013-11-272to3 --fix=importBehdad Esfahbod
2013-11-272to3 --fix=has_keyBehdad Esfahbod
2013-10-28Fix cmap subtable sort orderBehdad Esfahbod
2013-10-28Make __cmp__() functions stableBehdad Esfahbod
2013-09-17Move sstruct under fontTools.miscBehdad Esfahbod
2013-08-19Fix comparison to arbitrary objectsBehdad Esfahbod
2004-09-25bug #784690: simple workaround for buggy name tablejvr
2003-01-25second try to work around bogus stringOffset valuejvr
2003-01-25renamed stringoffset to stringOffset as per specjvr
2003-01-25gracefully handle bogus stringOffset values (thanks to Anthony Fok)jvr
2002-09-12don't barf on empty name tables (!)jvr
2002-05-01Complety revised the XML import code:jvr
2000-10-23workaround for odd-length unicode strings (!)Just
2000-03-14- some method name changesJust
2000-02-01added an assert, plus some (commented out) test code for bad unicode stringsJust
1999-12-29Treat platformID=3, platEncID=0 also as Unicode strings.Just
1999-12-16Created a new library directory called "FreeLib". All OpenSource RFMKII compo...Just