1. 90b2067 #10777: fix iteration over dict keys while mutating the dict. by Georg Brandl · 14 years ago
  2. ec30b3d Fix Issue10205 - XML QName error when different tags have same QName. by Senthil Kumaran · 14 years ago
  3. 1f7fffb #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. by Georg Brandl · 14 years ago
  4. b86680e Explicitly close some files (from issue #10093) by Antoine Pitrou · 14 years ago
  5. f99a15c #9964: fix running test_xml_etree under -OO. by Georg Brandl · 14 years ago
  6. ba8a986 Fix xml.etree.ElementInclude to include the tail of the current node. Issue #6231 by Florent Xicluna · 14 years ago
  7. 14bd1c3 Fix BytesWarning in test_xml_etree, introduced with r83851. by Florent Xicluna · 14 years ago
  8. c17f172 Issue #8047: Fix the xml.etree serializer to return bytes by default. by Florent Xicluna · 14 years ago
  9. 6c6f851 Issue #9425: skip tests if a filename is not encodable by Victor Stinner · 14 years ago
  10. 41fe615 (partially) by Florent Xicluna · 14 years ago
  11. 886af96 Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from by Benjamin Peterson · 15 years ago
  12. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 15 years ago
  13. 99f69ee Merged revisions 78125 via svnmerge from by Antoine Pitrou · 15 years ago
  14. c77dd32 Issue #6233: ElementTree failed converting unicode characters to XML by Antoine Pitrou · 15 years ago
  15. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  16. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  17. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  18. b62e8a8 Two changes that are definitely problem-free and avoid calling print() by Guido van Rossum · 17 years ago
  19. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  20. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  21. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  22. 7131f84 Fix a bunch of doctests with the -d option of refactor.py. by Guido van Rossum · 18 years ago
  23. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  24. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  25. 8911ca3d added encoding tests to ElementTree/cElementTree tests by Fredrik Lundh · 19 years ago
  26. 9ed7306 Subversion settings: svn:ignore *.pyc *.pyo svn:eol-style native by Armin Rigo · 19 years ago
  27. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago
  28. 2a60d9a added xml.etree test (enough of the ElementTree selftest to by Fredrik Lundh · 19 years ago