COMMITS
/ Doc/library/xml.etree.elementtree.rst September 20, 2024
J
Fix typo in XMLParser doc (#124129)
Jacob Walls committed
August 23, 2024
July 20, 2024
A
Docs: Fix duplicate object description warnings (#122068)
Adam Turner committed
June 11, 2024
N
Fix typo in ElementTree docs (#120342)
naglis committed
June 7, 2024
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 11, 2024
M
gh-101549: fix documentation of xml.etree.ElementInclude (#101550)
Mikhail B committed
April 1, 2024
M
Docs: specify XML document name in xml.etree.elementtree example (#24223)
Moshe Kaplan committed
March 6, 2024
S
gh-115398: Suggest use of `hasattr` with checking for 3.13 Expat API availability (GH-116278)
Sebastian Pipping committed
February 29, 2024
S
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623)
Sebastian Pipping committed
February 4, 2024
S
gh-69893: Add the close() method for xml.etree.ElementTree.iterparse() iterator (GH-114534)
Serhiy Storchaka committed
February 1, 2024
C
Fix typos in ElementTree documentation (GH-108848)
Christophe Nanteuil committed
January 22, 2024
E
Docs: align usage of versionadded/versionchanged with recommended practice (#114409)
Erlend E. Aasland committed
October 31, 2023
P
gh-93607: document `root` attribute of `iterparse` (#99410)
Prometheus3375 committed
October 23, 2023
D
typo: missing line of output in pull parser example (#111068)
Don Patterson committed
September 24, 2023
N
gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (#109799)
Nikita Sobolev committed
January 23, 2023
J
gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)
Jacob Walls committed
December 9, 2022
S
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley committed
May 19, 2022
M
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615)
Martin Fischer committed
May 22, 2021
E
Remove effbot urls (GH-26308)
E-Paine committed
November 9, 2020
A
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
Ammar Askar committed
October 4, 2020
June 10, 2020
S
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117)
Serhiy Storchaka committed
June 8, 2020
S
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
September 11, 2019
A
bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)
Anjali Bansal committed
September 1, 2019
S
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
Serhiy Storchaka committed
August 23, 2019
S
July 24, 2019
S
bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867)
Stefan Behnel committed
May 3, 2019
May 1, 2019
S
bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)
Stefan Behnel committed
S
bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target (GH-12885)
Stefan Behnel committed
S
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in ElementTree. (#12883)
Stefan Behnel committed
April 18, 2019
April 14, 2019
S
bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823)
Stefan Behnel committed
B
bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225)
Bernt Røskar Brenna committed
February 22, 2019
M
bpo-28235: Fix xml.etree.ElementTree.fromstring docs (GH-11903)
Manjusaka committed
October 28, 2018
R
bpo-34160: Preserve user specified order of Element attributes (GH-10163)
Raymond Hettinger committed
July 24, 2018
S
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
Serhiy Storchaka committed
February 10, 2018
S
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)
sblondon committed
September 30, 2017
S
bpo-31648: Improve ElementPath (#3835)
scoder committed
May 16, 2017
S
bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
Serhiy Storchaka committed
October 19, 2016
S
Issue #19795: Mark up True and False as literal text instead of bold.
Serhiy Storchaka committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 10, 2016
S
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
April 15, 2016
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
February 26, 2016
G
Closes #26444: typo fixes.
Georg Brandl committed
October 10, 2015
M
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter committed
August 18, 2015
N
Issue #24079: Improve description of the text and tail attributes for
Ned Deily committed