1. c90111f #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 12 years ago
  2. 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 13 years ago
  3. 90b2067 #10777: fix iteration over dict keys while mutating the dict. by Georg Brandl · 14 years ago
  4. c95c918 Guard against rogue tuples. by Georg Brandl · 14 years ago
  5. b56c0e2 #10661: give QName a nicer repr. by Georg Brandl · 14 years ago
  6. ec30b3d Fix Issue10205 - XML QName error when different tags have same QName. by Senthil Kumaran · 14 years ago
  7. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  8. c17f172 Issue #8047: Fix the xml.etree serializer to return bytes by default. by Florent Xicluna · 14 years ago
  9. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 15 years ago
  10. 99f69ee Merged revisions 78125 via svnmerge from by Antoine Pitrou · 15 years ago
  11. c77dd32 Issue #6233: ElementTree failed converting unicode characters to XML by Antoine Pitrou · 15 years ago
  12. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  13. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  14. f30bb0e Patch #1762412: Fix test case for struni branch. by Martin v. Löwis · 17 years ago
  15. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  16. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  17. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  18. 6cefeb0 Jacques Frechet's and John Reese's simplification of ElementTree: give up by Alex Martelli · 18 years ago
  19. c5c45ba Use proper py3k syntax for relative import (from . import foo) by Alex Martelli · 18 years ago
  20. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago[Renamed (99%) from Lib/xmlcore/etree/ElementTree.py]
  21. 63168a5 added PSF licensing blurbs to relevant files by Fredrik Lundh · 19 years ago
  22. 9ed7306 Subversion settings: svn:ignore *.pyc *.pyo svn:eol-style native by Armin Rigo · 19 years ago
  23. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago[Renamed (99%) from Lib/xml/etree/ElementTree.py]
  24. 075854f added ElementTree core components to xml.etree by Fredrik Lundh · 19 years ago