summaryrefslogtreecommitdiff
path: root/src/lxml/includes/xmlparser.pxd
Commit message (Expand)AuthorAgeFilesLines
* fix spelling mistakes originally found by scop in GH#230Stefan Behnel2017-03-181-2/+2
* Fix setting the base url for etree.Resolver.resolve_stringMichael van Tellingen2016-07-181-0/+1
* propagate SAX exceptions immediately in HTML parser (used to continue parsing)Stefan Behnel2015-09-231-0/+22
* use per-document hash tables for XML IDs and allow disabling them completely ...Stefan Behnel2014-05-281-4/+12
* add parse options added in recent libxml2 versionsStefan Behnel2014-03-181-0/+6
* optimise Unicode string parsing for PEP393 (Py3.3+)Stefan Behnel2014-01-021-1/+1
* fix declared type and add a comment to itStefan Behnel2013-09-121-1/+1
* fix another load of C compiler warnings about xmlChar* unsignedness etc.Stefan Behnel2012-08-111-1/+1
* use absolute imports in .pxd files to prevent interference with an installed ...Stefan Behnel2012-07-301-3/+3
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-24/+30
* renamed 'include' package to 'includes' because 'include' is a keyword in CythonStefan Behnel2012-07-301-0/+206