summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_elementtree.py
Commit message (Expand)AuthorAgeFilesLines
* Update TreeBuilder tests from CPython's test suite.Stefan Behnel2019-07-271-0/+114
* Support parsing from file paths in canonicalize(), not just file-like objects.Stefan Behnel2019-04-291-10/+12
* Change canonicalize() interface to return its result as a text string by defa...Stefan Behnel2019-04-291-6/+2
* Extend tests.Stefan Behnel2019-04-291-0/+20
* Implement C14N 2.0 exclusion of tags and attributes.Stefan Behnel2019-04-281-0/+54
* Increase test coverage by copying some tests from CPython.Stefan Behnel2019-04-281-0/+46
* Fix last minute change.Stefan Behnel2019-04-271-1/+1
* Correctly serialise text content in ET.write() and ET.tostring() with C14N 2.0.Stefan Behnel2019-04-271-6/+43
* Add C14N 2.0 implementation.Stefan Behnel2019-04-261-1/+180
* Rename test to make it run later since it's more complex than other related t...Stefan Behnel2019-04-221-1/+1
* Fix end-ns reporting in pull parser when start-ns events are not requested.Stefan Behnel2019-04-221-0/+44
* Repair handling of "end_ns" target callbacks when "start" events are not requ...Stefan Behnel2019-04-221-1/+72
* Disable a compatibility test in Py3.8 < alpha4 where it fails in ElementTree.Stefan Behnel2019-04-211-2/+2
* Disable a compatibility test in Py3.5 where it fails in ElementTree. (It woul...Stefan Behnel2019-04-211-0/+1
* Fix some misbehaviour in slice assignments:Stefan Behnel2019-04-211-40/+26
* Enable namespace prefix callbacks (start_ns/end_ns) for parser targets and ma...Stefan Behnel2019-04-211-24/+400
* Reduce redundant temp file handling in test code.Stefan Behnel2019-03-271-15/+9
* Clean up stray whitespace in test file.Stefan Behnel2019-03-261-104/+104
* Add some tests for tree modification while iterating.Stefan Behnel2019-02-281-7/+56
* Drop support for EOL Python 3.3Hugo2018-08-261-1/+1
* Replace function call with set literalHugo2018-08-251-1/+1
* Compare None using 'is'/'is not' instead of equality operatorsHugo2018-08-251-2/+2
* Add a test for the fix in github ticket #268.Stefan Behnel2018-08-031-0/+32
* LP#1737825: Fix a crash during garbage collection when an iterparse run with ...Stefan Behnel2018-01-061-0/+11
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-03-191-1/+1
* remove compat definition of reversed()Jakub Wilk2017-03-171-8/+0
* add test for passing Element() creation attribute both in attrib and as keywo...Stefan Behnel2015-03-011-1/+16
* fix testStefan Behnel2014-10-091-2/+2
* clean up some test codeStefan Behnel2014-10-091-2/+2
* clean up duplicated test methodsStefan Behnel2014-10-091-19/+19
* make 'attrib' attribute creation for Elements honour order of entries in Orde...Stefan Behnel2014-01-091-0/+10
* disable ET pull parser tests completely if not supportedStefan Behnel2013-12-131-3/+6
* adapt tests to ET changes in Py3.4Stefan Behnel2013-09-291-14/+10
* fix ET test in Py3.4 alphaStefan Behnel2013-09-091-1/+2
* Py2.4 fixStefan Behnel2013-09-091-2/+10
* adapt the PullParser interfaces (mostly) to the one in ElementTree (Py3.4)Stefan Behnel2013-09-091-1/+183
* improve test compatibility with older ElementTree versionsStefan Behnel2013-05-041-20/+28
* add copy.copy() support to _Attrib proxy, add safety checks to _Attrib methodsStefan Behnel2013-01-261-3/+36
* make user exception handling in target parser safer and more correctStefan Behnel2013-01-241-0/+117
* silence deprecation warning in ElementTree compatibility testsStefan Behnel2012-11-301-0/+9
* replace usages of assertNotEquals() by assertNotEqual() to fix Py3 deprecatio...Stefan Behnel2012-11-291-2/+2
* replace test usages of assert_() by assertTrue() to fix Py3 deprecation warningStefan Behnel2012-11-291-20/+20
* replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warningStefan Behnel2012-11-291-475/+475
* test fixesStefan Behnel2012-03-311-3/+2
* disable cElementTree tests in Py3.3 where cET==ETStefan Behnel2012-03-311-1/+1
* minor test fixStefan Behnel2012-01-271-1/+1
* implement support for element.attrib.update(el.attrib)Stefan Behnel2012-01-271-0/+19
* make unit test base classes 'private'Stefan Behnel2012-01-271-4/+4
* [svn r4502] test fixscoder2010-12-291-5/+3
* [svn r4456] Py3 test fixscoder2010-08-081-2/+2