summaryrefslogtreecommitdiff
path: root/src/lxml/tree.pxd
Commit message (Expand)AuthorAgeFilesLines
* [svn r2098] use enum types instead of intsscoder2007-02-121-2/+2
* [svn r2028] free resources after parsing: work-around a crash in libxml2's xm...scoder2006-10-281-1/+4
* [svn r1935] special class implementation for XSLT processing instructionsscoder2006-09-221-1/+6
* [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.scoder2006-08-081-3/+6
* [svn r1599] renamed etree.h to etree_defs.h to move it out of the way: public...scoder2006-07-011-1/+1
* [svn r1536] _Element.nsmap property to return a mapping of all known prefixes...scoder2006-06-211-0/+2
* [svn r1453] fix: last fix for deepcopy introduced memory leak, deep copying i...scoder2006-06-081-1/+1
* [svn r1362] generalized tree walker to merge code also with ElementDepthFirst...scoder2006-05-311-2/+3
* [svn r1357] C macro implementation of an iterative tree walker: reduces code ...scoder2006-05-311-0/+2
* [svn r1333] restructuring in thread setup, use thread default values for conf...scoder2006-05-291-0/+6
* [svn r1301] reuse the parser dictionary also for XPath parsingscoder2006-05-261-1/+0
* [svn r1284] getpath() method on Element to return a structural XPath expressi...scoder2006-05-221-0/+1
* [svn r1276] use correct API in comment text settingscoder2006-05-221-0/+1
* [svn r1258] fix memory leak when using iconv concerters, support pretty_print...scoder2006-05-211-0/+1
* [svn r1257] implemented setting text of comments, make whitespace handling ar...scoder2006-05-201-0/+1
* [svn r1255] some cleanup in encoding setup for tostring and write, raise Look...scoder2006-05-201-1/+1
* [svn r1247] some cleanup in _getNsTag, use cstd.strchr instead of tree.Strchrscoder2006-05-191-1/+0
* [svn r1195] support XML pretty printing in output functions, major cleanup in...scoder2006-05-181-0/+1
* [svn r1150] rewrite of ElementTree.write() to write directly to file/file-lik...scoder2006-05-161-5/+14
* [svn r1136] fix: Element/SubElement failed to set attribute namespaces from p...scoder2006-05-111-0/+2
* [svn r1106] module level 'tounicode' function to return Python unicode stringscoder2006-05-081-0/+1
* [svn r1103] support parsing straight from Python unicode stringsscoder2006-05-081-0/+29
* [svn r1099] another rewrite of file-like parsing: let libxml2 pull the data b...scoder2006-05-071-1/+3
* [svn r1094] cleanup: moved strstr/strcmp/etc. from tree.pxd to cstd.pxdscoder2006-05-061-8/+1
* [svn r1058] check error message arguments in _receiveGenericError()scoder2006-05-031-0/+1
* [svn r1051] provide versions of lxml/libxml2/libxslt at module levelscoder2006-05-031-1/+8
* [svn r1046] allow accessing URL, XML version and original encoding through Do...scoder2006-05-021-0/+2
* [svn r1036] doctype property for _ElementTree, returns (public ID, system URL...scoder2006-05-011-1/+7
* [svn r1025] XSLT error reportingscoder2006-04-281-0/+1
* [svn r1012] merge of resolver-new branch: support for custom URI resolvers in...scoder2006-04-271-0/+1
* [svn r937] new include file xmlid.pxi, reverted XMLID() to old ElementTree co...scoder2006-04-191-0/+1
* [svn r935] rewrite of XMLID to follow the xml:id spec as implemented by libxm...scoder2006-04-191-1/+12
* [svn r704] implement element.getiterator() as iteratorscoder2006-03-151-0/+1
* [svn r666] removed duplication of LXML_PROXY_TYPE declaration: declare it in ...scoder2006-03-121-3/+0
* [svn r663] moved PROXY_ELEMENT and PROXY_ATTRIB into C enum in etree.hscoder2006-03-121-0/+3
* [svn r662] make _isElement() a C macro to enforce its inlining in C helper fu...scoder2006-03-121-0/+3
* [svn r653] factored out Python.h declarations into python.pxdscoder2006-03-121-20/+0
* [svn r637] clean upscoder2006-03-101-1/+2
* [svn r633] faster implementation of _getNsTag()scoder2006-03-091-0/+1
* [svn r632] forgot to commit function declaration of PyString_FromFormatscoder2006-03-091-0/+1
* [svn r625] merged in clean ups from scoder2 branchscoder2006-03-091-1/+2
* [svn r618] some more C-isation and shortcutsscoder2006-03-091-5/+6
* [svn r612] use dedicated _utf8() function for UTF-8 encoding - a little faste...scoder2006-03-081-0/+5
* [svn r484] major update from scoder2: use _Document class internally instead ...scoder2005-12-081-0/+1
* [svn r318] Lots of tests for tostring() encoding, and fix bugs.faassen2005-06-151-1/+2
* [svn r317] Allow the output of individual elements with tostring(). Encoding ...faassen2005-06-141-2/+10
* [svn r306] Cleaned out the ElementTree.write() method (and tostring() for rootfaassen2005-05-271-3/+15
* [svn r299] Fix namespace related issues with moving nodes by fixing up namesp...faassen2005-05-191-1/+2
* [svn r272] Python 2.2 compatibility changes.faassen2005-04-091-2/+1
* [svn r237] Due to a bug in xmlCopyDoc, multi-file XSLT did not work properly....faassen2005-02-021-0/+4