1. 09b5247 bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581) by Serhiy Storchaka · 8 years ago
  2. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  3. b3d8b59 Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error. by Serhiy Storchaka · 10 years ago
  4. 1adbacf Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 12 years ago
  5. 20d4669 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 12 years ago
  6. 981c3bd Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  7. 3d4a02a Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 13 years ago
  8. 6d6fb3a #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 13 years ago
  9. 0965ee2 Issue #2892: preserve iterparse events in case of SyntaxError by Florent Xicluna · 14 years ago
  10. 67d5d0e Closes #7334: close source files on ElementTree.parse and iterparse (partial backport of issue #10093 from 3.2). by Florent Xicluna · 14 years ago
  11. 8086038 Merged revisions 86348 via svnmerge from by Senthil Kumaran · 15 years ago
  12. 2f1b1ff Merged revisions 83864 via svnmerge from by Florent Xicluna · 15 years ago
  13. 3e8c189 Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cElementTree module is updated too. by Florent Xicluna · 15 years ago
  14. 42fb6ab Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">") by Antoine Pitrou · 16 years ago
  15. fbdeaad expunge the xmlcore changes: by Fred Drake · 19 years ago
  16. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 20 years ago
  17. 075854f added ElementTree core components to xml.etree by Fredrik Lundh · 20 years ago