COMMITS
/ Lib/xml/etree/ElementInclude.py April 11, 2024
M
gh-101549: fix documentation of xml.etree.ElementInclude (#101550)
Mikhail B committed
July 30, 2021
N
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz committed
November 25, 2019
S
bpo-20928: support base-URL and recursive includes in etree.ElementInclude (#5723)
Stefan Behnel committed
January 25, 2014
S
Issue #20331: Fixed possible FD leaks in various modules:
Serhiy Storchaka committed
S
Issue #20331: Fixed possible FD leaks in various modules:
Serhiy Storchaka committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
June 30, 2011
V
Issue #12451: The XInclude default loader of xml.etree now decodes files from
Victor Stinner committed
August 8, 2010
F
Fix xml.etree.ElementInclude to include the tail of the current node. Issue #6231
Florent Xicluna committed
March 13, 2010
F
Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from
Florent Xicluna committed
August 21, 2006
A
Use proper py3k syntax for relative import (from . import foo)
Alex Martelli committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
December 14, 2005
F
move the xml package implementation to xmlcore, and adjust the tests to
Fred Drake committed
December 12, 2005
F
added ElementTree core components to xml.etree
Fredrik Lundh committed