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
/
test_elementtree.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite Unicode chunk parsing by directly encoding to UTF-8.
Stefan Behnel
2021-07-18
1
-6
/
+55
*
Exclude a test in Py 3.9.0 due to ET bug https://bugs.python.org/issue41900
Stefan Behnel
2020-10-15
1
-0
/
+12
*
Disable test in unfixed ET versions <= 3.8.6.
Stefan Behnel
2020-10-01
1
-0
/
+4
*
LP#1869455: C14N 2.0 serialisation failed for unprefixed attributes when a de...
Stefan Behnel
2020-10-01
1
-0
/
+8
*
Remove dead imports.
Stefan Behnel
2020-08-13
1
-1
/
+1
*
Move some ElementTree compatibility tests over to the etree-only tests since ...
Stefan Behnel
2020-05-26
1
-248
/
+6
*
LP#1857794: Tail text of nodes that get removed from a document using item de...
Stefan Behnel
2020-01-02
1
-0
/
+28
*
Clean up imports in tests.
Stefan Behnel
2019-12-27
1
-8
/
+8
*
Update TreeBuilder tests from CPython's test suite.
Stefan Behnel
2019-07-27
1
-0
/
+114
*
Support parsing from file paths in canonicalize(), not just file-like objects.
Stefan Behnel
2019-04-29
1
-10
/
+12
*
Change canonicalize() interface to return its result as a text string by defa...
Stefan Behnel
2019-04-29
1
-6
/
+2
*
Extend tests.
Stefan Behnel
2019-04-29
1
-0
/
+20
*
Implement C14N 2.0 exclusion of tags and attributes.
Stefan Behnel
2019-04-28
1
-0
/
+54
*
Increase test coverage by copying some tests from CPython.
Stefan Behnel
2019-04-28
1
-0
/
+46
*
Fix last minute change.
Stefan Behnel
2019-04-27
1
-1
/
+1
*
Correctly serialise text content in ET.write() and ET.tostring() with C14N 2.0.
Stefan Behnel
2019-04-27
1
-6
/
+43
*
Add C14N 2.0 implementation.
Stefan Behnel
2019-04-26
1
-1
/
+180
*
Rename test to make it run later since it's more complex than other related t...
Stefan Behnel
2019-04-22
1
-1
/
+1
*
Fix end-ns reporting in pull parser when start-ns events are not requested.
Stefan Behnel
2019-04-22
1
-0
/
+44
*
Repair handling of "end_ns" target callbacks when "start" events are not requ...
Stefan Behnel
2019-04-22
1
-1
/
+72
*
Disable a compatibility test in Py3.8 < alpha4 where it fails in ElementTree.
Stefan Behnel
2019-04-21
1
-2
/
+2
*
Disable a compatibility test in Py3.5 where it fails in ElementTree. (It woul...
Stefan Behnel
2019-04-21
1
-0
/
+1
*
Fix some misbehaviour in slice assignments:
Stefan Behnel
2019-04-21
1
-40
/
+26
*
Enable namespace prefix callbacks (start_ns/end_ns) for parser targets and ma...
Stefan Behnel
2019-04-21
1
-24
/
+400
*
Reduce redundant temp file handling in test code.
Stefan Behnel
2019-03-27
1
-15
/
+9
*
Clean up stray whitespace in test file.
Stefan Behnel
2019-03-26
1
-104
/
+104
*
Add some tests for tree modification while iterating.
Stefan Behnel
2019-02-28
1
-7
/
+56
*
Drop support for EOL Python 3.3
Hugo
2018-08-26
1
-1
/
+1
*
Replace function call with set literal
Hugo
2018-08-25
1
-1
/
+1
*
Compare None using 'is'/'is not' instead of equality operators
Hugo
2018-08-25
1
-2
/
+2
*
Add a test for the fix in github ticket #268.
Stefan Behnel
2018-08-03
1
-0
/
+32
*
LP#1737825: Fix a crash during garbage collection when an iterparse run with ...
Stefan Behnel
2018-01-06
1
-0
/
+11
*
Python 3.6 invalid escape sequence deprecation fixes
Ville Skyttä
2017-03-19
1
-1
/
+1
*
remove compat definition of reversed()
Jakub Wilk
2017-03-17
1
-8
/
+0
*
add test for passing Element() creation attribute both in attrib and as keywo...
Stefan Behnel
2015-03-01
1
-1
/
+16
*
fix test
Stefan Behnel
2014-10-09
1
-2
/
+2
*
clean up some test code
Stefan Behnel
2014-10-09
1
-2
/
+2
*
clean up duplicated test methods
Stefan Behnel
2014-10-09
1
-19
/
+19
*
make 'attrib' attribute creation for Elements honour order of entries in Orde...
Stefan Behnel
2014-01-09
1
-0
/
+10
*
disable ET pull parser tests completely if not supported
Stefan Behnel
2013-12-13
1
-3
/
+6
*
adapt tests to ET changes in Py3.4
Stefan Behnel
2013-09-29
1
-14
/
+10
*
fix ET test in Py3.4 alpha
Stefan Behnel
2013-09-09
1
-1
/
+2
*
Py2.4 fix
Stefan Behnel
2013-09-09
1
-2
/
+10
*
adapt the PullParser interfaces (mostly) to the one in ElementTree (Py3.4)
Stefan Behnel
2013-09-09
1
-1
/
+183
*
improve test compatibility with older ElementTree versions
Stefan Behnel
2013-05-04
1
-20
/
+28
*
add copy.copy() support to _Attrib proxy, add safety checks to _Attrib methods
Stefan Behnel
2013-01-26
1
-3
/
+36
*
make user exception handling in target parser safer and more correct
Stefan Behnel
2013-01-24
1
-0
/
+117
*
silence deprecation warning in ElementTree compatibility tests
Stefan Behnel
2012-11-30
1
-0
/
+9
*
replace usages of assertNotEquals() by assertNotEqual() to fix Py3 deprecatio...
Stefan Behnel
2012-11-29
1
-2
/
+2
*
replace test usages of assert_() by assertTrue() to fix Py3 deprecation warning
Stefan Behnel
2012-11-29
1
-20
/
+20
[next]