1. d2a75c6 bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170) by Serhiy Storchaka · 6 years ago
  2. 6f906b3 bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924) by Serhiy Storchaka · 6 years ago
  3. 39ecb9c bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (#3924) by Oren Milman · 7 years ago
  4. e727d41 bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (#3641) by Victor Stinner · 7 years ago
  5. 762ec97 bpo-29204: Emit warnings for already deprecated ElementTree features. (#773) by Serhiy Storchaka · 7 years ago
  6. 690e81f Merge from 3.5. by Serhiy Storchaka · 8 years ago
  7. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  8. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  9. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  10. 3987fef Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  11. b6aa537 Issue #25691: Fixed crash on deleting ElementTree.Element attributes. by Serhiy Storchaka · 9 years ago
  12. 43036a6 Fixed sizeof tests for ElementTree (issue #23450). by Serhiy Storchaka · 9 years ago
  13. 786ac7b Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  14. 4847e4e Issue #19886: Use better estimated memory requirements for bigmem tests. by Serhiy Storchaka · 11 years ago
  15. e26fa1b Add some testing to verify which module was imported in ET tests. by Eli Bendersky · 11 years ago
  16. 2368704 Some cosmetic changes by Eli Bendersky · 11 years ago
  17. 2b16844 Issue #15467: Merge 3.2 by Martin v. Löwis · 12 years ago
  18. 1730139 White space normalization. by Martin v. Löwis · 12 years ago
  19. bce1666 Issue #14055: Add __sizeof__ support to _elementtree. by Martin v. Löwis · 12 years ago
  20. 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
  21. 745ccf8 fix trailing whitespace by Eli Bendersky · 12 years ago
  22. 092af1f Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. by Eli Bendersky · 12 years ago
  23. 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
  24. 292f9a8 make TestAccelerator[Not]Imported for ElementTree more robust by Eli Bendersky · 12 years ago
  25. 66e6f8e Disabling a test that fails on some bots. Will investigate the failure soon by Eli Bendersky · 12 years ago
  26. da57819 in the tests of ElementTree, verify that the C accelerator is imported or not imported as expected by Eli Bendersky · 12 years ago
  27. 6c3da6e Fix xml_etree_c test error (follow up of issue #13988). by Florent Xicluna · 12 years ago
  28. a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 12 years ago
  29. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 13 years ago
  30. b3c9e07 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago
  31. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  32. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 14 years ago
  33. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  34. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  35. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  36. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  37. b62e8a8 Two changes that are definitely problem-free and avoid calling print() by Guido van Rossum · 17 years ago
  38. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  39. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  40. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  41. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 17 years ago
  42. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  43. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  44. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  45. 8911ca3d added encoding tests to ElementTree/cElementTree tests by Fredrik Lundh · 19 years ago
  46. 9235ea4 added cElementTree tests by Fredrik Lundh · 19 years ago