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
/
Doc
/
library
/
xml.etree.elementtree.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-127502: Remove XML vulnerability table (GH-135294) (#136360)
Miss Islington (bot)
2025-07-07
1
-4/+3
*
[3.13] Fix typo in XMLParser doc (GH-124129) (#124280)
Miss Islington (bot)
2024-09-23
1
-1/+1
*
[3.13] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment t...
Miss Islington (bot)
2024-09-02
1
-1/+1
*
[3.13] Docs: Fix duplicate object description warnings (GH-122068) (#122069)
Miss Islington (bot)
2024-07-20
1
-0/+1
*
[3.13] Fix typo in ElementTree docs (GH-120342) (#120357)
Miss Islington (bot)
2024-06-11
1
-1/+1
*
[3.13] gh-119577: Adjust DeprecationWarning when testing element truth values...
Miss Islington (bot)
2024-06-07
1
-3/+4
*
[3.13] docs: module page titles should not start with a link to themselves (G...
Miss Islington (bot)
2024-05-08
1
-2/+2
*
gh-101549: fix documentation of xml.etree.ElementInclude (#101550)
Mikhail B
2024-04-11
1
-20/+15
*
Docs: specify XML document name in xml.etree.elementtree example (#24223)
Moshe Kaplan
2024-04-01
1
-1/+1
*
gh-115398: Suggest use of `hasattr` with checking for 3.13 Expat API availabi...
Sebastian Pipping
2024-03-06
1
-0/+10
*
gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115...
Sebastian Pipping
2024-02-29
1
-0/+29
*
gh-69893: Add the close() method for xml.etree.ElementTree.iterparse() iterat...
Serhiy Storchaka
2024-02-04
1
-0/+5
*
Fix typos in ElementTree documentation (GH-108848)
Christophe Nanteuil
2024-02-01
1
-3/+3
*
Docs: align usage of versionadded/versionchanged with recommended practice (#...
Erlend E. Aasland
2024-01-22
1
-12/+12
*
gh-93607: document `root` attribute of `iterparse` (#99410)
Prometheus3375
2023-10-31
1
-1/+3
*
typo: missing line of output in pull parser example (#111068)
Don Patterson
2023-10-23
1
-0/+1
*
gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (#1...
Nikita Sobolev
2023-09-24
1
-1/+6
*
gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)
Jacob Walls
2023-01-23
1
-3/+6
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
1
-0/+1
*
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615)
Martin Fischer
2022-05-19
1
-0/+2
*
Remove effbot urls (GH-26308)
E-Paine
2021-05-22
1
-7/+0
*
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
Ammar Askar
2020-11-09
1
-0/+18
*
bpo-41892: Clarify that an example in the ElementTree docs explicitly avoids ...
scoder
2020-10-04
1
-0/+6
*
bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-...
Serhiy Storchaka
2020-06-10
1
-0/+2
*
bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438)
Shantanu
2020-06-08
1
-2/+11
*
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka
2019-11-12
1
-2/+2
*
bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)
Anjali Bansal
2019-09-11
1
-0/+89
*
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
Serhiy Storchaka
2019-09-01
1
-18/+0
*
bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...
Stefan Behnel
2019-08-23
1
-0/+12
*
bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867)
Stefan Behnel
2019-07-24
1
-2/+40
*
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...
Stefan Behnel
2019-05-03
1
-2/+15
*
bpo-13611: C14N 2.0 implementation for ElementTree (GH-12966)
Stefan Behnel
2019-05-01
1
-0/+60
*
bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target...
Stefan Behnel
2019-05-01
1
-2/+20
*
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen...
Stefan Behnel
2019-05-01
1
-12/+53
*
bpo-30485: Change the prefix for defining the default namespace in ElementPat...
Stefan Behnel
2019-04-18
1
-3/+3
*
bpo-30485: support a default prefix mapping in ElementPath by passing None as...
Stefan Behnel
2019-04-14
1
-3/+6
*
bpo-36227: ElementTree.tostring() default_namespace and xml_declaration argum...
Bernt Røskar Brenna
2019-04-14
1
-6/+15
*
bpo-28235: Fix xml.etree.ElementTree.fromstring docs (GH-11903)
Manjusaka
2019-02-22
1
-2/+4
*
bpo-34160: Preserve user specified order of Element attributes (GH-10163)
Raymond Hettinger
2018-10-28
1
-0/+8
*
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
Serhiy Storchaka
2018-07-24
1
-16/+9
*
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)
sblondon
2018-02-10
1
-1/+1
*
bpo-31648: Improve ElementPath (#3835)
scoder
2017-09-30
1
-0/+5
*
bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)
Serhiy Storchaka
2017-05-16
1
-1/+1
*
Issue #19795: Mark up True and False as literal text instead of bold.
Serhiy Storchaka
2016-10-19
1
-1/+1
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0/+5
*
Issue #23921: Standardized documentation whitespace formatting.
Serhiy Storchaka
2016-05-10
1
-13/+13
*
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka
2016-05-07
1
-4/+4
*
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter
2016-04-15
1
-1/+1
*
Closes #26444: typo fixes.
Georg Brandl
2016-02-26
1
-7/+7
*
Issue #25161: Add full stops in documentation; patch by Takase Arihiro
Martin Panter
2015-10-10
1
-1/+1
[next]