COMMITS
/ Lib/xml/dom/domreg.py September 24, 2018
C
bpo-34791: xml package obeys ignore env flags (GH-9544)
Christian Heimes committed
March 5, 2012
F
xml.dom: fix typo, drop unused imports.
Florent Xicluna committed
September 16, 2009
G
Use true booleans and PEP8 for argdefaults.
Georg Brandl committed
November 28, 2007
C
Removed the new module
Christian Heimes committed
August 24, 2007
C
r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700
Collin Winter committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum 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
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
April 24, 2003
T
Whitespace normalization.
Tim Peters committed
January 26, 2003
M
Merge with PyXML 1.3:
Martin v. Löwis committed
February 22, 2001
M
Patch #103885: Add dynamic registration and lookup of DOM implementations.
Martin v. Löwis committed