Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make reindent.py happy (lots of trailing whitespace removed). | Fred Drake | 2000-10-23 | 1 | -9/+8 | |
| | ||||||
* | Clear siblings, now that they are being set. | Paul Prescod | 2000-10-13 | 1 | -0/+2 | |
| | ||||||
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-10-09 | 1 | -0/+7 | |
| | | | | Correct the chaining between siblings. | |||||
* | Don't use string methods to allow sharing this code with PyXML. | Martin v. Löwis | 2000-10-07 | 1 | -1/+2 | |
| | ||||||
* | Record bugs found when comparing the module with DOM Core Level 2. | Martin v. Löwis | 2000-10-07 | 1 | -1/+4 | |
| | ||||||
* | minidom: access attribute value before printing it | Martin v. Löwis | 2000-10-06 | 1 | -2/+2 | |
| | | | | | | correct order of constructor args in createAttributeNS pulldom: use symbolic names for uri and localnames correct usage of createAttribute and setAttributeNode signatures. | |||||
* | Conform to the Python style guide. | Fred Drake | 2000-09-24 | 1 | -237/+246 | |
| | ||||||
* | Fixed bug that disallowed processing instructions before and after | Paul Prescod | 2000-09-15 | 1 | -4/+5 | |
| | | | | document element. | |||||
* | Added a few docstrings | Paul Prescod | 2000-07-21 | 1 | -0/+7 | |
| | ||||||
* | Used original SAX handling form. | Paul Prescod | 2000-07-04 | 1 | -2/+2 | |
| | ||||||
* | Misc fixes and improvements. | Paul Prescod | 2000-07-01 | 1 | -4/+16 | |
| | ||||||
* | Reference cycle fixes | Paul Prescod | 2000-07-01 | 1 | -67/+116 | |
| | ||||||
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-06-29 | 1 | -0/+385 | |
W3C DOM implementation for Python. |