History log of /external/fonttools/Tools/fontTools/misc/xmlWriter.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1ae29591efbb29492ce05378909ccf4028d7c1ee 14-Jan-2014 Behdad Esfahbod <behdad@behdad.org> from __future__ import absolute_import

Such that our Python 2 is closer to Python 3.

Part of https://github.com/behdad/fonttools/issues/77
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
153ec402094adbea673e914385b87f1d99191d0b 04-Dec-2013 Behdad Esfahbod <behdad@behdad.org> Fix a few pychecker warnings

Fixes https://github.com/behdad/fonttools/issues/58
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
c40e26ec4c40f3e9c60248d1663b8bedd7d706f2 04-Dec-2013 Behdad Esfahbod <behdad@behdad.org> Fix stupid mishap
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
e388db566b9ba42669c7e353db4293cf27bc2a5b 28-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 Use new-style classes

Such that we get the same semantics in both Python 2 and 3.
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
1edfe576563d4e260a958301eeeb956adc7d0610 29-Nov-2013 Behdad Esfahbod <behdad@behdad.org> Strip name table records before writing to XML

They will be stripped reading back anyone, so any surrounding
whitespace will be lost. At least this way diffs of ttx files
are cleaner.
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
ca80208a1514ea4d7c55114ae1979f0ba6b41d16 28-Nov-2013 Behdad Esfahbod <behdad@behdad.org> Revert XML name table format changes

For the sake of separating py23 effort from feature changes,
I'm reverting the name table XML dump format back to what it
was. I will clean it up after py23 is merged.
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
c076261598611984c44ba3346c8aa5bf140dfce9 28-Nov-2013 Behdad Esfahbod <behdad@behdad.org> s/latin-1/latin1/g
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
6962f0cfb2b7edfcfa1ff291e99fec756f06c6f8 28-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 XML encoding fixes

Name table entries that are Unicode are written out as native Unicode
now text in the XML now.
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
18316aa769566eeb6f3f4a6ed2685fa8f8e861c2 28-Nov-2013 Behdad Esfahbod <behdad@behdad.org> ps23 More bytes fixes. All ''join()'s fixed
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
5cf40083364e1d2dce119de25cb42ce69d2fb53c 28-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 tostr()/tobytes() and using them

ttf->xml seems to be mostly working now.
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
319c5fd10e2ea84304bd299b7483e05b5b0d5480 28-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 introduce byteord() and use it
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
32c10eecffb4923e0721c395e4b80fb732543f18 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 from __future__ import division and adjust divisions
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
30e691edd056ba22fa8970280e986747817bec3d 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 from __future__ import print_function
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
b7a2d797a40fb658d1e6dca6c08c9d2e1d83e78a 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 Use bytechr() instead of chr()
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
7ed91eca1eaa96b79eae780778e89bb9ec44c1ee 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> py23 import in all nontrivial source files and unused import cleanup
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
14fb031125b773f0a15eb19be4f02ed8540b2db6 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> Remove most uses of module string
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
e5ca79699d00fdf7ac6eaceaed372aea8d6bc1fd 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=map with manual cleanup
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
ac1b4359467ca3deab03186a15eae1d55eb35567 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=idioms
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
dc7e6f3e5563a853477ebe26166b002c158dbe8b 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=repr
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
66214cbe8c220625e61a85f386756c6de4ec82b2 27-Nov-2013 Behdad Esfahbod <behdad@behdad.org> 2to3 --fix=apply
/external/fonttools/Lib/fontTools/misc/xmlWriter.py
f65033e277ec5161fd77ec340ab899edc2e03764 17-Sep-2013 Behdad Esfahbod <behdad@behdad.org> Move xmlWriter into fontTools.misc

Trying to cleanup our footprint in the Python namespace.
/external/fonttools/Lib/fontTools/misc/xmlWriter.py