summaryrefslogtreecommitdiffstats
path: root/Lib/xml/dom/domreg.py
Commit message (Expand)AuthorAgeFilesLines
* xml.dom: fix typo, drop unused imports.Florent Xicluna2012-03-051-2/+0
* Use true booleans and PEP8 for argdefaults.Georg Brandl2009-09-161-1/+1
* Removed the new moduleChristian Heimes2007-11-281-1/+1
* r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700Collin Winter2007-08-241-2/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Fix some more has_key() uses. This could really use a tool to automate...Guido van Rossum2006-08-191-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+99
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-99/+0
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Whitespace normalization.Tim Peters2003-04-241-2/+2
* Merge with PyXML 1.3:Martin v. Löwis2003-01-261-0/+23
* Patch #103885: Add dynamic registration and lookup of DOM implementations.Martin v. Löwis2001-02-221-0/+76