1. 745ccf8 fix trailing whitespace by Eli Bendersky · 12 years ago
  2. 092af1f Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. by Eli Bendersky · 12 years ago
  3. 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
  4. 292f9a8 make TestAccelerator[Not]Imported for ElementTree more robust by Eli Bendersky · 12 years ago
  5. 66e6f8e Disabling a test that fails on some bots. Will investigate the failure soon by Eli Bendersky · 12 years ago
  6. da57819 in the tests of ElementTree, verify that the C accelerator is imported or not imported as expected by Eli Bendersky · 12 years ago
  7. 6c3da6e Fix xml_etree_c test error (follow up of issue #13988). by Florent Xicluna · 12 years ago
  8. a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 12 years ago
  9. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  10. b3c9e07 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago
  11. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  12. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 14 years ago
  13. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  14. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  15. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  16. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  17. b62e8a8 Two changes that are definitely problem-free and avoid calling print() by Guido van Rossum · 17 years ago
  18. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  19. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  20. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  21. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  22. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  23. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  24. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  25. 8911ca3d added encoding tests to ElementTree/cElementTree tests by Fredrik Lundh · 19 years ago
  26. 9235ea4 added cElementTree tests by Fredrik Lundh · 19 years ago