COMMITS
/ Lib/xml/dom/__init__.py June 13, 2024
V
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner committed
March 5, 2012
F
xml.dom.minidom: add more __slots__ to limit resource usage.
Florent Xicluna committed
August 17, 2006
G
Quite a few fixes to make the library and test suite more robust when
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
February 27, 2003
G
Get rid of many apply() calls.
Guido van Rossum committed
January 25, 2003
M
Import UserDataHandler from PyXML.
Martin v. Löwis committed
August 9, 2002
F
New entries to track the DOM API growth. These match names exposed in
Fred Drake committed
November 30, 2001
F
Added the convenience constants that are present in PyXML to make these
Fred Drake committed
February 22, 2001
M
Patch #103885: Add dynamic registration and lookup of DOM implementations.
Martin v. Löwis committed
February 19, 2001
F
DOMException._get_code():
Fred Drake committed
January 27, 2001
M
Re-indent.
Martin v. Löwis committed
December 15, 2000
F
Typo caught by /F -- thanks!
Fred Drake committed
F
DOMException.__init__(): Remember to pass self to Exception.__init__().
Fred Drake committed
December 13, 2000
F
Add code to DOMException to ensure it cannot be instantiated directly,
Fred Drake committed
M
Add standard DOM exception hierarchy.
Martin v. Löwis committed
December 11, 2000
F
Update the docstring.
Fred Drake committed
June 29, 2000
F
Package docstring.
Fred Drake committed