Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor simplifications in error constant setup code, regenerated constants ↵ | Stefan Behnel | 2012-01-03 | 1 | -4/+3 |
| | | | | from libxml2 2.7.8 | ||||
* | [svn r3680] r4226@delle: sbehnel | 2008-05-19 00:52:10 +0200 | scoder | 2008-05-20 | 1 | -12/+12 |
| | | | | | | | initial Py3 fixes for error constant parsing script --HG-- branch : trunk | ||||
* | [svn r3305] r3525@delle: sbehnel | 2008-02-15 15:08:18 +0100 | scoder | 2008-02-15 | 1 | -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 +0100 | scoder | 2008-02-15 | 1 | -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.0beta1 | scoder | 2008-01-11 | 1 | -1/+2 |
| | | | | | | | API usage fix --HG-- branch : trunk | ||||
* | [svn r2291] comment | scoder | 2007-05-14 | 1 | -1/+3 |
| | | | | | --HG-- branch : trunk | ||||
* | [svn r1390] update-error-constants.py: strip prefixes and indentation before ↵ | scoder | 2006-06-03 | 1 | -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 ↵ | scoder | 2006-06-03 | 1 | -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 ↵ | scoder | 2006-06-02 | 1 | -2/+3 |
| | | | | | | | file before starting work --HG-- branch : trunk | ||||
* | [svn r1379] support regenerating constants in xmlerror.px? automatically ↵ | scoder | 2006-06-02 | 1 | -0/+116 |
with a script, split long strings to support MSVC --HG-- branch : trunk |