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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Remove ununsed imports
Hugo
2018-08-26
3
-4
/
+2
|
*
|
Keep on same line
Hugo
2018-08-26
1
-4
/
+2
|
*
|
Start a new line for the items
Hugo
2018-08-26
1
-3
/
+3
|
*
|
Use set comprehension
Hugo
2018-08-26
1
-1
/
+1
|
*
|
Add newlines for dict's keys
Hugo
2018-08-26
1
-4
/
+8
|
*
|
Use tempfile.NamedTemporaryFile directly
Hugo
2018-08-26
1
-5
/
+3
|
*
|
Min version of LIBXML_VERSION is now 2.7
Hugo
2018-08-26
1
-36
/
+35
|
*
|
Remove redundant parentheses
Hugo
2018-08-25
4
-5
/
+5
|
*
|
Replace function call with set literal
Hugo
2018-08-25
2
-7
/
+5
|
*
|
Replace dictionary creation with dictionary literal
Hugo
2018-08-25
1
-24
/
+9
|
*
|
Compare None using 'is'/'is not' instead of equality operators
Hugo
2018-08-25
2
-4
/
+4
|
*
|
Remove redundant code for Python <= 2.6
Hugo
2018-08-25
7
-23
/
+7
|
|
/
|
*
Make test more resilient against changes in latest libxslt releases.
Stefan Behnel
2018-08-04
1
-3
/
+4
|
*
Add a test for the fix in github ticket #268.
Stefan Behnel
2018-08-03
1
-0
/
+32
*
|
Let ElementTreeProducer use the available namespaces
Lennart Regebro
2018-10-17
1
-0
/
+60
|
/
*
LP#1755825: iterparse() failed to include the initial start event if the star...
Stefan Behnel
2018-03-16
1
-0
/
+34
*
LP#1551797: Send XSLT errors to a thread-local stack of error logs and push/p...
Stefan Behnel
2018-03-10
2
-2
/
+107
*
LP#1743655: Fix up behaviour when None is passed into QName(): reject (None, ...
Stefan Behnel
2018-01-20
1
-0
/
+12
*
Add a test case for LP#1737825.
Stefan Behnel
2018-01-06
1
-0
/
+17
*
LP#1737825: Fix a crash during garbage collection when an iterparse run with ...
Stefan Behnel
2018-01-06
1
-0
/
+11
*
LP#1722776: Fix fallback of PythonElementClassLookup for comments etc.
Stefan Behnel
2017-10-13
1
-0
/
+9
*
Extend ElementPath predicate tests.
Stefan Behnel
2017-10-01
1
-0
/
+6
*
Make sure text selects find all entries (remove left-over "break").
Stefan Behnel
2017-09-30
1
-2
/
+10
*
Copy ElementPath tests from selftest.py into test_elementpath.py to extend th...
Stefan Behnel
2017-09-30
1
-3
/
+158
*
Try to improve the test setup by joining the webserver daemon thread after us...
Stefan Behnel
2017-08-19
1
-0
/
+1
*
Implement async interface for xmlfile().
Stefan Behnel
2017-08-19
1
-8
/
+101
*
Add test for the generator example used in the xmlfile docs.
Stefan Behnel
2017-08-19
1
-0
/
+17
*
Rewrite the xmlfile "stop on error" handling as we should only stop writing o...
Stefan Behnel
2017-08-19
1
-0
/
+17
*
Reduce code duplication in test.
Stefan Behnel
2017-08-18
1
-103
/
+37
*
Reduce code duplication in test.
Stefan Behnel
2017-08-18
1
-4
/
+4
*
Py2.6 fix
Stefan Behnel
2017-08-17
1
-1
/
+1
*
Rename ".write_result()" method of XSLT result objects to ".write_output()" t...
Stefan Behnel
2017-08-17
1
-6
/
+19
*
Add a ``.write_result()`` method to XSLT result objects to simplify writing t...
Stefan Behnel
2017-08-17
1
-1
/
+63
*
Add a new method "skip_subtree()" to ignore the current subtree in iterwalk().
Stefan Behnel
2017-08-16
1
-0
/
+65
*
LP#1526522: Also capture libxml2 errors in RelaxNG processing that come only ...
Stefan Behnel
2017-08-13
1
-0
/
+44
*
LP#1415643: Prevent writing to target after it raised an exception. This prev...
Stefan Behnel
2017-08-13
1
-0
/
+28
*
LP#1465357: allow None as argument to xmlfile.write() for convenience.
Stefan Behnel
2017-08-13
1
-0
/
+9
*
remove dead code
Stefan Behnel
2017-08-13
1
-1
/
+0
*
LP#1703810: Implement explicit support for UTF-32 encodings in fromstring() a...
Stefan Behnel
2017-08-12
1
-0
/
+8
*
LP#1703810: Implement explicit support for UTF-32 encodings in fromstring() a...
Stefan Behnel
2017-08-12
1
-0
/
+27
*
repair test after changing ElementPath behaviour on None prefix mappings
Stefan Behnel
2017-05-26
1
-1
/
+1
*
support a default prefix mapping in ElementPath searches by allowing to injec...
Stefan Behnel
2017-05-26
1
-0
/
+27
*
Make error_log_path test more stringent.
Bob Kline
2017-04-24
1
-1
/
+10
*
Handle possibility that libxml2 didn't give us a path
Bob Kline
2017-04-24
1
-1
/
+1
*
capture location of node with error if available
Bob Kline
2017-04-23
1
-0
/
+18
*
fix in-code hex entity encoder
matejcik
2017-04-11
1
-1
/
+1
*
Merge pull request #231 from scop/py36esc
scoder
2017-03-27
3
-4
/
+4
|
\
|
*
Python 3.6 invalid escape sequence deprecation fixes
Ville Skyttä
2017-03-19
3
-4
/
+4
*
|
merge lxml-3.7 branch into master
Stefan Behnel
2017-03-26
1
-2
/
+10
|
\
\
|
|
/
|
/
|
|
*
repair test after reverting XSLT error log change
lxml-3.7
Stefan Behnel
2017-03-26
1
-2
/
+10
[prev]
[next]