COMMITS
/ Lib/xml/dom/minidom.py December 16, 2025
P
gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (#142794)
Petr Viktorin committed
December 3, 2025
S
gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146)
Seth Michael Larson committed
August 23, 2023
S
gh-50002: xml.dom.minidom now preserves whitespaces in attributes (GH-107947)
Serhiy Storchaka committed
August 23, 2022
K
gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (#96176)
Kevin Kirsche committed
April 12, 2020
A
bpo-13743: Add some documentation strings to xml.dom.minidom (GH-16355)
Alex Itkes committed
February 29, 2020
H
bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912)
Henry Harutyunyan committed
March 27, 2019
V
bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-12514)
Vladimir Surjaninov committed
December 10, 2018
V
bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061)
Victor Stinner committed
November 7, 2018
D
bpo-34160: Preserve order of attributes in minidom. (GH-10219)
Diego Rojas committed
June 7, 2018
A
bpo-33274: Compliance with DOM L1: return removed attribute (#7465)
arikrupnik committed
January 31, 2015
S
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
June 15, 2014
R
Issue #21774: Fix incorrect variable in xml.dom.minidom
Raymond Hettinger committed
September 29, 2013
B
remove duplicate method (closes #19127)
Benjamin Peterson committed
January 22, 2013
E
#11379: merge with 3.2.
Ezio Melotti committed
July 13, 2012
March 5, 2012
F
xml.dom.minidom: add more __slots__ to limit resource usage.
Florent Xicluna committed
M
Issue #14168: Check for presence of _attrs before accessing it.
Martin v. Löwis committed
February 19, 2012
M
Create _attr/_attrNS lazily.
Martin v. Löwis committed
M
Use __slots__ throughout instead of __dict__, to reduce the memory usage.
Martin v. Löwis committed
November 18, 2011
October 1, 2011
R
#4147: minidom's toprettyxml no longer adds whitespace to text nodes.
R David Murray committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
E
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
November 26, 2010
G
Merged revisions 85530,85532-85534,85538-85543,85546-85548 via svnmerge from
Georg Brandl committed
October 15, 2010
G
#6098: Refrain from claiming DOM level 3 conformance in minidom.
Georg Brandl committed
July 25, 2010
A
#777884: make .normalize() do nothing for childless nodes, instead of raising an exception
Andrew M. Kuchling committed
June 9, 2010
K
http://bugs.python.org/issue8832
Kristján Valur Jónsson committed
September 16, 2009
G
Merged revisions 74821,74828-74831,74833,74835 via svnmerge from
Georg Brandl committed
G
Use true booleans and PEP8 for argdefaults.
Georg Brandl committed
April 9, 2009
R
Merged revisions 71414 via svnmerge from
R. David Murray committed
January 27, 2009
M
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson committed
June 11, 2008
A
Issue 2918: Merge StringIO and cStringIO.
Alexandre Vassalotti committed
May 26, 2008
B
Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from
Benjamin Peterson committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
November 28, 2007
C
Removed the new module
Christian Heimes committed
November 1, 2007
G
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum committed
August 24, 2007
C
r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700
Collin Winter committed
August 7, 2007
G
Fix the test_minidom failure.
Guido van Rossum committed
July 27, 2007
G
Fix the minidom test.
Guido van Rossum committed
February 21, 2007
B
Fix xml.dom.minidom so it works again after the dict views introduction.
Brett Cannon committed
November 28, 2006
J
- patch #1600346 submitted by Tomer Filiba
Jack Diederich committed
August 21, 2006
A
Changed minidom.py to work correctly with new-style classes (since
Alex Martelli committed
August 19, 2006
G
Fix some more has_key() uses. This could really use a tool to automate...
Guido van Rossum 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