summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_minidom.py
Commit message (Expand)AuthorAgeFilesLines
* #777884: make .normalize() do nothing for childless nodes, instead of raising...Andrew M. Kuchling2010-07-251-0/+8
* http://bugs.python.org/issue8832Kristján Valur Jónsson2010-06-091-0/+7
* Merged revisions 79100 via svnmerge fromFlorent Xicluna2010-03-191-1/+1
* Merged revisions 79024 via svnmerge fromEzio Melotti2010-03-181-1/+1
* Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-1/+2
* Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-131-9/+3
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* Merged revisions 71414 via svnmerge fromR. David Murray2009-04-091-0/+161
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-1/+1
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-111-2/+1
* Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via sv...Benjamin Peterson2008-05-261-0/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+8
* Remove RISCOS supportSkip Montanaro2007-08-161-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* Fix the minidom test.Guido van Rossum2007-07-271-7/+7
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-5/+5
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1337/+1257
* Fix xml.dom.minidom so it works again after the dict views introduction.Brett Cannon2007-02-211-6/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-20/+20
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-47/+45
* Whitespace normalization.Tim Peters2005-12-251-3/+3
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-45/+47
* [Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix f...Andrew M. Kuchling2005-11-221-0/+11
* Patch #1309009, Fix segfault in pyexpat when the XML document isNeal Norwitz2005-09-301-0/+9
* bug [ 1262320 ] minidom.py alternate newl support is brokenGeorg Brandl2005-08-251-4/+11
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-3/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Synchronize with PyXML's 1.33: Import missing modules.Martin v. Löwis2003-01-251-3/+6
* Merge PyXML 1.11-1.26:Martin v. Löwis2003-01-251-24/+732
* If PyXML is installed, there is no Node.allnodes, so that portion ofFred Drake2002-09-121-11/+22
* Remove duplicate checks of the Node.allnodes variable.Fred Drake2002-07-251-3/+0
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Follow PyXML: Remove all prints from successful tests. This means we canFred Drake2002-07-191-21/+14
* Implement the encoding argument for toxml and toprettyxml.Martin v. Löwis2002-06-301-0/+8
* Attribute nodes did not always get their ownerDocument and ownerElementFred Drake2001-12-061-0/+22
* Fix appendChild() and insertBefore() (and replaceChild() indirectly) whenFred Drake2001-12-061-0/+45
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-2/+2
* Update the xml.dom.minidom tests to cover the DOM-compliant parts of theFred Drake2001-09-281-2/+28
* Implement testGetElementsByTagNameNS.Martin v. Löwis2001-06-031-1/+8
* Whitespace normalization.Tim Peters2001-02-211-1/+1
* Patch #103854: raises an exception if a non-Attr node is passed toAndrew M. Kuchling2001-02-211-0/+11
* Add xml declaration into toxml testcase.Martin v. Löwis2001-02-061-1/+1
* Revise the driver code to be more informative in the final report.Fred Drake2001-02-011-7/+10
* Except HierarchyRequestErr instead of TypeError.Martin v. Löwis2001-01-271-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-4/+4
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Add forgotten importAndrew M. Kuchling2001-01-021-0/+1
* Added test case for legal DOM childrenAndrew M. Kuchling2000-12-311-1/+25
* Before calling traceback.print_exc(), call sys.stdout.flush(). This makesFred Drake2000-12-151-0/+1