1. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 18 years ago
  2. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 18 years ago
  3. 3992db8 SF patch# 1759922 by Alexandre Vassalotti. by Guido van Rossum · 18 years ago
  4. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
  5. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  6. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago[Renamed (96%) from Lib/xmlcore/dom/pulldom.py]
  7. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago[Renamed (96%) from Lib/xml/dom/pulldom.py]
  8. 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
  9. 0e2d881 Add xml namespace initially (PyXML 1.19). by Martin v. Löwis · 23 years ago
  10. bdf1f19 [Apply patch #500457 from the PyXML tracker] by Andrew M. Kuchling · 23 years ago
  11. 7fd173b Synchronize with pulldom from PyXML (revision 1.18). by Fred Drake · 23 years ago
  12. 984158d Patch #432117: Record namespaces in the DOM tree using the DOM xmlns prefix. by Martin v. Löwis · 24 years ago
  13. 6526bf8 When creating an attribute node using createAttribute() or by Fred Drake · 24 years ago
  14. 126f2f6 Patch #407965: Improve Level 2 conformance of minidom by Martin v. Löwis · 24 years ago
  15. b417be2 Do not allow empty qualifiedName in createDocument. by Martin v. Löwis · 24 years ago
  16. 795ad56 Don't get fooled by an empty prefix with a valid namespaceURI -- in by Guido van Rossum · 24 years ago
  17. 52ce0d0 Re-indent. by Martin v. Löwis · 24 years ago
  18. e3fc722 Synchronize with 1.10 of PyXML: Close parser when done. by Martin v. Löwis · 24 years ago
  19. 04a1a54 Patch #103052: Restore non-cyclic operation of pulldom.PullDOM by Martin v. Löwis · 24 years ago
  20. 011ea47 Merge with 1.8 of pulldom.py: Use types.UnicodeType if available, not type(u""). by Martin v. Löwis · 24 years ago
  21. 04a45e9 Patch #102492, fixing bug #116677: by Andrew M. Kuchling · 24 years ago
  22. c16adce Adjust PullDOM to use a DOMImplementation instance to create new Document by Fred Drake · 24 years ago
  23. 16f6329 Make reindent.py happy (lots of trailing whitespace removed). by Fred Drake · 25 years ago
  24. ec964d5 Moved appendChild calls back to DOMEventStream. Added SAX2DOM class. by Lars Gustäbel · 25 years ago
  25. d178ba6 Added non-ns start and end element methods. by Lars Gustäbel · 25 years ago
  26. 2c8a89c minidom: access attribute value before printing it by Martin v. Löwis · 25 years ago
  27. a13a9dc Use SAX2 namespace support. by Martin v. Löwis · 25 years ago
  28. e84bf75 Updated to new SAX method signatures (*NS, patch 101573). by Lars Gustäbel · 25 years ago
  29. 1f54902 Conform to the Python style guide. by Fred Drake · 25 years ago
  30. b798c01 Now uses make_parser to create its parser (patch 101573). by Lars Gustäbel · 25 years ago
  31. 6c4753f Used original SAX handling form. by Paul Prescod · 25 years ago
  32. 73678da Reference cycle fixes by Paul Prescod · 25 years ago
  33. 55c3819 Paul Prescod <paul@prescod.net>: W3C DOM implementation for Python. by Fred Drake · 25 years ago