summaryrefslogtreecommitdiff
path: root/src/lxml
Commit message (Expand)AuthorAgeFilesLines
* [svn r2114] synchronise access to _elementFactory to prevent race conditions ...scoder2007-02-201-0/+22
* [svn r2111] cleanup in _prepare_function_call()scoder2007-02-191-8/+9
* [svn r2109] fix: compilation failure when compiling without threadsscoder2007-02-191-5/+0
* [svn r2106] method docstringscoder2007-02-161-0/+4
* [svn r2104] rich comparison of QName objectsscoder2007-02-152-0/+12
* [svn r2102] removed now unneeded _NodeBase class, merged into _Elementscoder2007-02-1413-369/+368
* [svn r2098] use enum types instead of intsscoder2007-02-122-3/+3
* [svn r2097] ported parser locking to pythread.h (instead of Python thread mod...scoder2007-02-105-15/+48
* [svn r2093] get()/set() methods for PI elementsscoder2007-02-102-4/+115
* [svn r2089] ElementTree.write() did not raise an exception when the file was ...scoder2006-12-073-5/+19
* [svn r2088] threading crash also appears under 2.4.1, not only 2.3scoder2006-12-041-2/+2
* [svn r2086] small fix to actually check if xi:fallback tag is misplaced befor...scoder2006-12-041-3/+5
* [svn r2085] integrated a modified ElementInclude.py: reuse the parser of the ...scoder2006-12-022-13/+220
* [svn r2084] new ElementTree.parser property to hold a reference to the parser...scoder2006-12-021-0/+9
* [svn r2083] rewrote test case to check Element identity instead of equalityscoder2006-12-011-2/+1
* [svn r2082] Some backwards compatibility work for Python 2.3.faassen2006-12-014-5/+17
* [svn r2079] accept QName objects in Element.find*()scoder2006-12-011-15/+22
* [svn r2078] Import local_doctest from the right location.faassen2006-11-301-1/+1
* [svn r2072] enable switching off threading at compile timescoder2006-11-281-0/+6
* [svn r2071] switch off threading under Python 2.3scoder2006-11-281-0/+8
* [svn r2070] provide fallback for calls to sorted() under Py2.3scoder2006-11-271-0/+9
* [svn r2069] import doctest module from common_importsscoder2006-11-275-9/+10
* [svn r2068] use custom doctest.py under Py2.3scoder2006-11-271-0/+11
* [svn r2055] small optimisationsscoder2006-11-021-2/+2
* [svn r2053] likely more tolerant way to parse libxml2 versionscoder2006-11-011-1/+2
* [svn r2051] disabled XSLT test for missing parameter for now, doesn't seem to...scoder2006-11-011-1/+2
* [svn r2044] print Python version when running testsscoder2006-10-301-1/+2
* [svn r2042] print lxml version when running testsscoder2006-10-301-0/+9
* [svn r2040] renamed test casescoder2006-10-301-1/+1
* [svn r2038] test splitscoder2006-10-301-2/+13
* [svn r2031] reverted part of I/O test case to original implementationscoder2006-10-281-2/+2
* [svn r2030] cleanupscoder2006-10-282-2/+1
* [svn r2029] reverted to only calling xmlClearParserCtxt() when ctxt was initi...scoder2006-10-281-5/+2
* [svn r2028] free resources after parsing: work-around a crash in libxml2's xm...scoder2006-10-283-3/+10
* [svn r2025] lock iterparse() parser to prevent concurrent usage and call of o...scoder2006-10-281-0/+1
* [svn r2022] always call xmlClearParserCtxt() after parsing (if libxml2 allows...scoder2006-10-283-8/+16
* [svn r2019] just silence the Windows error ...scoder2006-10-271-3/+8
* [svn r2018] another take on the windows file open problemscoder2006-10-271-9/+3
* [svn r2017] updated EXSLT test to make it pass under windowsscoder2006-10-271-3/+1
* [svn r2016] more potential fixes for windows I/O testsscoder2006-10-271-4/+14
* [svn r2015] let data elements in objectify support repr() and use it in dump()scoder2006-10-271-11/+34
* [svn r2012] hopefully fixed windows test problems with file descriptorsscoder2006-10-271-5/+10
* [svn r2010] NameError fix by Sidnei da Silvascoder2006-10-271-2/+2
* [svn r2006] revertedscoder2006-10-271-34/+11
* [svn r2005] fixes in bench_objectify.py, some more benchmarksscoder2006-10-271-11/+34
* [svn r2000] reverted last commitscoder2006-10-261-13/+9
* [svn r1999] include Pyrex sources in distroscoder2006-10-261-9/+13
* [svn r1991] moved Comment deepcopy test into test_etree.py to work around bug...scoder2006-10-252-11/+12
* [svn r1981] make repr() a C functionscoder2006-10-254-2/+7
* [svn r1977] clear resolver context after usescoder2006-10-253-16/+27