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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo in docstring
Nicolas Delaby
2013-04-11
1
-1
/
+1
*
optimise tree iteration a little more
Stefan Behnel
2013-04-06
1
-1
/
+3
*
work-around to reduce tree iteration overhead a bit
Stefan Behnel
2013-04-06
1
-2
/
+4
*
clean up some code in the serialiser
Stefan Behnel
2013-04-01
1
-25
/
+28
*
minor code cleanup
Stefan Behnel
2013-04-01
1
-4
/
+4
*
Merge pull request #107 from zzzeek/master
scoder
2013-03-31
2
-4
/
+34
|
\
|
*
- pass through non-NS aware attribute names as is; a ":" should just go to
Mike Bayer
2013-03-30
2
-20
/
+6
|
*
- repair issue in sax.ElementTreeContentHandler
Mike Bayer
2013-03-29
2
-4
/
+48
*
|
minor code cleanup
Stefan Behnel
2013-03-29
1
-7
/
+3
*
|
fix regex and add test for it
Stefan Behnel
2013-03-29
2
-2
/
+23
*
|
fix XSLT serialisation error for Unicode string output
Stefan Behnel
2013-03-29
1
-1
/
+1
|
/
*
xmlBufLength() is not exported by libxml2, use xmlBufUse() instead
Stefan Behnel
2013-03-29
3
-4
/
+4
*
docstring fix
Stefan Behnel
2013-03-29
1
-1
/
+1
*
fix Py3 glitch in lxml.html
Stefan Behnel
2013-03-26
1
-1
/
+1
*
remove _BaseParser from lxml.etree module dict and clean up some code
Stefan Behnel
2013-03-23
1
-3
/
+2
*
fix illegal memory access during cleanup in _IncrementalFileWriter
Stefan Behnel
2013-03-23
1
-7
/
+10
*
guard xmlfile() context manager against double __exit__() calls
Stefan Behnel
2013-03-23
1
-1
/
+2
*
add some tests for proxy reuse
Stefan Behnel
2013-03-17
1
-1
/
+49
*
safety fix
Stefan Behnel
2013-02-24
1
-2
/
+2
*
remove some useless explicit usages of C-API calls from the code base
Stefan Behnel
2013-02-17
11
-79
/
+62
*
clean up string parsing code a bit and improve unicode XML declaration error
Stefan Behnel
2013-02-17
1
-9
/
+10
*
disable doctest in Py2.5 that requires the 'with' statement
Stefan Behnel
2013-02-10
1
-1
/
+1
*
add documentation for xmlfile() API
Stefan Behnel
2013-02-10
1
-2
/
+4
*
fix error message
Stefan Behnel
2013-01-29
1
-1
/
+1
*
add safety checks to public C-API
Stefan Behnel
2013-01-26
1
-1
/
+7
*
add copy.copy() support to _Attrib proxy, add safety checks to _Attrib methods
Stefan Behnel
2013-01-26
2
-14
/
+70
*
reject negative path indices in ElementPath (illegal in XPath and previously ...
Stefan Behnel
2013-01-24
1
-5
/
+9
*
reject invalid 0-index in ElementPath predicates
Stefan Behnel
2013-01-24
1
-0
/
+3
*
Fix undefined C symbol in Python runtimes compiled without threading support
Stefan Behnel
2013-01-24
1
-1
/
+1
*
merge lxml-3.0 branch into master
Stefan Behnel
2013-01-24
1
-0
/
+12
|
\
|
*
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
*
|
make user exception handling in target parser safer and more correct
Stefan Behnel
2013-01-24
2
-8
/
+132
*
|
add test for using different nsmaps in el.find*()
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
*
|
Merge pull request #89 from brightinteractive/specify_safe_attrs
scoder
2013-01-10
2
-2
/
+34
|
\
\
|
*
|
allow the set of attributes considered safe by Cleaner to be overridden
Francis Devereux
2012-12-05
2
-2
/
+34
*
|
|
add compile time option for Py2 that makes the API always return Unicode stri...
Stefan Behnel
2012-12-21
3
-3
/
+13
*
|
|
prevent namespaced tags from being matched by the child lookup in lxml.object...
Stefan Behnel
2012-12-18
2
-1
/
+14
*
|
|
simplify PyPy/Py3 specific behaviour in tests
Stefan Behnel
2012-11-30
1
-0
/
+5
*
|
|
PyPy build fix
Stefan Behnel
2012-11-30
1
-2
/
+6
*
|
|
minor simplification
Stefan Behnel
2012-11-30
1
-1
/
+1
|
/
/
*
|
fix dump() debug helper function in Python 3
Stefan Behnel
2012-11-30
2
-21
/
+6
*
|
fix signature of PySlice_GetIndicesEx() in recent Python versions (3.2+)
Stefan Behnel
2012-11-30
2
-6
/
+11
*
|
silence deprecation warning in ElementTree compatibility tests
Stefan Behnel
2012-11-30
1
-0
/
+9
*
|
disable BS integration doctests in Py3
Stefan Behnel
2012-11-30
1
-3
/
+3
*
|
fix EXSLT XPath test for libxslt 1.1.27+
Stefan Behnel
2012-11-30
1
-4
/
+5
*
|
replace usages of cgi.escape() by html.escape() in Py3 to fix deprecation war...
Stefan Behnel
2012-11-29
1
-5
/
+8
*
|
replace usages of assertNotEquals() by assertNotEqual() to fix Py3 deprecatio...
Stefan Behnel
2012-11-29
4
-22
/
+22
*
|
replace test usages of assert_() by assertTrue() to fix Py3 deprecation warning
Stefan Behnel
2012-11-29
16
-284
/
+284
[next]