summaryrefslogtreecommitdiff
path: root/update-error-constants.py
Commit message (Collapse)AuthorAgeFilesLines
* minor simplifications in error constant setup code, regenerated constants ↵Stefan Behnel2012-01-031-4/+3
| | | | from libxml2 2.7.8
* [svn r3680] r4226@delle: sbehnel | 2008-05-19 00:52:10 +0200scoder2008-05-201-12/+12
| | | | | | | initial Py3 fixes for error constant parsing script --HG-- branch : trunk
* [svn r3305] r3525@delle: sbehnel | 2008-02-15 15:08:18 +0100scoder2008-02-151-12/+20
| | | | | | | error type constants of XPath errors and XML Schema errors are not needed --HG-- branch : trunk
* [svn r3304] r3524@delle: sbehnel | 2008-02-15 13:39:53 +0100scoder2008-02-151-14/+31
| | | | | | | integrate all error type enums: parser, XPath, schema, relaxng --HG-- branch : trunk
* [svn r3163] r3241@delle: sbehnel | 2008-01-11 15:20:34 +0100lxml-2.0beta1scoder2008-01-111-1/+2
| | | | | | | API usage fix --HG-- branch : trunk
* [svn r2291] commentscoder2007-05-141-1/+3
| | | | | --HG-- branch : trunk
* [svn r1390] update-error-constants.py: strip prefixes and indentation before ↵scoder2006-06-031-16/+23
| | | | | | | storing constant strings to safe setup overhead and space in the binary --HG-- branch : trunk
* [svn r1389] store error constant strings in tuples instead of using string ↵scoder2006-06-031-4/+19
| | | | | | | concatenation (simplifies setup code), add comment from generator script --HG-- branch : trunk
* [svn r1382] changed cmd line of update-error-constants.py, check for HTML ↵scoder2006-06-021-2/+3
| | | | | | | file before starting work --HG-- branch : trunk
* [svn r1379] support regenerating constants in xmlerror.px? automatically ↵scoder2006-06-021-0/+116
with a script, split long strings to support MSVC --HG-- branch : trunk