- 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 16 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
- 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
- 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
- 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
- 3e1f85e Fix the minidom test. by Guido van Rossum · 17 years ago
- ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- 861fd6f Fix xml.dom.minidom so it works again after the dict views introduction. by Brett Cannon · 18 years ago
- be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
- c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago
- 841d25e [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix from Felix Rabe and a test case by Andrew M. Kuchling · 19 years ago
- 484d9a4 Patch #1309009, Fix segfault in pyexpat when the XML document is by Neal Norwitz · 19 years ago
- 905a01a bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 19 years ago
- 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- fd6aaa1 Synchronize with PyXML's 1.33: Import missing modules. by Martin v. Löwis · 22 years ago
- aa5af8d Merge PyXML 1.11-1.26: by Martin v. Löwis · 22 years ago
- 6dd7d07 If PyXML is installed, there is no Node.allnodes, so that portion of by Fred Drake · 22 years ago
- fd83374 Remove duplicate checks of the Node.allnodes variable. by Fred Drake · 22 years ago
- 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
- c441f7b Follow PyXML: Remove all prints from successful tests. This means we can by Fred Drake · 22 years ago
- 7d650ca Implement the encoding argument for toxml and toprettyxml. Document toprettyxml. by Martin v. Löwis · 22 years ago
- 2998a55 Attribute nodes did not always get their ownerDocument and ownerElement by Fred Drake · 23 years ago
- e50959a Fix appendChild() and insertBefore() (and replaceChild() indirectly) when by Fred Drake · 23 years ago
- e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
- 946f7b1 Update the xml.dom.minidom tests to cover the DOM-compliant parts of the by Fred Drake · 23 years ago
- 351c3d0 Implement testGetElementsByTagNameNS. by Martin v. Löwis · 23 years ago
- 0009c4e Whitespace normalization. by Tim Peters · 24 years ago
- bc8f72c Patch #103854: raises an exception if a non-Attr node is passed to by Andrew M. Kuchling · 24 years ago
- fe28ca0 Add xml declaration into toxml testcase. by Martin v. Löwis · 24 years ago
- acfb3f6 Revise the driver code to be more informative in the final report. by Fred Drake · 24 years ago
- 2bcb323 Except HierarchyRequestErr instead of TypeError. by Martin v. Löwis · 24 years ago
- f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
- 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
- 6d0cee1 Add forgotten import by Andrew M. Kuchling · 24 years ago
- ad4a558 Added test case for legal DOM children by Andrew M. Kuchling · 24 years ago
- 1703cf6 Before calling traceback.print_exc(), call sys.stdout.flush(). This makes by Fred Drake · 24 years ago
- 3277da0 Update the test suite to cover more ground. by Fred Drake · 24 years ago
- a1bde80 testInsertBefore(): Rewritten to actually test insertBefore() somewhat. by Fred Drake · 24 years ago
- 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
- 5bad5a4 Updated test suite to latest pulldom changes. by Lars Gustäbel · 24 years ago
- 3b0c600 cosmetic changes only: use standard Python style for whitespace near = and () by Jeremy Hylton · 24 years ago
- f27f5ab Added additional test cases for pulldom modifications. by Lars Gustäbel · 24 years ago
- ebe7302 Move the test for confirmation that all nodes have been freed into the by Fred Drake · 24 years ago
- 0a84a33 Add .toxml test case, as proposed by Alex Martelli in bug report #116244. by Martin v. Löwis · 24 years ago
- c79dff6 Added an "import xml.parsers.expat" to turn errors due to not having by Barry Warsaw · 24 years ago
- c77593d Get rid of the one tab in the file. Closes Bug #115054. by Guido van Rossum · 24 years ago
- 9e79a25 The minidom.Node class has a debug attribute which, when its _debug by Guido van Rossum · 24 years ago
- 4c79919 Fix test errors. by Paul Prescod · 24 years ago
- 89c528b Don't print specific Node instances unless running verbosely. by Martin v. Löwis · 24 years ago
- 10d2766 Change assertions to confirmations so that optimization doesn't disable checks. by Paul Prescod · 24 years ago
- 17647f5 Compute the name of the test file so that it can be found both when this by Fred Drake · 24 years ago
- 7993bcc Added minidom tests. by Paul Prescod · 24 years ago