1. 0e2d881 Add xml namespace initially (PyXML 1.19). by Martin v. Löwis · 23 years ago
  2. bdf1f19 [Apply patch #500457 from the PyXML tracker] by Andrew M. Kuchling · 23 years ago
  3. 7fd173b Synchronize with pulldom from PyXML (revision 1.18). by Fred Drake · 23 years ago
  4. 984158d Patch #432117: Record namespaces in the DOM tree using the DOM xmlns prefix. by Martin v. Löwis · 24 years ago
  5. 6526bf8 When creating an attribute node using createAttribute() or by Fred Drake · 24 years ago
  6. 126f2f6 Patch #407965: Improve Level 2 conformance of minidom by Martin v. Löwis · 24 years ago
  7. b417be2 Do not allow empty qualifiedName in createDocument. by Martin v. Löwis · 24 years ago
  8. 795ad56 Don't get fooled by an empty prefix with a valid namespaceURI -- in by Guido van Rossum · 24 years ago
  9. 52ce0d0 Re-indent. by Martin v. Löwis · 24 years ago
  10. e3fc722 Synchronize with 1.10 of PyXML: Close parser when done. by Martin v. Löwis · 24 years ago
  11. 04a1a54 Patch #103052: Restore non-cyclic operation of pulldom.PullDOM by Martin v. Löwis · 24 years ago
  12. 011ea47 Merge with 1.8 of pulldom.py: Use types.UnicodeType if available, not type(u""). by Martin v. Löwis · 24 years ago
  13. 04a45e9 Patch #102492, fixing bug #116677: by Andrew M. Kuchling · 24 years ago
  14. c16adce Adjust PullDOM to use a DOMImplementation instance to create new Document by Fred Drake · 24 years ago
  15. 16f6329 Make reindent.py happy (lots of trailing whitespace removed). by Fred Drake · 25 years ago
  16. ec964d5 Moved appendChild calls back to DOMEventStream. Added SAX2DOM class. by Lars Gustäbel · 25 years ago
  17. d178ba6 Added non-ns start and end element methods. by Lars Gustäbel · 25 years ago
  18. 2c8a89c minidom: access attribute value before printing it by Martin v. Löwis · 25 years ago
  19. a13a9dc Use SAX2 namespace support. by Martin v. Löwis · 25 years ago
  20. e84bf75 Updated to new SAX method signatures (*NS, patch 101573). by Lars Gustäbel · 25 years ago
  21. 1f54902 Conform to the Python style guide. by Fred Drake · 25 years ago
  22. b798c01 Now uses make_parser to create its parser (patch 101573). by Lars Gustäbel · 25 years ago
  23. 6c4753f Used original SAX handling form. by Paul Prescod · 25 years ago
  24. 73678da Reference cycle fixes by Paul Prescod · 25 years ago
  25. 55c3819 Paul Prescod <paul@prescod.net>: W3C DOM implementation for Python. by Fred Drake · 25 years ago