| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-120417: Add #noqa to used imports in the stdlib (#120421) | Victor Stinner | 2024-06-13 | 1 | -1/+1 |
|
|
* | xml.dom.minidom: add more __slots__ to limit resource usage. | Florent Xicluna | 2012-03-05 | 1 | -0/+1 |
|
|
* | Quite a few fixes to make the library and test suite more robust when | Guido van Rossum | 2006-08-17 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+139 |
|
|
* | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 1 | -139/+0 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -1/+1 |
|
|
* | Import UserDataHandler from PyXML. | Martin v. Löwis | 2003-01-25 | 1 | -0/+9 |
|
|
* | New entries to track the DOM API growth. These match names exposed in | Fred Drake | 2002-08-09 | 1 | -0/+5 |
|
|
* | Added the convenience constants that are present in PyXML to make these | Fred Drake | 2001-11-30 | 1 | -0/+6 |
|
|
* | Patch #103885: Add dynamic registration and lookup of DOM implementations. | Martin v. Löwis | 2001-02-22 | 1 | -0/+2 |
|
|
* | DOMException._get_code(): | Fred Drake | 2001-02-19 | 1 | -0/+3 |
|
|
* | Re-indent. | Martin v. Löwis | 2001-01-27 | 1 | -1/+1 |
|
|
* | Typo caught by /F -- thanks! | Fred Drake | 2000-12-15 | 1 | -1/+1 |
|
|
* | DOMException.__init__(): Remember to pass self to Exception.__init__(). | Fred Drake | 2000-12-15 | 1 | -1/+1 |
|
|
* | Add code to DOMException to ensure it cannot be instantiated directly, | Fred Drake | 2000-12-13 | 1 | -1/+8 |
|
|
* | Add standard DOM exception hierarchy. | Martin v. Löwis | 2000-12-13 | 1 | -0/+68 |
|
|
* | Update the docstring. | Fred Drake | 2000-12-11 | 1 | -2/+31 |
|
|
* | Package docstring. | Fred Drake | 2000-06-29 | 1 | -0/+10 |
|
|