summaryrefslogtreecommitdiff
path: root/src/lxml/includes/tree.pxd
Commit message (Expand)AuthorAgeFilesLines
* xmlBufLength() is not exported by libxml2, use xmlBufUse() insteadStefan Behnel2013-03-291-1/+1
* fix declared signature of xmlOutputBufferWriteEscape() functionStefan Behnel2012-11-201-1/+1
* add new API for incremental XML file generationStefan Behnel2012-11-201-2/+7
* initial Python API for libxml2 memory debugging featuresStefan Behnel2012-09-191-3/+7
* adapt to upcoming buffer changes in libxml2 2.9Stefan Behnel2012-08-231-2/+6
* fix another load of C compiler warnings about xmlChar* unsignedness etc.Stefan Behnel2012-08-111-3/+3
* fix for new libxml2 APIStefan Behnel2012-08-061-1/+1
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-71/+80
* renamed 'include' package to 'includes' because 'include' is a keyword in CythonStefan Behnel2012-07-301-0/+442