COMMITS
/ Lib/xml/dom/expatbuilder.py November 26, 2022
N
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd committed
September 1, 2019
S
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
Serhiy Storchaka committed
July 11, 2016
M
English spelling and grammar fixes
Martin Panter committed
April 20, 2014
R
#12220: improve minidom error when URI contains spaces.
R David Murray committed
February 12, 2013
G
modernize some modules' code by using with statement around open()
Giampaolo Rodola' committed
March 5, 2012
F
xml.dom: fix typo, drop unused imports.
Florent Xicluna 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
July 10, 2010
G
#1434090: properly append child in expatbuilder doctype handler.
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
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
June 29, 2003
N
Add missing self. before curNode. This may need to be committed
Neal Norwitz committed
January 26, 2003
M
Merge with PyXML 1.34: Correct typo. Fixes #674700.
Martin v. Löwis committed
January 25, 2003
M
Import expatbuilder, minicompat from PyXML.
Martin v. Löwis committed