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