summaryrefslogtreecommitdiff
path: root/src/lxml/public-api.pxi
Commit message (Expand)AuthorAgeFilesLines
* adding adoptExternalDocument to the public C API instead of documentFactoryAl2017-04-221-2/+3
* add documentFactory to public headerAl2017-04-141-0/+5
* fix several error/exception handling cases throughout the code baseStefan Behnel2014-01-171-0/+6
* add safety checks to public C-APIStefan Behnel2013-01-261-1/+7
* fixed libxml2 API usage by appropriately using 'const' and 'xmlChar*'Stefan Behnel2012-07-301-10/+10
* [svn r4491] support '{}tag' in lxml.objectify child search as meaning explici...scoder2010-11-171-0/+3
* [svn r4488] return value typing in public APIscoder2010-11-171-3/+3
* [svn r4296] r5383@lenny: sbehnel | 2009-12-28 20:17:38 +0100scoder2009-12-281-1/+1
* [svn r3679] r4225@delle: sbehnel | 2008-05-19 00:50:22 +0200scoder2008-05-201-1/+1
* [svn r3480] r3852@delle: sbehnel | 2008-03-27 13:42:49 +0100scoder2008-03-271-1/+1
* [svn r3043] make it build with Cython 0.9.6.8 (now required!)scoder2007-11-041-42/+42
* [svn r2950] use 'bint' instead of 'int' Pyrex type where appropriatescoder2007-10-091-3/+3
* [svn r2890] new C-API function hasChild(), some cleanup to use itscoder2007-09-181-0/+3
* [svn r2795] new _makeSubElement() C-function to make the SubElement() factory...scoder2007-08-311-0/+4
* [svn r2695] new C-API functions hasText() and hasTail()scoder2007-07-251-0/+6
* [svn r2683] C-API: replaced findOrBuildNodeNs() by more generic findOrBuildNo...scoder2007-07-211-6/+0
* [svn r2311] provide findOrBuildNodeNsPrefix() function in C-API to support a ...scoder2007-05-161-0/+6
* [svn r2211] lxml.pyclasslookup - element class lookup mechanism with tree acc...scoder2007-03-221-0/+3
* [svn r2153] merged replacement for _xmlReconsiliateNs() from 'nscleanup' bran...scoder2007-02-241-1/+1
* [svn r2102] removed now unneeded _NodeBase class, merged into _Elementscoder2007-02-141-7/+7
* [svn r1973] use iterator class for internal attribute iterationscoder2006-10-241-0/+3
* [svn r1957] public C-API function makeElement() to create a new _Element with...scoder2006-10-131-0/+4
* [svn r1879] public C function appendChild(parent, child)scoder2006-08-281-0/+3
* [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.scoder2006-08-081-0/+131