summaryrefslogtreecommitdiff
path: root/src/lxml/includes/tree.pxd
Commit message (Expand)AuthorAgeFilesLines
* Simplify Element.clear() and reduce overhead in the attribute clearing code.Stefan Behnel2019-03-011-0/+1
* LP#1814522: Fix a crash when appending a child subtree that contains unsubsti...Stefan Behnel2019-02-051-0/+2
* fix UTF-8 error handling in _write_attr_string()Stefan Behnel2017-01-081-0/+1
* try to use the new functionBurak Arslan2016-12-271-1/+1
* import xmlBufAttrSerializeTxtContent from libxmlBurak Arslan2016-12-271-0/+2
* include internal/external DTD subsets in thread-dict cleanupStefan Behnel2015-04-041-0/+1
* make Cython aware of "const_xmlChar" constnessStefan Behnel2015-03-011-1/+1
* Update name validation.Olli Pottonen2015-02-211-0/+1
* Enable modifying document type declarations.Olli Pottonen2015-02-161-0/+2
* Properly serialize all HTML doctype declarations.Olli Pottonen2015-02-161-0/+1
* use per-document hash tables for XML IDs and allow disabling them completely ...Stefan Behnel2014-05-281-0/+5
* 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