summaryrefslogtreecommitdiff
path: root/Lib/xml/dom/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* xml.dom.minidom: add more __slots__ to limit resource usage.Florent Xicluna2012-03-051-0/+1
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+139
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-139/+0
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* Import UserDataHandler from PyXML.Martin v. Löwis2003-01-251-0/+9
* New entries to track the DOM API growth. These match names exposed inFred Drake2002-08-091-0/+5
* Added the convenience constants that are present in PyXML to make theseFred Drake2001-11-301-0/+6
* Patch #103885: Add dynamic registration and lookup of DOM implementations.Martin v. Löwis2001-02-221-0/+2
* DOMException._get_code():Fred Drake2001-02-191-0/+3
* Re-indent.Martin v. Löwis2001-01-271-1/+1
* Typo caught by /F -- thanks!Fred Drake2000-12-151-1/+1
* DOMException.__init__(): Remember to pass self to Exception.__init__().Fred Drake2000-12-151-1/+1
* Add code to DOMException to ensure it cannot be instantiated directly,Fred Drake2000-12-131-1/+8
* Add standard DOM exception hierarchy.Martin v. Löwis2000-12-131-0/+68
* Update the docstring.Fred Drake2000-12-111-2/+31
* Package docstring.Fred Drake2000-06-291-0/+10