summaryrefslogtreecommitdiff
path: root/update-error-constants.py
Commit message (Expand)AuthorAgeFilesLines
* Parse libxml2 error constants from libxml2-api.xml instead of the HTML source...Stefan Behnel2022-02-181-106/+109
* Simplify error constant setup. The MSVC work-around of splitting the strings ...Stefan Behnel2017-11-041-15/+6
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-03-191-2/+2
* renamed 'include' package to 'includes' because 'include' is a keyword in CythonStefan Behnel2012-07-301-1/+1
* minor simplifications in error constant setup code, regenerated constants fro...Stefan Behnel2012-01-031-4/+3
* [svn r3680] r4226@delle: sbehnel | 2008-05-19 00:52:10 +0200scoder2008-05-201-12/+12
* [svn r3305] r3525@delle: sbehnel | 2008-02-15 15:08:18 +0100scoder2008-02-151-12/+20
* [svn r3304] r3524@delle: sbehnel | 2008-02-15 13:39:53 +0100scoder2008-02-151-14/+31
* [svn r3163] r3241@delle: sbehnel | 2008-01-11 15:20:34 +0100lxml-2.0beta1scoder2008-01-111-1/+2
* [svn r2291] commentscoder2007-05-141-1/+3
* [svn r1390] update-error-constants.py: strip prefixes and indentation before ...scoder2006-06-031-16/+23
* [svn r1389] store error constant strings in tuples instead of using string co...scoder2006-06-031-4/+19
* [svn r1382] changed cmd line of update-error-constants.py, check for HTML fil...scoder2006-06-021-2/+3
* [svn r1379] support regenerating constants in xmlerror.px? automatically with...scoder2006-06-021-0/+116