summaryrefslogtreecommitdiff
path: root/src/lxml/python.pxd
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [svn r1021] small C-ificationscoder2006-04-281-0/+1
* [svn r941] removed IDDict dependency on UserDict, extended test casesscoder2006-04-201-0/+1
* [svn r937] new include file xmlid.pxi, reverted XMLID() to old ElementTree co...scoder2006-04-191-1/+2
* [svn r936] make iter() a C macroscoder2006-04-191-0/+1
* [svn r912] clean up in python.pxdscoder2006-04-131-1/+1
* [svn r911] make issubclass a macroscoder2006-04-131-0/+1
* [svn r907] cleaned up declarations in python.pxd and etree.h, added str() macroscoder2006-04-131-3/+1
* [svn r819] make string -> char* conversion explicit (C macro '_cstr') , repla...scoder2006-03-231-0/+1
* [svn r814] clean up, make _getNsTag and _getFilenameForFile internal C functi...scoder2006-03-231-1/+0
* [svn r810] more fast paths through _createElement, makes Element() another 20...scoder2006-03-231-0/+1
* [svn r763] merged in changes from error-reporting branchscoder2006-03-201-0/+1
* [svn r759] big merge from scoder2 branch: extension functions for XPath/XSLT,...scoder2006-03-201-0/+2
* [svn r747] uhm, well, use callable() as macroscoder2006-03-171-0/+1
* [svn r746] make callable() a macroscoder2006-03-171-0/+1
* [svn r733] make error_log a property in LxmlException, RelaxNG, XMLSchema and...scoder2006-03-161-0/+1
* [svn r710] added XMLID module function - simplistic, straight forward impleme...scoder2006-03-151-0/+1
* [svn r708] clean up, moved _hasTag function back into ElementTagFilter, facto...scoder2006-03-151-0/+1
* [svn r688] clean upscoder2006-03-131-2/+2
* [svn r658] use Python API type checks instead of calls to isinstance() for st...scoder2006-03-121-0/+4
* [svn r654] replace isinstance() and hasattr() by Python API calls (redefined ...scoder2006-03-121-0/+6