| Commit message (Expand) | Author | Age | Files | Lines |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -3/+3 |
* | Properly close a file in test_minidom. | Brett Cannon | 2010-10-30 | 1 | -3/+4 |
* | #5762: fix handling of empty namespace in minidom, which would result in Attr... | Georg Brandl | 2010-10-15 | 1 | -0/+7 |
* | #777884: make .normalize() do nothing for childless nodes, instead of raising... | Andrew M. Kuchling | 2010-07-25 | 1 | -0/+8 |
* | http://bugs.python.org/issue8832 | Kristján Valur Jónsson | 2010-06-09 | 1 | -0/+7 |
* | Merged revisions 79100 via svnmerge from | Florent Xicluna | 2010-03-19 | 1 | -1/+1 |
* | Merged revisions 79024 via svnmerge from | Ezio Melotti | 2010-03-18 | 1 | -1/+1 |
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -1/+2 |
* | Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from | Florent Xicluna | 2010-03-13 | 1 | -9/+3 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
* | Merged revisions 71414 via svnmerge from | R. David Murray | 2009-04-09 | 1 | -0/+161 |
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -1/+1 |
* | Issue 2918: Merge StringIO and cStringIO. | Alexandre Vassalotti | 2008-06-11 | 1 | -2/+1 |
* | Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv... | Benjamin Peterson | 2008-05-26 | 1 | -0/+5 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+8 |
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -1/+1 |
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -1/+1 |
* | Fix the minidom test. | Guido van Rossum | 2007-07-27 | 1 | -7/+7 |
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -5/+5 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1337/+1257 |
* | Fix xml.dom.minidom so it works again after the dict views introduction. | Brett Cannon | 2007-02-21 | 1 | -6/+3 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -20/+20 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -47/+45 |
* | Whitespace normalization. | Tim Peters | 2005-12-25 | 1 | -3/+3 |
* | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 1 | -45/+47 |
* | [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix f... | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+11 |
* | Patch #1309009, Fix segfault in pyexpat when the XML document is | Neal Norwitz | 2005-09-30 | 1 | -0/+9 |
* | bug [ 1262320 ] minidom.py alternate newl support is broken | Georg Brandl | 2005-08-25 | 1 | -4/+11 |
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -3/+3 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
* | Synchronize with PyXML's 1.33: Import missing modules. | Martin v. Löwis | 2003-01-25 | 1 | -3/+6 |
* | Merge PyXML 1.11-1.26: | Martin v. Löwis | 2003-01-25 | 1 | -24/+732 |
* | If PyXML is installed, there is no Node.allnodes, so that portion of | Fred Drake | 2002-09-12 | 1 | -11/+22 |
* | Remove duplicate checks of the Node.allnodes variable. | Fred Drake | 2002-07-25 | 1 | -3/+0 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Follow PyXML: Remove all prints from successful tests. This means we can | Fred Drake | 2002-07-19 | 1 | -21/+14 |
* | Implement the encoding argument for toxml and toprettyxml. | Martin v. Löwis | 2002-06-30 | 1 | -0/+8 |
* | Attribute nodes did not always get their ownerDocument and ownerElement | Fred Drake | 2001-12-06 | 1 | -0/+22 |
* | Fix appendChild() and insertBefore() (and replaceChild() indirectly) when | Fred Drake | 2001-12-06 | 1 | -0/+45 |
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -2/+2 |
* | Update the xml.dom.minidom tests to cover the DOM-compliant parts of the | Fred Drake | 2001-09-28 | 1 | -2/+28 |
* | Implement testGetElementsByTagNameNS. | Martin v. Löwis | 2001-06-03 | 1 | -1/+8 |
* | Whitespace normalization. | Tim Peters | 2001-02-21 | 1 | -1/+1 |
* | Patch #103854: raises an exception if a non-Attr node is passed to | Andrew M. Kuchling | 2001-02-21 | 1 | -0/+11 |
* | Add xml declaration into toxml testcase. | Martin v. Löwis | 2001-02-06 | 1 | -1/+1 |
* | Revise the driver code to be more informative in the final report. | Fred Drake | 2001-02-01 | 1 | -7/+10 |
* | Except HierarchyRequestErr instead of TypeError. | Martin v. Löwis | 2001-01-27 | 1 | -1/+1 |
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -4/+4 |
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |