summaryrefslogtreecommitdiff
path: root/Lib/test/test_minidom.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the test suite to cover more ground.Fred Drake2000-12-141-0/+8
* testInsertBefore(): Rewritten to actually test insertBefore() somewhat.Fred Drake2000-11-211-14/+103
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-13/+13
* Updated test suite to latest pulldom changes.Lars Gustäbel2000-10-131-15/+15
* cosmetic changes only:Jeremy Hylton2000-10-121-118/+118
* Added additional test cases for pulldom modifications.Lars Gustäbel2000-10-111-1/+67
* Move the test for confirmation that all nodes have been freed into theFred Drake2000-10-091-24/+5
* Add .toxml test case, as proposed by Alex Martelli in bug report #116244.Martin v. Löwis2000-10-061-1/+6
* Added an "import xml.parsers.expat" to turn errors due to not havingBarry Warsaw2000-09-261-0/+1
* Get rid of the one tab in the file.Guido van Rossum2000-09-221-1/+1
* The minidom.Node class has a debug attribute which, when its _debugGuido van Rossum2000-09-211-0/+2
* Fix test errors.Paul Prescod2000-09-191-0/+1
* Don't print specific Node instances unless running verbosely.Martin v. Löwis2000-09-191-2/+8
* Change assertions to confirmations so that optimization doesn't disablePaul Prescod2000-09-181-46/+66
* Compute the name of the test file so that it can be found both when thisFred Drake2000-07-031-2/+12
* Added minidom tests.Paul Prescod2000-07-011-0/+321