summaryrefslogtreecommitdiff
path: root/src/lxml/include
Commit message (Collapse)AuthorAgeFilesLines
* quick fix for compilation in old libxml2 versions - to be revisitedStefan Behnel2012-06-091-0/+5
|
* reimplement optimistic optimisation in _MultiTagMatcher when the doc's dict ↵Stefan Behnel2012-04-241-0/+1
| | | | really did not change
* fix some compiler warningsStefan Behnel2012-04-071-11/+1
|
* avoid redefinition of legacy C-API functions in older CPython versionsStefan Behnel2012-04-071-0/+3
|
* refactored error log connection into a context manager, added support for ↵Stefan Behnel2012-04-071-4/+2
| | | | recursive usage of different logs
* instead of a global setup, use execution local error callbacks for RelaxNG ↵Stefan Behnel2012-04-051-0/+6
| | | | processing
* instead of a global setup, use execution local error callbacks for XPath ↵Stefan Behnel2012-04-051-2/+1
| | | | processing
* instead of a global setup, use execution local error callbacks for XMLSchema ↵Stefan Behnel2012-04-053-2/+12
| | | | and parsing
* merged DTD attributes branchStefan Behnel2012-04-051-0/+113
|\ | | | | | | | | --HG-- rename : src/lxml/tree.pxd => src/lxml/include/tree.pxd
* | fix some copy-paste left-oversStefan Behnel2012-03-021-2/+2
| |
* | moved public Cython/C declarations into 'lxml.include' package, which is now ↵Stefan Behnel2012-03-0216-0/+2464
|/ | | | | | | | | | | | | | | | | | | | | | returned by lxml.get_include() --HG-- rename : src/lxml/c14n.pxd => src/lxml/include/c14n.pxd rename : src/lxml/config.pxd => src/lxml/include/config.pxd rename : src/lxml/dtdvalid.pxd => src/lxml/include/dtdvalid.pxd rename : src/lxml/etree_defs.h => src/lxml/include/etree_defs.h rename : src/lxml/etreepublic.pxd => src/lxml/include/etreepublic.pxd rename : src/lxml/htmlparser.pxd => src/lxml/include/htmlparser.pxd rename : src/lxml/relaxng.pxd => src/lxml/include/relaxng.pxd rename : src/lxml/schematron.pxd => src/lxml/include/schematron.pxd rename : src/lxml/tree.pxd => src/lxml/include/tree.pxd rename : src/lxml/uri.pxd => src/lxml/include/uri.pxd rename : src/lxml/xinclude.pxd => src/lxml/include/xinclude.pxd rename : src/lxml/xmlerror.pxd => src/lxml/include/xmlerror.pxd rename : src/lxml/xmlparser.pxd => src/lxml/include/xmlparser.pxd rename : src/lxml/xmlschema.pxd => src/lxml/include/xmlschema.pxd rename : src/lxml/xpath.pxd => src/lxml/include/xpath.pxd rename : src/lxml/xslt.pxd => src/lxml/include/xslt.pxd
* a (mostly) rewrite of the library header file inclusion, also dropping Py2.3 ↵Stefan Behnel2011-08-251-0/+0
support