1. 65c5b09 bpo-30027: Fix Py3k warnings in test_xml_etree. (#1065) by Serhiy Storchaka · 7 years ago
  2. 9c2c42c bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963) by Serhiy Storchaka · 7 years ago
  3. 68903b6 bpo-15083: Convert ElementTree doctests to unittests. (#906) by Serhiy Storchaka · 7 years ago
  4. f933e08 Issue #19815: Fix segfault when parsing empty namespace declaration. by Eli Bendersky · 11 years ago
  5. b671701 Issue #13612: Fix a buffer overflow in case of a multi-byte encoding. by Eli Bendersky · 11 years ago
  6. 20d4669 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 11 years ago
  7. 6d6fb3a #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 12 years ago
  8. b82cbc3 Fix merge in changeset e1dde980a92c. by Florent Xicluna · 13 years ago
  9. 0965ee2 Issue #2892: preserve iterparse events in case of SyntaxError by Florent Xicluna · 13 years ago
  10. d8d8849 Merged revisions 85459-85465 via svnmerge from by Georg Brandl · 14 years ago
  11. 8086038 Merged revisions 86348 via svnmerge from by Senthil Kumaran · 14 years ago
  12. f7c2445 Merged revisions 85497 via svnmerge from by Antoine Pitrou · 14 years ago
  13. 2f1b1ff Merged revisions 83864 via svnmerge from by Florent Xicluna · 14 years ago
  14. 26cc99d Fix test for xml.etree when using a non-ascii path. And use check_warnings instead of catch_warnings. by Florent Xicluna · 14 years ago
  15. ece29b2 Do not hardcode Expat version. It's possible to build Python with --with-system-expat option. by Florent Xicluna · 14 years ago
  16. 88db6f4 Minor documentation updates for xml.etree. by Florent Xicluna · 14 years ago
  17. 1b51c3d Do not chdir when running test_xml_etree, and enhance the findfile helper. by Florent Xicluna · 14 years ago
  18. 13ba1a1 Move the xml test data to their own directory. by Florent Xicluna · 14 years ago
  19. e2e81e8 Fix repr of tree Element on windows. by Florent Xicluna · 14 years ago
  20. 3e8c189 Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too. by Florent Xicluna · 14 years ago
  21. 42fb6ab Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">") by Antoine Pitrou · 15 years ago
  22. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  23. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  24. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 16 years ago
  25. 9297e16 restore test un-intentionally removed in the xmlcore purge (revision 50941) by Fred Drake · 18 years ago
  26. fbdeaad expunge the xmlcore changes: by Fred Drake · 18 years ago
  27. 8911ca3 added encoding tests to ElementTree/cElementTree tests by Fredrik Lundh · 19 years ago
  28. 9ed7306 Subversion settings: svn:ignore *.pyc *.pyo svn:eol-style native by Armin Rigo · 19 years ago
  29. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago
  30. 2a60d9a added xml.etree test (enough of the ElementTree selftest to by Fredrik Lundh · 19 years ago