COMMITS
/ Lib/test/test_xml_etree.py April 23, 2026
S
gh-148735: Fix a UAF in `Element.findtext()` (#148738)
Stan Ulbrych committed
April 21, 2026
S
gh-148801: Fix unbound C recursion in `Element.__deepcopy__()` (#148802)
Stan Ulbrych committed
March 30, 2026
N
gh-144270: Make SubElement parent and tag positional-only (GH-144845)
Neko Asakura committed
March 5, 2026
V
gh-145056: Accept frozendict in xml.etree (#145508)
Victor Stinner committed
January 12, 2026
S
gh-142306: Improve errors for Element.remove() (GH-142308)
Serhiy Storchaka committed
December 29, 2025
B
December 18, 2025
November 13, 2025
O
gh-140601: Add ResourceWarning to iterparse when not closed (GH-140603)
Osama Abdelkader committed
S
gh-140601: Refactor ElementTree.iterparse() tests (GH-141499)
Serhiy Storchaka committed
September 30, 2025
July 3, 2025
K
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 10, 2025
B
gh-133009: fix UAF in `xml.etree.ElementTree.Element.__deepcopy__` (#133010)
Bénédikt Tran committed
April 4, 2025
B
March 31, 2025
B
August 23, 2024
June 18, 2024
V
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner committed
June 7, 2024
March 26, 2024
S
gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203)
Sebastian Pipping committed
March 18, 2024
V
Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956)
Victor Stinner committed
February 29, 2024
S
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623)
Sebastian Pipping committed
February 11, 2024
S
gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164)
Serhiy Storchaka committed
February 4, 2024
S
gh-69893: Add the close() method for xml.etree.ElementTree.iterparse() iterator (GH-114534)
Serhiy Storchaka committed
January 31, 2024
S
gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH-114755)
Sam Gross committed
January 16, 2024
B
GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)
Brett Cannon committed
December 22, 2023
M
GH-112215: Increase C recursion limit for non debug builds (GH-113397)
Mark Shannon committed
November 15, 2023
K
gh-111811: Fix test_recursive_repr for WASI (#112130)
Kushal Das committed
September 4, 2023
S
bpo-45229: Make ElementTree tests discoverable (GH-108859)
Serhiy Storchaka committed
September 2, 2023
V
regrtest computes statistics (#108793)
Victor Stinner committed
July 5, 2023
D
gh-96844: Improve error message of list.remove (gh-106455)
Dong-hee Na committed
February 8, 2023
N
gh-100933: Improve `check_element` helper in `test_xml_etree` (#100934)
Nikita Sobolev committed
January 23, 2023
J
gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)
Jacob Walls committed
August 1, 2022
E
gh-91447: Fix findtext to only give an empty string on None (GH-91486)
Eugene Triguba committed
July 4, 2022
V
gh-94383: Remove ElementTree.Element.copy() method (#94384)
Victor Stinner committed
June 14, 2022
S
gh-91810: Fix regression with writing an XML declaration with encoding='unicode' (GH-93426)
Serhiy Storchaka committed
May 11, 2022
S
gh-91810: ElementTree: Use text file's encoding by default in XML declaration (GH-91903)
Serhiy Storchaka committed
April 27, 2022
S
gh-91810: Expand ElementTree.write() tests to use non-ASCII data (GH-91989)
Serhiy Storchaka committed
April 6, 2022
S
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka committed
March 7, 2022
J
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
Jacob Walls committed
February 27, 2022
February 21, 2022
S
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
Sebastian Pipping committed
February 12, 2022
J
October 6, 2021
C
Fix typos in the Lib directory (GH-28775)
Christian Clauss committed
September 30, 2021
S
bpo-40173: Fix test.support.import_helper.import_fresh_module() (GH-28654)
Serhiy Storchaka committed
August 29, 2021
S
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka committed
March 30, 2021
A
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
Alex Prengère committed
February 24, 2021
F
bpo-42151: don't set specified_attributes=1 in pure Python ElementTree (GH-22987)
Felix C. Stegerman committed
November 9, 2020
A
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
Ammar Askar committed
October 3, 2020