1. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  2. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  3. 3987fef Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  4. b6aa537 Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  5. 43036a6 Fixed sizeof tests for ElementTree (issue #23450). by Serhiy Storchaka · 9 years ago
  6. 786ac7b Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 10 years ago
  7. 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 10 years ago
  8. e26fa1b Add some testing to verify which module was imported in ET tests. by Eli Bendersky · 11 years ago
  9. 2368704 Some cosmetic changes by Eli Bendersky · 11 years ago
  10. 2b16844 Issue #15467: Merge 3.2 by Martin v. Löwis · 12 years ago
  11. 1730139 White space normalization. by Martin v. Löwis · 12 years ago
  12. bce1666 Issue #14055: Add __sizeof__ support to _elementtree. by Martin v. Löwis · 12 years ago
  13. 64d11e6 Replace the iter/itertext methods of Element in _elementtree with true C implementations, instead of the bootstrapped Python code. In addition to being cleaner (removing the last remains of the bootstrapping code in _elementtree), this gives a 10x performance boost for iter() on large documents. by Eli Bendersky · 12 years ago
  14. 745ccf8 fix trailing whitespace by Eli Bendersky · 12 years ago
  15. 092af1f Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. by Eli Bendersky · 12 years ago
  16. e59a306 The C accelerator was not always imported for cElementTree's tests. (there's still an issue with --huntrleaks switch) by Florent Xicluna · 12 years ago
  17. 292f9a8 make TestAccelerator[Not]Imported for ElementTree more robust by Eli Bendersky · 12 years ago
  18. 66e6f8e Disabling a test that fails on some bots. Will investigate the failure soon by Eli Bendersky · 12 years ago
  19. da57819 in the tests of ElementTree, verify that the C accelerator is imported or not imported as expected by Eli Bendersky · 12 years ago
  20. 6c3da6e Fix xml_etree_c test error (follow up of issue #13988). by Florent Xicluna · 12 years ago
  21. a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 12 years ago
  22. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  23. b3c9e07 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago
  24. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  25. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 14 years ago
  26. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  27. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  28. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  29. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  30. b62e8a8 Two changes that are definitely problem-free and avoid calling print() by Guido van Rossum · 17 years ago
  31. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  32. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  33. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  34. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  35. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  36. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  37. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  38. 8911ca3d added encoding tests to ElementTree/cElementTree tests by Fredrik Lundh · 19 years ago
  39. 9235ea4 added cElementTree tests by Fredrik Lundh · 19 years ago