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
*
add test for using different nsmaps in el.find*()
lxml-3.0
Stefan Behnel
2013-01-22
1
-0
/
+12
*
make the user provided namespace mapping part of the caching key in ElementPa...
Stefan Behnel
2013-01-22
1
-1
/
+1
*
work around Element proxy cleanup problems in PyPy
Stefan Behnel
2012-10-14
2
-22
/
+50
*
do not use xmlMemDisplayLast() when compiling in libxml2 2.6.x as it was adde...
Stefan Behnel
2012-10-11
2
-2
/
+9
*
remove broken link
Stefan Behnel
2012-09-28
1
-2
/
+1
*
disable iterparse DTD loading test for libxml2 2.9.0
Stefan Behnel
2012-09-28
2
-1
/
+13
*
fix doctest
Stefan Behnel
2012-09-28
1
-5
/
+5
*
adapt htmldiff doctest to work with libxml2 2.9.0
Stefan Behnel
2012-09-28
1
-2
/
+2
*
fix termination handling in iterparse, bug found when switching to libxml2 2.9.0
Stefan Behnel
2012-09-28
1
-13
/
+9
*
clean up objectify.annotate() fix by moving the inner 'loop' code into a sepa...
Stefan Behnel
2012-09-27
1
-125
/
+123
*
fix reference leaks in objectify.*annotate() functions
Stefan Behnel
2012-09-26
1
-0
/
+13
*
doc comment
Stefan Behnel
2012-09-25
1
-2
/
+2
*
added method to memory debugger that returns the size of the global libxml2 d...
Stefan Behnel
2012-09-25
1
-0
/
+11
*
minor code simplification
Stefan Behnel
2012-09-25
1
-1
/
+1
*
PyPy test fix
Stefan Behnel
2012-09-25
1
-2
/
+2
*
initial Python API for libxml2 memory debugging features
Stefan Behnel
2012-09-19
3
-3
/
+88
*
Merge pull request #68 from RaphaelKimmig/master
scoder
2012-09-19
1
-1
/
+1
|
\
|
*
fix etree.tostring docstring to match signature
Raphael Kimmig
2012-08-25
1
-1
/
+1
*
|
improve error handling in serialisation code, minor cleanups
Stefan Behnel
2012-08-31
1
-33
/
+38
*
|
minor code simplification
Stefan Behnel
2012-08-31
1
-3
/
+3
*
|
adapt to upcoming buffer changes in libxml2 2.9
Stefan Behnel
2012-08-23
3
-22
/
+40
*
|
avoid namespace pollution
Stefan Behnel
2012-08-23
1
-2
/
+1
|
/
*
when type conversion fails in __richcmp__() methods, return NotImplemented
Stefan Behnel
2012-08-14
1
-8
/
+14
*
regression test that normally will segfault in the absence of the +1 memory a...
Roger Hu
2012-08-14
1
-0
/
+9
*
fix test after merge
Stefan Behnel
2012-08-13
1
-1
/
+1
*
merged tag wildcard match enhancements by Simon Sapin
Stefan Behnel
2012-08-12
4
-42
/
+78
|
\
|
*
Add support for tag="{*}name" in _Element.iter() and friends.
Simon Sapin
2012-08-11
4
-42
/
+78
*
|
additional test case for getiterator('*')
Stefan Behnel
2012-08-12
1
-0
/
+3
*
|
fix error handling in new C14N inclusive prefix parameter processing
Stefan Behnel
2012-08-12
2
-30
/
+27
*
|
merged support for selecting inclusive prefixes for C14N serialisation
Stefan Behnel
2012-08-12
3
-17
/
+89
|
\
\
|
|
/
|
/
|
|
*
fix bug with last pointer
Roger Hu
2012-06-22
1
-1
/
+2
|
*
use PyMem_Malloc and PyMem_Free
Roger Hu
2012-06-22
1
-3
/
+5
|
*
add try..finally and move code inside try blocks
Roger Hu
2012-06-22
1
-8
/
+14
|
*
enable support for InclusiveNamespaces PrefixList in exclusive C14N spec -- s...
Roger Hu
2012-06-22
3
-14
/
+79
*
|
fix another load of C compiler warnings about xmlChar* unsignedness etc.
Stefan Behnel
2012-08-11
12
-58
/
+56
*
|
fix C compiler warning about differing signedness
Stefan Behnel
2012-08-11
1
-1
/
+1
*
|
deleted dead code
Stefan Behnel
2012-08-11
5
-86
/
+0
*
|
remove some unused #defines for PyString_*() functions from etree_defs.h
Stefan Behnel
2012-08-11
1
-6
/
+1
*
|
reduce initial import overhead by configuring absolute imports
Stefan Behnel
2012-08-11
2
-0
/
+4
*
|
fix parsing when long Unicode strings are passed into the feed() method: part...
Stefan Behnel
2012-08-09
1
-10
/
+3
*
|
fix for new libxml2 API
Stefan Behnel
2012-08-06
2
-3
/
+3
*
|
raise ElementPath syntax error on empty path expression
Stefan Behnel
2012-08-01
2
-1
/
+11
*
|
fix C compiler warning regarding PySliceObject vs. PyObject
Stefan Behnel
2012-07-31
1
-0
/
+3
*
|
removed obsolete cimport
Stefan Behnel
2012-07-31
3
-3
/
+1
*
|
fix some more C compiler warnings in lxml.objectify
Stefan Behnel
2012-07-31
2
-7
/
+4
*
|
merged 2.3 release branch back into master
Stefan Behnel
2012-07-31
1
-1
/
+1
|
\
\
|
*
|
fix test
lxml-2.3.5
Stefan Behnel
2012-07-31
1
-1
/
+1
|
*
|
docstring fixes in QName class
Stefan Behnel
2012-06-17
1
-3
/
+6
|
*
|
fix crash in tail text handling utility functions
Stefan Behnel
2012-07-31
2
-5
/
+15
*
|
|
fix crash in tail text handling utility functions
Stefan Behnel
2012-07-31
2
-5
/
+15
[next]