summaryrefslogtreecommitdiff
path: root/src/lxml
Commit message (Expand)AuthorAgeFilesLines
* add test for using different nsmaps in el.find*()lxml-3.0Stefan Behnel2013-01-221-0/+12
* make the user provided namespace mapping part of the caching key in ElementPa...Stefan Behnel2013-01-221-1/+1
* work around Element proxy cleanup problems in PyPyStefan Behnel2012-10-142-22/+50
* do not use xmlMemDisplayLast() when compiling in libxml2 2.6.x as it was adde...Stefan Behnel2012-10-112-2/+9
* remove broken linkStefan Behnel2012-09-281-2/+1
* disable iterparse DTD loading test for libxml2 2.9.0Stefan Behnel2012-09-282-1/+13
* fix doctestStefan Behnel2012-09-281-5/+5
* adapt htmldiff doctest to work with libxml2 2.9.0Stefan Behnel2012-09-281-2/+2
* fix termination handling in iterparse, bug found when switching to libxml2 2.9.0Stefan Behnel2012-09-281-13/+9
* clean up objectify.annotate() fix by moving the inner 'loop' code into a sepa...Stefan Behnel2012-09-271-125/+123
* fix reference leaks in objectify.*annotate() functionsStefan Behnel2012-09-261-0/+13
* doc commentStefan Behnel2012-09-251-2/+2
* added method to memory debugger that returns the size of the global libxml2 d...Stefan Behnel2012-09-251-0/+11
* minor code simplificationStefan Behnel2012-09-251-1/+1
* PyPy test fixStefan Behnel2012-09-251-2/+2
* initial Python API for libxml2 memory debugging featuresStefan Behnel2012-09-193-3/+88
* Merge pull request #68 from RaphaelKimmig/masterscoder2012-09-191-1/+1
|\
| * fix etree.tostring docstring to match signatureRaphael Kimmig2012-08-251-1/+1
* | improve error handling in serialisation code, minor cleanupsStefan Behnel2012-08-311-33/+38
* | minor code simplificationStefan Behnel2012-08-311-3/+3
* | adapt to upcoming buffer changes in libxml2 2.9Stefan Behnel2012-08-233-22/+40
* | avoid namespace pollutionStefan Behnel2012-08-231-2/+1
|/
* when type conversion fails in __richcmp__() methods, return NotImplementedStefan Behnel2012-08-141-8/+14
* regression test that normally will segfault in the absence of the +1 memory a...Roger Hu2012-08-141-0/+9
* fix test after mergeStefan Behnel2012-08-131-1/+1
* merged tag wildcard match enhancements by Simon SapinStefan Behnel2012-08-124-42/+78
|\
| * Add support for tag="{*}name" in _Element.iter() and friends.Simon Sapin2012-08-114-42/+78
* | additional test case for getiterator('*')Stefan Behnel2012-08-121-0/+3
* | fix error handling in new C14N inclusive prefix parameter processingStefan Behnel2012-08-122-30/+27
* | merged support for selecting inclusive prefixes for C14N serialisationStefan Behnel2012-08-123-17/+89
|\ \ | |/ |/|
| * fix bug with last pointerRoger Hu2012-06-221-1/+2
| * use PyMem_Malloc and PyMem_FreeRoger Hu2012-06-221-3/+5
| * add try..finally and move code inside try blocksRoger Hu2012-06-221-8/+14
| * enable support for InclusiveNamespaces PrefixList in exclusive C14N spec -- s...Roger Hu2012-06-223-14/+79
* | fix another load of C compiler warnings about xmlChar* unsignedness etc.Stefan Behnel2012-08-1112-58/+56
* | fix C compiler warning about differing signednessStefan Behnel2012-08-111-1/+1
* | deleted dead codeStefan Behnel2012-08-115-86/+0
* | remove some unused #defines for PyString_*() functions from etree_defs.hStefan Behnel2012-08-111-6/+1
* | reduce initial import overhead by configuring absolute importsStefan Behnel2012-08-112-0/+4
* | fix parsing when long Unicode strings are passed into the feed() method: part...Stefan Behnel2012-08-091-10/+3
* | fix for new libxml2 APIStefan Behnel2012-08-062-3/+3
* | raise ElementPath syntax error on empty path expressionStefan Behnel2012-08-012-1/+11
* | fix C compiler warning regarding PySliceObject vs. PyObjectStefan Behnel2012-07-311-0/+3
* | removed obsolete cimportStefan Behnel2012-07-313-3/+1
* | fix some more C compiler warnings in lxml.objectifyStefan Behnel2012-07-312-7/+4
* | merged 2.3 release branch back into masterStefan Behnel2012-07-311-1/+1
|\ \
| * | fix testlxml-2.3.5Stefan Behnel2012-07-311-1/+1
| * | docstring fixes in QName classStefan Behnel2012-06-171-3/+6
| * | fix crash in tail text handling utility functionsStefan Behnel2012-07-312-5/+15
* | | fix crash in tail text handling utility functionsStefan Behnel2012-07-312-5/+15