index
:
delta/python-lxml.git
LP1595781_adopt_external_doc
baserock/morph
lxml-2.3
lxml-2.3.2
lxml-3.0
lxml-3.1
lxml-3.2
lxml-3.3
lxml-3.4
lxml-3.6
lxml-3.7
lxml-4.2
lxml-4.3
lxml-4.4
lxml-4.6
macos_unicode_tests
master
patch-1
pypy
pypy4
walter
xml_int_float_parsing
github.com: lxml/lxml.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lxml
Commit message (
Expand
)
Author
Age
Files
Lines
*
[svn r2114] synchronise access to _elementFactory to prevent race conditions ...
scoder
2007-02-20
1
-0
/
+22
*
[svn r2111] cleanup in _prepare_function_call()
scoder
2007-02-19
1
-8
/
+9
*
[svn r2109] fix: compilation failure when compiling without threads
scoder
2007-02-19
1
-5
/
+0
*
[svn r2106] method docstring
scoder
2007-02-16
1
-0
/
+4
*
[svn r2104] rich comparison of QName objects
scoder
2007-02-15
2
-0
/
+12
*
[svn r2102] removed now unneeded _NodeBase class, merged into _Element
scoder
2007-02-14
13
-369
/
+368
*
[svn r2098] use enum types instead of ints
scoder
2007-02-12
2
-3
/
+3
*
[svn r2097] ported parser locking to pythread.h (instead of Python thread mod...
scoder
2007-02-10
5
-15
/
+48
*
[svn r2093] get()/set() methods for PI elements
scoder
2007-02-10
2
-4
/
+115
*
[svn r2089] ElementTree.write() did not raise an exception when the file was ...
scoder
2006-12-07
3
-5
/
+19
*
[svn r2088] threading crash also appears under 2.4.1, not only 2.3
scoder
2006-12-04
1
-2
/
+2
*
[svn r2086] small fix to actually check if xi:fallback tag is misplaced befor...
scoder
2006-12-04
1
-3
/
+5
*
[svn r2085] integrated a modified ElementInclude.py: reuse the parser of the ...
scoder
2006-12-02
2
-13
/
+220
*
[svn r2084] new ElementTree.parser property to hold a reference to the parser...
scoder
2006-12-02
1
-0
/
+9
*
[svn r2083] rewrote test case to check Element identity instead of equality
scoder
2006-12-01
1
-2
/
+1
*
[svn r2082] Some backwards compatibility work for Python 2.3.
faassen
2006-12-01
4
-5
/
+17
*
[svn r2079] accept QName objects in Element.find*()
scoder
2006-12-01
1
-15
/
+22
*
[svn r2078] Import local_doctest from the right location.
faassen
2006-11-30
1
-1
/
+1
*
[svn r2072] enable switching off threading at compile time
scoder
2006-11-28
1
-0
/
+6
*
[svn r2071] switch off threading under Python 2.3
scoder
2006-11-28
1
-0
/
+8
*
[svn r2070] provide fallback for calls to sorted() under Py2.3
scoder
2006-11-27
1
-0
/
+9
*
[svn r2069] import doctest module from common_imports
scoder
2006-11-27
5
-9
/
+10
*
[svn r2068] use custom doctest.py under Py2.3
scoder
2006-11-27
1
-0
/
+11
*
[svn r2055] small optimisations
scoder
2006-11-02
1
-2
/
+2
*
[svn r2053] likely more tolerant way to parse libxml2 version
scoder
2006-11-01
1
-1
/
+2
*
[svn r2051] disabled XSLT test for missing parameter for now, doesn't seem to...
scoder
2006-11-01
1
-1
/
+2
*
[svn r2044] print Python version when running tests
scoder
2006-10-30
1
-1
/
+2
*
[svn r2042] print lxml version when running tests
scoder
2006-10-30
1
-0
/
+9
*
[svn r2040] renamed test case
scoder
2006-10-30
1
-1
/
+1
*
[svn r2038] test split
scoder
2006-10-30
1
-2
/
+13
*
[svn r2031] reverted part of I/O test case to original implementation
scoder
2006-10-28
1
-2
/
+2
*
[svn r2030] cleanup
scoder
2006-10-28
2
-2
/
+1
*
[svn r2029] reverted to only calling xmlClearParserCtxt() when ctxt was initi...
scoder
2006-10-28
1
-5
/
+2
*
[svn r2028] free resources after parsing: work-around a crash in libxml2's xm...
scoder
2006-10-28
3
-3
/
+10
*
[svn r2025] lock iterparse() parser to prevent concurrent usage and call of o...
scoder
2006-10-28
1
-0
/
+1
*
[svn r2022] always call xmlClearParserCtxt() after parsing (if libxml2 allows...
scoder
2006-10-28
3
-8
/
+16
*
[svn r2019] just silence the Windows error ...
scoder
2006-10-27
1
-3
/
+8
*
[svn r2018] another take on the windows file open problem
scoder
2006-10-27
1
-9
/
+3
*
[svn r2017] updated EXSLT test to make it pass under windows
scoder
2006-10-27
1
-3
/
+1
*
[svn r2016] more potential fixes for windows I/O tests
scoder
2006-10-27
1
-4
/
+14
*
[svn r2015] let data elements in objectify support repr() and use it in dump()
scoder
2006-10-27
1
-11
/
+34
*
[svn r2012] hopefully fixed windows test problems with file descriptors
scoder
2006-10-27
1
-5
/
+10
*
[svn r2010] NameError fix by Sidnei da Silva
scoder
2006-10-27
1
-2
/
+2
*
[svn r2006] reverted
scoder
2006-10-27
1
-34
/
+11
*
[svn r2005] fixes in bench_objectify.py, some more benchmarks
scoder
2006-10-27
1
-11
/
+34
*
[svn r2000] reverted last commit
scoder
2006-10-26
1
-13
/
+9
*
[svn r1999] include Pyrex sources in distro
scoder
2006-10-26
1
-9
/
+13
*
[svn r1991] moved Comment deepcopy test into test_etree.py to work around bug...
scoder
2006-10-25
2
-11
/
+12
*
[svn r1981] make repr() a C function
scoder
2006-10-25
4
-2
/
+7
*
[svn r1977] clear resolver context after use
scoder
2006-10-25
3
-16
/
+27
[next]