summaryrefslogtreecommitdiff
path: root/src/lxml/tests
Commit message (Expand)AuthorAgeFilesLines
* Add some tests for tree modification while iterating.Stefan Behnel2019-02-281-7/+56
* Disable a test under Windows that depends on library linking.Stefan Behnel2019-02-061-1/+3
* LP#1814522: Fix a crash when appending a child subtree that contains unsubsti...Stefan Behnel2019-02-051-0/+18
* New and improved namespace handling for the saxifierLennart Regebro2018-11-231-31/+110
* Merge branch 'master' into masterLennart Regebro2018-10-1714-113/+110
|\
| * Drop support for EOL Python 3.3Hugo2018-08-261-1/+1
| * Remove ununsed importsHugo2018-08-263-4/+2
| * Keep on same lineHugo2018-08-261-4/+2
| * Start a new line for the itemsHugo2018-08-261-3/+3
| * Use set comprehensionHugo2018-08-261-1/+1
| * Add newlines for dict's keysHugo2018-08-261-4/+8
| * Use tempfile.NamedTemporaryFile directlyHugo2018-08-261-5/+3
| * Min version of LIBXML_VERSION is now 2.7Hugo2018-08-261-36/+35
| * Remove redundant parenthesesHugo2018-08-254-5/+5
| * Replace function call with set literalHugo2018-08-252-7/+5
| * Replace dictionary creation with dictionary literalHugo2018-08-251-24/+9
| * Compare None using 'is'/'is not' instead of equality operatorsHugo2018-08-252-4/+4
| * Remove redundant code for Python <= 2.6Hugo2018-08-257-23/+7
| * Make test more resilient against changes in latest libxslt releases.Stefan Behnel2018-08-041-3/+4
| * Add a test for the fix in github ticket #268.Stefan Behnel2018-08-031-0/+32
* | Let ElementTreeProducer use the available namespacesLennart Regebro2018-10-171-0/+60
|/
* LP#1755825: iterparse() failed to include the initial start event if the star...Stefan Behnel2018-03-161-0/+34
* LP#1551797: Send XSLT errors to a thread-local stack of error logs and push/p...Stefan Behnel2018-03-102-2/+107
* LP#1743655: Fix up behaviour when None is passed into QName(): reject (None, ...Stefan Behnel2018-01-201-0/+12
* Add a test case for LP#1737825.Stefan Behnel2018-01-061-0/+17
* LP#1737825: Fix a crash during garbage collection when an iterparse run with ...Stefan Behnel2018-01-061-0/+11
* LP#1722776: Fix fallback of PythonElementClassLookup for comments etc.Stefan Behnel2017-10-131-0/+9
* Extend ElementPath predicate tests.Stefan Behnel2017-10-011-0/+6
* Make sure text selects find all entries (remove left-over "break").Stefan Behnel2017-09-301-2/+10
* Copy ElementPath tests from selftest.py into test_elementpath.py to extend th...Stefan Behnel2017-09-301-3/+158
* Try to improve the test setup by joining the webserver daemon thread after us...Stefan Behnel2017-08-191-0/+1
* Implement async interface for xmlfile().Stefan Behnel2017-08-191-8/+101
* Add test for the generator example used in the xmlfile docs.Stefan Behnel2017-08-191-0/+17
* Rewrite the xmlfile "stop on error" handling as we should only stop writing o...Stefan Behnel2017-08-191-0/+17
* Reduce code duplication in test.Stefan Behnel2017-08-181-103/+37
* Reduce code duplication in test.Stefan Behnel2017-08-181-4/+4
* Py2.6 fixStefan Behnel2017-08-171-1/+1
* Rename ".write_result()" method of XSLT result objects to ".write_output()" t...Stefan Behnel2017-08-171-6/+19
* Add a ``.write_result()`` method to XSLT result objects to simplify writing t...Stefan Behnel2017-08-171-1/+63
* Add a new method "skip_subtree()" to ignore the current subtree in iterwalk().Stefan Behnel2017-08-161-0/+65
* LP#1526522: Also capture libxml2 errors in RelaxNG processing that come only ...Stefan Behnel2017-08-131-0/+44
* LP#1415643: Prevent writing to target after it raised an exception. This prev...Stefan Behnel2017-08-131-0/+28
* LP#1465357: allow None as argument to xmlfile.write() for convenience.Stefan Behnel2017-08-131-0/+9
* remove dead codeStefan Behnel2017-08-131-1/+0
* LP#1703810: Implement explicit support for UTF-32 encodings in fromstring() a...Stefan Behnel2017-08-121-0/+8
* LP#1703810: Implement explicit support for UTF-32 encodings in fromstring() a...Stefan Behnel2017-08-121-0/+27
* repair test after changing ElementPath behaviour on None prefix mappingsStefan Behnel2017-05-261-1/+1
* support a default prefix mapping in ElementPath searches by allowing to injec...Stefan Behnel2017-05-261-0/+27
* Make error_log_path test more stringent.Bob Kline2017-04-241-1/+10
* Handle possibility that libxml2 didn't give us a pathBob Kline2017-04-241-1/+1