summaryrefslogtreecommitdiffstats
path: root/Lib/xml/dom/expatbuilder.py
Commit message (Expand)AuthorAgeFilesLines
* #12220: improve minidom error when URI contains spaces.R David Murray2014-04-201-1/+3
* modernize some modules' code by using with statement around open()Giampaolo Rodola'2013-02-121-8/+2
* xml.dom: fix typo, drop unused imports.Florent Xicluna2012-03-051-3/+1
* Create _attr/_attrNS lazily.Martin v. Löwis2012-02-191-0/+1
* Use __slots__ throughout instead of __dict__, to reduce the memory usage.Martin v. Löwis2012-02-191-26/+13
* #1434090: properly append child in expatbuilder doctype handler.Georg Brandl2010-07-101-1/+1
* Removed the new moduleChristian Heimes2007-11-281-2/+2
* r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700Collin Winter2007-08-241-4/+4
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+983
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-983/+0
* Add missing self. before curNode. This may need to be committedNeal Norwitz2003-06-291-1/+1
* Merge with PyXML 1.34: Correct typo. Fixes #674700.Martin v. Löwis2003-01-261-1/+1
* Import expatbuilder, minicompat from PyXML.Martin v. Löwis2003-01-251-0/+983