1. 0009c4e Whitespace normalization. by Tim Peters · 23 years ago
  2. bc8f72c Patch #103854: raises an exception if a non-Attr node is passed to by Andrew M. Kuchling · 23 years ago
  3. fe28ca0 Add xml declaration into toxml testcase. by Martin v. Löwis · 23 years ago
  4. acfb3f6 Revise the driver code to be more informative in the final report. by Fred Drake · 24 years ago
  5. 2bcb323 Except HierarchyRequestErr instead of TypeError. by Martin v. Löwis · 24 years ago
  6. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  7. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  8. 6d0cee1 Add forgotten import by Andrew M. Kuchling · 24 years ago
  9. ad4a558 Added test case for legal DOM children by Andrew M. Kuchling · 24 years ago
  10. 1703cf6 Before calling traceback.print_exc(), call sys.stdout.flush(). This makes by Fred Drake · 24 years ago
  11. 3277da0 Update the test suite to cover more ground. by Fred Drake · 24 years ago
  12. a1bde80 testInsertBefore(): Rewritten to actually test insertBefore() somewhat. by Fred Drake · 24 years ago
  13. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  14. 5bad5a4 Updated test suite to latest pulldom changes. by Lars Gustäbel · 24 years ago
  15. 3b0c600 cosmetic changes only: use standard Python style for whitespace near = and () by Jeremy Hylton · 24 years ago
  16. f27f5ab Added additional test cases for pulldom modifications. by Lars Gustäbel · 24 years ago
  17. ebe7302 Move the test for confirmation that all nodes have been freed into the by Fred Drake · 24 years ago
  18. 0a84a33 Add .toxml test case, as proposed by Alex Martelli in bug report #116244. by Martin v. Löwis · 24 years ago
  19. c79dff6 Added an "import xml.parsers.expat" to turn errors due to not having by Barry Warsaw · 24 years ago
  20. c77593d Get rid of the one tab in the file. Closes Bug #115054. by Guido van Rossum · 24 years ago
  21. 9e79a25 The minidom.Node class has a debug attribute which, when its _debug by Guido van Rossum · 24 years ago
  22. 4c79919 Fix test errors. by Paul Prescod · 24 years ago
  23. 89c528b Don't print specific Node instances unless running verbosely. by Martin v. Löwis · 24 years ago
  24. 10d2766 Change assertions to confirmations so that optimization doesn't disable checks. by Paul Prescod · 24 years ago
  25. 17647f5 Compute the name of the test file so that it can be found both when this by Fred Drake · 24 years ago
  26. 7993bcc Added minidom tests. by Paul Prescod · 24 years ago