summaryrefslogtreecommitdiffstats
path: root/Lib/xml/dom
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved appendChild calls back to DOMEventStream.Lars Gustäbel2000-10-131-7/+27
| | | | Added SAX2DOM class.
* Clear siblings, now that they are being set.Paul Prescod2000-10-131-0/+2
|
* Added non-ns start and end element methods.Lars Gustäbel2000-10-111-16/+31
| | | | | Moved appendChild calls from DOMEventStream to PullDOM (parser indep). Removed duplicated sibling pointer setting (duplicated in appendChild).
* Paul Prescod <paul@prescod.net>:Fred Drake2000-10-091-0/+7
| | | | Correct the chaining between siblings.
* 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-062-12/+14
| | | | | | correct order of constructor args in createAttributeNS pulldom: use symbolic names for uri and localnames correct usage of createAttribute and setAttributeNode signatures.
* Use SAX2 namespace support.Martin v. Löwis2000-09-241-28/+39
|
* Updated to new SAX method signatures (*NS, patch 101573).Lars Gustäbel2000-09-241-6/+6
|
* Conform to the Python style guide.Fred Drake2000-09-242-362/+367
|
* Now uses make_parser to create its parser (patch 101573).Lars Gustäbel2000-09-211-2/+2
|
* Fixed bug that disallowed processing instructions before and afterPaul Prescod2000-09-151-4/+5
| | | | document element.
* Added a few docstringsPaul Prescod2000-07-211-0/+7
|
* Used original SAX handling form.Paul Prescod2000-07-042-4/+4
|
* Misc fixes and improvements.Paul Prescod2000-07-011-4/+16
|
* Reference cycle fixesPaul Prescod2000-07-012-142/+118
|
* Paul Prescod <paul@prescod.net>:Fred Drake2000-06-292-0/+652
| | | | W3C DOM implementation for Python.
* Package docstring.Fred Drake2000-06-291-0/+10