summaryrefslogtreecommitdiff
path: root/src/lxml/python.pxd
Commit message (Expand)AuthorAgeFilesLines
...
* [svn r3604] r4093@delle: sbehnel | 2008-04-25 23:30:13 +0200scoder2008-04-251-0/+1
* [svn r3519] r3934@delle: sbehnel | 2008-04-11 19:15:10 +0200scoder2008-04-111-1/+1
* [svn r3518] r3933@delle: sbehnel | 2008-04-11 15:17:54 +0200scoder2008-04-111-1/+1
* [svn r3450] r3817@delle: sbehnel | 2008-03-20 08:32:48 +0100scoder2008-03-211-2/+4
* [svn r3203] r3317@delle: sbehnel | 2008-01-25 10:35:30 +0100scoder2008-01-251-0/+1
* [svn r3181] r3275@delle: sbehnel | 2008-01-21 11:29:56 +0100scoder2008-01-211-1/+1
* [svn r3161] r3237@delle: sbehnel | 2008-01-11 11:54:56 +0100scoder2008-01-111-3/+0
* [svn r3155] r3222@delle: sbehnel | 2008-01-10 00:09:11 +0100scoder2008-01-111-0/+3
* [svn r3153] r3220@delle: sbehnel | 2008-01-10 00:00:38 +0100scoder2008-01-111-7/+0
* [svn r3150] r3211@delle: sbehnel | 2008-01-08 21:02:16 +0100scoder2008-01-091-0/+3
* [svn r3072] use 'with gil/nogil' where appropriate instead of acuiring/releas...scoder2007-12-021-7/+1
* [svn r3051] Python function declaredscoder2007-11-171-0/+1
* [svn r2998] replaced __getslice__() etc. by __*item__() equivalents and a cus...scoder2007-10-251-1/+10
* [svn r2962] forgotten PyAPI declarationsscoder2007-10-151-8/+11
* [svn r2766] some cleanupscoder2007-08-241-1/+1
* [svn r2761] avoid incref/decref around decrefingscoder2007-08-241-0/+1
* [svn r2754] objectify updates by Holger, support passing ObjectifiedElement o...scoder2007-08-201-0/+1
* [svn r2558] small optimisation in _Element.nsmapscoder2007-07-011-0/+1
* [svn r2554] new way to prevent deallocation crashes: count references from _E...scoder2007-06-291-0/+1
* [svn r2255] fast path for instantiation of _Element class (20% faster)scoder2007-05-061-0/+1
* [svn r2200] added a Python API functionscoder2007-03-161-1/+2
* [svn r2097] ported parser locking to pythread.h (instead of Python thread mod...scoder2007-02-101-0/+12
* [svn r2089] ElementTree.write() did not raise an exception when the file was ...scoder2006-12-071-1/+4
* [svn r1981] make repr() a C functionscoder2006-10-251-0/+1
* [svn r1886] fix handling of 8-bit encoded filenamesscoder2006-09-091-0/+2
* [svn r1863] removed accidental Python 2.4-ismscoder2006-08-101-1/+0
* [svn r1844] merged CAPI branch: C-API, objectify, classlookup, etc.scoder2006-08-081-3/+15
* [svn r1740] fix for EXSLT regexp:match function: handle groups of non-global ...scoder2006-07-311-0/+1
* [svn r1599] renamed etree.h to etree_defs.h to move it out of the way: public...scoder2006-07-011-1/+1
* [svn r1571] merge of iterparse branch: iterparse and iterwalk functionsscoder2006-06-231-1/+3
* [svn r1565] handle exceptions in Python API list functionsscoder2006-06-231-7/+7
* [svn r1508] make XSLT and extension functions work with threadsscoder2006-06-101-0/+1
* [svn r1501] merge of threading branch, including a few more bug fixes regardi...scoder2006-06-101-1/+12
* [svn r1491] replace call to xmlReconciliateNs by new function _fixNamespaces ...scoder2006-06-091-0/+2
* [svn r1451] reverted last patch, can crashscoder2006-06-081-1/+0
* [svn r1450] create Python list of correct size if we know itscoder2006-06-081-0/+1
* [svn r1409] reverted to start new branch instead (too experimental)scoder2006-06-041-10/+0
* [svn r1408] initial threading support in the parserscoder2006-06-041-0/+10
* [svn r1390] update-error-constants.py: strip prefixes and indentation before ...scoder2006-06-031-0/+1
* [svn r1387] helper macro _isString() to check object for (str or unicode) typescoder2006-06-031-0/+1
* [svn r1326] made error name lookup more robust, updating constants from xmler...scoder2006-05-291-0/+2
* [svn r1195] support XML pretty printing in output functions, major cleanup in...scoder2006-05-181-1/+1
* [svn r1141] rewrite of ElementDepthFirstIterator to support tag selection: co...scoder2006-05-121-0/+2
* [svn r1112] fix str() decoding bug in _XSLTResultTree.__str__ for non-UTF8 en...scoder2006-05-101-0/+2
* [svn r1103] support parsing straight from Python unicode stringsscoder2006-05-081-0/+3
* [svn r1099] another rewrite of file-like parsing: let libxml2 pull the data b...scoder2006-05-071-0/+1
* [svn r1093] support Py_ssize_t in Python 2.5 (compiling under Py2.5/64bit nee...scoder2006-05-061-4/+6
* [svn r1091] clean up, use Python memory management instead of plain C-mallocscoder2006-05-051-0/+4
* [svn r1090] fix and describe (doctests) API for evaluator-local extension fun...scoder2006-05-051-0/+1
* [svn r1047] C-ification in _unwrapXPathObject(bool)scoder2006-05-021-0/+1