1. 06 Ara, 2001 2 kayıt (commit)
  2. 24 Eki, 2001 1 kayıt (commit)
  3. 28 Eyl, 2001 1 kayıt (commit)
  4. 03 Haz, 2001 1 kayıt (commit)
  5. 21 Şub, 2001 2 kayıt (commit)
  6. 06 Şub, 2001 1 kayıt (commit)
  7. 01 Şub, 2001 1 kayıt (commit)
  8. 27 Ock, 2001 1 kayıt (commit)
  9. 17 Ock, 2001 2 kayıt (commit)
  10. 02 Ock, 2001 1 kayıt (commit)
  11. 31 Ara, 2000 1 kayıt (commit)
  12. 15 Ara, 2000 1 kayıt (commit)
  13. 14 Ara, 2000 1 kayıt (commit)
  14. 21 Kas, 2000 1 kayıt (commit)
    • Fred Drake's avatar
      testInsertBefore(): Rewritten to actually test insertBefore() somewhat. · a1bde802
      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().
      a1bde802
  15. 23 Eki, 2000 1 kayıt (commit)
  16. 13 Eki, 2000 1 kayıt (commit)
  17. 12 Eki, 2000 1 kayıt (commit)
  18. 11 Eki, 2000 1 kayıt (commit)
  19. 09 Eki, 2000 1 kayıt (commit)
  20. 06 Eki, 2000 1 kayıt (commit)
  21. 26 Eyl, 2000 1 kayıt (commit)
  22. 22 Eyl, 2000 1 kayıt (commit)
  23. 21 Eyl, 2000 1 kayıt (commit)
    • Guido van Rossum's avatar
      The minidom.Node class has a debug attribute which, when its _debug · 9e79a25b
      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.)
      9e79a25b
  24. 19 Eyl, 2000 2 kayıt (commit)
  25. 18 Eyl, 2000 1 kayıt (commit)
  26. 03 Tem, 2000 1 kayıt (commit)
  27. 01 Tem, 2000 1 kayıt (commit)