summaryrefslogtreecommitdiff
path: root/src/lxml/cstd.pxd
Commit message (Collapse)AuthorAgeFilesLines
* [svn r1599] renamed etree.h to etree_defs.h to move it out of the way: ↵scoder2006-07-011-1/+1
| | | | | | | | public types in Pyrex will generate an etree.h --HG-- branch : trunk rename : src/lxml/etree.h => src/lxml/etree_defs.h
* [svn r1506] rewrite of error reporting function as plain C function to make ↵scoder2006-06-101-0/+1
| | | | | | | it 'Python-free': no INCREF/DECREF outside thread contexts --HG-- branch : trunk
* [svn r1247] some cleanup in _getNsTag, use cstd.strchr instead of tree.Strchrscoder2006-05-191-0/+1
| | | | | --HG-- branch : trunk
* [svn r1099] another rewrite of file-like parsing: let libxml2 pull the data ↵scoder2006-05-071-1/+5
| | | | | | | by using IOInputStream and ReadIO => more generic --HG-- branch : trunk
* [svn r1094] cleanup: moved strstr/strcmp/etc. from tree.pxd to cstd.pxdscoder2006-05-061-0/+7
| | | | | --HG-- branch : trunk
* [svn r1091] clean up, use Python memory management instead of plain C-mallocscoder2006-05-051-5/+0
| | | | | --HG-- branch : trunk
* [svn r1025] XSLT error reportingscoder2006-04-281-0/+9
| | | | | --HG-- branch : trunk
* [svn r205] Merged lxml/branch/backpointer 8315:8390faassen2005-01-181-0/+5
This merges the backpointer revision of lxml.etree, which increases performance by quite a bit as compared to the nodereg solution. --HG-- branch : trunk