- 06 Ara, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
properly set. This fixes that.
-
Fred Drake yazdı
the node being added is a fragment node. This closes SF bug #487929.
-
- 24 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 28 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
NodeList interface.
-
- 03 Haz, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 21 Şub, 2001 2 kayıt (commit)
-
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
NamedNodeMap.setNamedItem(). Martin, should I sync the PyXML tree, too, or do you want to do it? (I don't know if you're wrapping the 0.6.4 release right now.)
-
- 06 Şub, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Şub, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 27 Ock, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 17 Ock, 2001 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
'verify' iff it's used by a test module...
-
Marc-André Lemburg yazdı
and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
- 02 Ock, 2001 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 31 Ara, 2000 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 15 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
it much easier to see where things went wrong.
-
- 14 Ara, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
This closes patch #102477.
-
- 21 Kas, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
testAAA(), testAAB(): Added checks that the results are right. testTooManyDocumentElements(): Added code to actually test this. testCloneElementDeep() testCloneElementShallow(): Filled these in with test code. _testCloneElementCopiesAttributes(), _setupCloneElement(): Helper functions used with the other testCloneElement*() functions. testCloneElementShallowCopiesAttributes(): No longer a separate test; _setupCloneElement() uses _testCloneElementCopiesAttributes() to test that this is always done. testNormalize(): Added to check Node.normalize().
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 13 Eki, 2000 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
-
- 12 Eki, 2000 1 kayıt (commit)
-
-
Jeremy Hylton yazdı
use standard Python style for whitespace near = and ()
-
- 11 Eki, 2000 1 kayıt (commit)
-
-
Lars Gustäbel yazdı
-
- 09 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
driver code, so that each test gets this; it had been done inconsistently. Remove the lines that set the variables holding dom objects to None; not needed since the interpreter cleans up locals on function return.
-
- 06 Eki, 2000 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 Eyl, 2000 1 kayıt (commit)
-
-
Barry Warsaw yazdı
the parser built into ImportErrors.
-
- 22 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Closes Bug #115054.
-
- 21 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
flag is true, is set to a StringIO object that silently collects all debug messages. This is triggered by the Node._debug=1 statement at the top of test_minidom.py. After the tests, we better delete that StringIO object to avoid wasting memory. We also reset the _debug flag. (Note that this is an undetectable memory leak, and the memory doesn't get collected by the cycle-gc either, because it's all reachable -- it's just useless.)
-
- 19 Eyl, 2000 2 kayıt (commit)
-
-
Paul Prescod yazdı
-
Martin v. Löwis yazdı
Closes Bug #114775.
-
- 18 Eyl, 2000 1 kayıt (commit)
-
-
Paul Prescod yazdı
checks.
-
- 03 Tem, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
test is run as a script and when imported via the regression test framework. Problem reported by Phillip Porch <root@theporch.com>.
-
- 01 Tem, 2000 1 kayıt (commit)
-
-
Paul Prescod yazdı
-