index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_minidom.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Add forgotten import
Andrew M. Kuchling
2001-01-02
1
-0/+1
*
Added test case for legal DOM children
Andrew M. Kuchling
2000-12-31
1
-1/+25
*
Before calling traceback.print_exc(), call sys.stdout.flush(). This makes
Fred Drake
2000-12-15
1
-0/+1
*
Update the test suite to cover more ground.
Fred Drake
2000-12-14
1
-0/+8
*
testInsertBefore(): Rewritten to actually test insertBefore() somewhat.
Fred Drake
2000-11-21
1
-14/+103
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-13/+13
*
Updated test suite to latest pulldom changes.
Lars Gustäbel
2000-10-13
1
-15/+15
*
cosmetic changes only:
Jeremy Hylton
2000-10-12
1
-118/+118
*
Added additional test cases for pulldom modifications.
Lars Gustäbel
2000-10-11
1
-1/+67
*
Move the test for confirmation that all nodes have been freed into the
Fred Drake
2000-10-09
1
-24/+5
*
Add .toxml test case, as proposed by Alex Martelli in bug report #116244.
Martin v. Löwis
2000-10-06
1
-1/+6
*
Added an "import xml.parsers.expat" to turn errors due to not having
Barry Warsaw
2000-09-26
1
-0/+1
*
Get rid of the one tab in the file.
Guido van Rossum
2000-09-22
1
-1/+1
*
The minidom.Node class has a debug attribute which, when its _debug
Guido van Rossum
2000-09-21
1
-0/+2
*
Fix test errors.
Paul Prescod
2000-09-19
1
-0/+1
*
Don't print specific Node instances unless running verbosely.
Martin v. Löwis
2000-09-19
1
-2/+8
*
Change assertions to confirmations so that optimization doesn't disable
Paul Prescod
2000-09-18
1
-46/+66
*
Compute the name of the test file so that it can be found both when this
Fred Drake
2000-07-03
1
-2/+12
*
Added minidom tests.
Paul Prescod
2000-07-01
1
-0/+321
[prev]