index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_xml_etree.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (...
Sebastian Pipping
2024-03-06
1
-17/+63
*
[3.9] Fix tests for XMLPullParser with Expat 2.6.0 (GH-115133) (GH-115535)
Seth Michael Larson
2024-02-21
1
-22/+38
*
gh-91810: Fix regression with writing an XML declaration with encoding='unico...
Miss Islington (bot)
2022-06-16
1
-13/+3
*
[3.9] gh-91810: ElementTree: Use text file's encoding by default in XML decla...
Miss Islington (bot)
2022-05-11
1
-16/+15
*
[3.9] gh-91810: Expand ElementTree.write() tests to use non-ASCII data (GH-91...
Serhiy Storchaka
2022-04-27
1
-17/+80
*
[3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-316...
Miss Islington (bot)
2022-03-07
1
-0/+8
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31469)
Miss Islington (bot)
2022-02-21
1
-6/+0
*
[3.9] bpo-45948: Remove constructor discrepancy in C version of ElementTree.X...
Jacob Walls
2022-02-13
1
-0/+9
*
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
Christian Clauss
2021-10-07
1
-1/+1
*
[3.9] bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-286...
Serhiy Storchaka
2021-09-30
1
-8/+5
*
[3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005...
Serhiy Storchaka
2021-08-29
1
-0/+1
*
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
Miss Islington (bot)
2021-03-30
1
-0/+3
*
bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a def...
Miss Skeleton (bot)
2020-10-03
1
-0/+8
*
bpo-39011: Preserve line endings within ElementTree attributes (GH-18468)
mefistotelis
2020-04-12
1
-2/+3
*
bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275)
Shantanu
2020-03-02
1
-0/+4
*
bpo-20928: support base-URL and recursive includes in etree.ElementInclude (#...
Stefan Behnel
2019-11-25
1
-0/+82
*
bpo-32424: Deprecate xml.etree.ElementTree.Element.copy() in favor of copy.co...
Gordon P. Hemsley
2019-09-10
1
-0/+29
*
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
Serhiy Storchaka
2019-09-01
1
-50/+10
*
bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...
Stefan Behnel
2019-08-23
1
-0/+117
*
bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856)
Stefan Behnel
2019-07-24
1
-0/+60
*
bpo-36831: Do not apply default namespace to unprefixed attributes in Element...
Stefan Behnel
2019-05-09
1
-6/+21
*
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...
Stefan Behnel
2019-05-03
1
-2/+54
*
bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)
Stefan Behnel
2019-05-01
1
-0/+229
*
bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target...
Stefan Behnel
2019-05-01
1
-5/+88
*
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen...
Stefan Behnel
2019-05-01
1
-3/+87
*
bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891)
Gordon P. Hemsley
2019-04-28
1
-2/+85
*
bpo-30485: Change the prefix for defining the default namespace in ElementPat...
Stefan Behnel
2019-04-18
1
-1/+1
*
bpo-30485: Re-allow empty strings in ElementPath namespace mappings since the...
Stefan Behnel
2019-04-14
1
-3/+0
*
bpo-30485: support a default prefix mapping in ElementPath by passing None as...
Stefan Behnel
2019-04-14
1
-0/+6
*
bpo-36227: ElementTree.tostring() default_namespace and xml_declaration argum...
Bernt Røskar Brenna
2019-04-14
1
-0/+123
*
bpo-34160: Preserve user specified order of Element attributes in html. (GH-1...
Serhiy Storchaka
2018-10-29
1
-8/+4
*
bpo-34160: Preserve user specified order of Element attributes (GH-10163)
Raymond Hettinger
2018-10-28
1
-0/+20
*
bpo-35013: Add more type checks for children of Element. (GH-9944)
Serhiy Storchaka
2018-10-19
1
-20/+22
*
bpo-34941: Fix searching Element subclasses. (GH-9766)
Serhiy Storchaka
2018-10-14
1
-0/+15
*
bpo-17239: Disable external entities in SAX parser (GH-9217)
Christian Heimes
2018-09-23
1
-0/+13
*
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
Serhiy Storchaka
2018-07-24
1
-23/+8
*
bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358)
Serhiy Storchaka
2018-06-03
1
-3/+5
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1/+1
*
bpo-31648: Improve ElementPath (#3835)
scoder
2017-09-30
1
-0/+33
*
bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570)
Victor Stinner
2017-09-25
1
-0/+32
*
bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (#3545)
scoder
2017-09-14
1
-0/+25
*
bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767)
Kushal Das
2017-05-24
1
-0/+1
*
bpo-29204: Emit warnings for already deprecated ElementTree features. (#773)
Serhiy Storchaka
2017-03-30
1
-48/+41
*
bpo-27863: Fixed multiple crashes in ElementTree. (#765)
Serhiy Storchaka
2017-03-30
1
-0/+112
*
Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().
Serhiy Storchaka
2016-10-25
1
-0/+32
|
\
|
*
Issue #28314: Added tests for xml.etree.ElementTree.Element.getiterator().
Serhiy Storchaka
2016-10-25
1
-0/+32
*
|
merge
Raymond Hettinger
2016-09-12
1
-0/+8
|
\
\
|
|
/
|
*
Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes
Raymond Hettinger
2016-09-12
1
-0/+8
*
|
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Serhiy Storchaka
2016-06-12
1
-1/+7
|
\
\
|
|
/
|
*
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Serhiy Storchaka
2016-06-12
1
-1/+7
[next]