summaryrefslogtreecommitdiffstats
path: root/Lib/xml/dom/minidom.py
Commit message (Expand)AuthorAgeFilesLines
...
* Paul Prescod <paul@prescod.net>:Fred Drake2000-10-091-0/+7
* Don't use string methods to allow sharing this code with PyXML.Martin v. Löwis2000-10-071-1/+2
* Record bugs found when comparing the module with DOM Core Level 2.Martin v. Löwis2000-10-071-1/+4
* minidom: access attribute value before printing itMartin v. Löwis2000-10-061-2/+2
* Conform to the Python style guide.Fred Drake2000-09-241-237/+246
* Fixed bug that disallowed processing instructions before and afterPaul Prescod2000-09-151-4/+5
* Added a few docstringsPaul Prescod2000-07-211-0/+7
* Used original SAX handling form.Paul Prescod2000-07-041-2/+2
* Misc fixes and improvements.Paul Prescod2000-07-011-4/+16
* Reference cycle fixesPaul Prescod2000-07-011-67/+116
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-291-0/+385