summaryrefslogtreecommitdiff
path: root/tools/python-errors-generator.xsl
AgeCommit message (Collapse)AuthorFilesLines
2009-06-12Small fix to error generator to not prefix whitespace at the beginning.Jonny Lamb1-1/+2
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2009-06-12Set python encoding header to utf-8 in generated sources.Jonny Lamb1-1/+1
http://www.python.org/dev/peps/pep-0263/ states the default encoding is ascii. Since utf-8 characters are being generated (for example, ©), we need to tell python the encoding of the file. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2009-06-12Output codegen text in utf-8.Jonny Lamb1-1/+1
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2009-06-11Upgrade code generator to work with latest spec.Guillaume Desmottes1-0/+4
<tp:section> have been added in recent versions of the spec. Update code generator to properly deal with them. Many thanks to Frederic Peters for his help.
2007-03-02Correct output of __all__ in Python errors generator XSLTSimon McVittie1-1/+1
20070302150219-53eee-52572aa34aedd492de4f9b6be2af1e0c49e0a732.gz
2007-03-02Generate constants, interfaces, exceptions from the specSimon McVittie1-0/+43
20070302131719-53eee-ffb7352434a6e249c8507156e91363bd281aaee2.gz