summaryrefslogtreecommitdiff
path: root/src/lxml/proxy.pxi
Commit message (Expand)AuthorAgeFilesLines
* [svn r2836] work around libxml2's failure to serialise namespace declarationsscoder2007-09-121-20/+19
* [svn r2766] some cleanupscoder2007-08-241-5/+5
* [svn r2765] another deallocation bug: order matters ...scoder2007-08-241-3/+8
* [svn r2761] avoid incref/decref around decrefingscoder2007-08-241-1/+1
* [svn r2591] fix for None deallocation bugscoder2007-07-031-1/+4
* [svn r2562] cleanupscoder2007-07-011-13/+0
* [svn r2554] new way to prevent deallocation crashes: count references from _E...scoder2007-06-291-13/+22
* [svn r2507] make removed nodes ns-self-containedscoder2007-06-221-8/+10
* [svn r2435] reverted wrong change from rev 43693scoder2007-06-121-0/+1
* [svn r2337] copy and paste bug? (not sure)scoder2007-05-261-1/+0
* [svn r2155] keep track of removed redundant namespace declarations and free t...scoder2007-02-251-1/+19
* [svn r2153] merged replacement for _xmlReconsiliateNs() from 'nscleanup' bran...scoder2007-02-241-13/+16
* [svn r2151] merged replacement for _xmlReconsiliateNs() from 'nscleanup' branchscoder2007-02-241-22/+156
* [svn r2102] removed now unneeded _NodeBase class, merged into _Elementscoder2007-02-141-7/+7
* [svn r1955] memory leak when garbage collecting tailed root elementsscoder2006-10-131-0/+1
* [svn r1499] removed _fixNamespaces function, useless after reverting to origi...scoder2006-06-091-1/+0
* [svn r1497] removed XML_PARSE_COMPACT option, not considered safe when modify...scoder2006-06-091-2/+2
* [svn r1491] replace call to xmlReconciliateNs by new function _fixNamespaces ...scoder2006-06-091-1/+2
* [svn r1475] fixes for last checkin: move deallocation into external functionscoder2006-06-081-0/+13
* [svn r1362] generalized tree walker to merge code also with ElementDepthFirst...scoder2006-05-311-6/+8
* [svn r1357] C macro implementation of an iterative tree walker: reduces code ...scoder2006-05-311-18/+10
* [svn r1356] made _Attrib a plain Python object on top of an _Element, allowed...scoder2006-05-311-80/+46
* [svn r1341] small performance improvement in deallocation code: faster handli...scoder2006-05-301-5/+7
* [svn r1296] fixes in_fakeRootDoc(): store original root node in document rath...scoder2006-05-261-4/+5
* [svn r1295] moved _fakeRootDoc and _destroyFakeDoc to proxy.pxi: is related a...scoder2006-05-261-0/+52
* [svn r1091] clean up, use Python memory management instead of plain C-mallocscoder2006-05-051-3/+3
* [svn r869] bug fix: in XSLT output we may end up with HTML trees -> check for...scoder2006-03-291-1/+2
* [svn r663] moved PROXY_ELEMENT and PROXY_ATTRIB into C enum in etree.hscoder2006-03-121-1/+1
* [svn r653] factored out Python.h declarations into python.pxdscoder2006-03-121-4/+4
* [svn r651] clean up, prepend new proxies to _private list instead of appendin...scoder2006-03-121-20/+8
* [svn r453] re-applied split-up of etree.pyx into separate include filesscoder2005-11-141-1881/+6
* [svn r452] svn copied etree.pyx to new module files to preserve svn historyscoder2005-11-141-0/+2046
* [svn r451] reverted last revisionscoder2005-11-141-171/+0
* [svn r449] here goes the big split-up of etree.pyxscoder2005-11-141-0/+171