1. 72cdb5c Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 11 years ago
  2. 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 11 years ago
  3. aaa9780 Issue #9708: Fix support for iterparse(parser=...) argument per documentation. by Eli Bendersky · 12 years ago
  4. f1b045f Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  5. 03530b9 Describe the default_namespace parameter of ElemetTree.write. by Serhiy Storchaka · 12 years ago
  6. ee32931 Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL). by Antoine Pitrou · 12 years ago
  7. ab9b661 #15970: merge with 3.2. by Ezio Melotti · 12 years ago
  8. c90111f #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". by Ezio Melotti · 12 years ago
  9. f90fc68 fix whitespace woes by Eli Bendersky · 12 years ago
  10. 43cc5f2 Optimize tostringlist by taking the stream class outside the function. It's now 2x faster on short calls. Related to #1767933 by Eli Bendersky · 12 years ago
  11. 426e248 Preserve the invariant tostring(elem) == b''.join(tostringlist(elem)) and add a test to make sure it keeps working by Eli Bendersky · 12 years ago
  12. 00f402b Close #1767933: Badly formed XML using etree and utf-16. Patch by Serhiy Storchaka, with some minor fixes by me by Eli Bendersky · 12 years ago
  13. a1c974a Minor refactoring in xml.etree.ElementTree doctype parser. by Florent Xicluna · 12 years ago
  14. 27cbb19 Removed _SimpleElementPath and its flaky test. The test monkey-patches the module, which causes other failures and fails itself depending on the order tests are run. by Eli Bendersky · 12 years ago
  15. 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
  16. 737b173 Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree. by Eli Bendersky · 12 years ago
  17. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 12 years ago
  18. fb06746 Flatten nested try ... finally, try ... except. by Florent Xicluna · 12 years ago
  19. 75b5e7e Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/close) for the Python implementation as well. Add disabled tests for the doctype() method. by Florent Xicluna · 12 years ago
  20. 092af1f Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. by Eli Bendersky · 12 years ago
  21. 1639505 fix the _namespace_map cleanup for cElementTree tests. by Florent Xicluna · 12 years ago
  22. a72a98f Issue #13988: cElementTree is deprecated and the _elementtree accelerator is automatically used whenever available. by Florent Xicluna · 12 years ago
  23. 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 13 years ago
  24. 90b2067 #10777: fix iteration over dict keys while mutating the dict. by Georg Brandl · 14 years ago
  25. c95c918 Guard against rogue tuples. by Georg Brandl · 14 years ago
  26. b56c0e2 #10661: give QName a nicer repr. by Georg Brandl · 14 years ago
  27. ec30b3d Fix Issue10205 - XML QName error when different tags have same QName. by Senthil Kumaran · 14 years ago
  28. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  29. c17f172 Issue #8047: Fix the xml.etree serializer to return bytes by default. by Florent Xicluna · 14 years ago
  30. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 14 years ago
  31. 99f69ee Merged revisions 78125 via svnmerge from by Antoine Pitrou · 14 years ago
  32. c77dd32 Issue #6233: ElementTree failed converting unicode characters to XML by Antoine Pitrou · 14 years ago
  33. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  34. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  35. f30bb0e Patch #1762412: Fix test case for struni branch. by Martin v. Löwis · 17 years ago
  36. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  37. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  38. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  39. 6cefeb0 Jacques Frechet's and John Reese's simplification of ElementTree: give up by Alex Martelli · 18 years ago
  40. c5c45ba Use proper py3k syntax for relative import (from . import foo) by Alex Martelli · 18 years ago
  41. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago[Renamed (99%) from Lib/xmlcore/etree/ElementTree.py]
  42. 63168a5 added PSF licensing blurbs to relevant files by Fredrik Lundh · 19 years ago
  43. 9ed7306 Subversion settings: svn:ignore *.pyc *.pyo svn:eol-style native by Armin Rigo · 19 years ago
  44. 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]
  45. 075854f added ElementTree core components to xml.etree by Fredrik Lundh · 19 years ago