Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xml.dom: fix typo, drop unused imports. | Florent Xicluna | 2012-03-05 | 1 | -3/+1 |
* | Create _attr/_attrNS lazily. | Martin v. Löwis | 2012-02-19 | 1 | -0/+1 |
* | Use __slots__ throughout instead of __dict__, to reduce the memory usage. | Martin v. Löwis | 2012-02-19 | 1 | -26/+13 |
* | #1434090: properly append child in expatbuilder doctype handler. | Georg Brandl | 2010-07-10 | 1 | -1/+1 |
* | Removed the new module | Christian Heimes | 2007-11-28 | 1 | -2/+2 |
* | r698@Silves: collinwinter | 2007-08-24 10:57:15 -0700 | Collin Winter | 2007-08-24 | 1 | -4/+4 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+983 |
* | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 1 | -983/+0 |
* | Add missing self. before curNode. This may need to be committed | Neal Norwitz | 2003-06-29 | 1 | -1/+1 |
* | Merge with PyXML 1.34: Correct typo. Fixes #674700. | Martin v. Löwis | 2003-01-26 | 1 | -1/+1 |
* | Import expatbuilder, minicompat from PyXML. | Martin v. Löwis | 2003-01-25 | 1 | -0/+983 |