1. eaf399e Issue #12451: The XInclude default loader of xml.etree now decodes files from by Victor Stinner · 13 years ago
  2. ba8a986 Fix xml.etree.ElementInclude to include the tail of the current node. Issue #6231 by Florent Xicluna · 14 years ago
  3. f15351d Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge from by Florent Xicluna · 14 years ago
  4. c5c45ba Use proper py3k syntax for relative import (from . import foo) by Alex Martelli · 18 years ago
  5. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago[Renamed (99%) from Lib/xmlcore/etree/ElementInclude.py]
  6. 5584245 Some of the test cases were failing due to the busted (relative) import. by Neal Norwitz · 18 years ago
  7. 536cf99 Whitespace normalization. by Tim Peters · 19 years ago
  8. 63168a5 added PSF licensing blurbs to relevant files by Fredrik Lundh · 19 years ago
  9. 9ed7306 Subversion settings: svn:ignore *.pyc *.pyo svn:eol-style native by Armin Rigo · 19 years ago
  10. c6730e1 move the xml package implementation to xmlcore, and adjust the tests to by Fred Drake · 19 years ago[Renamed from Lib/xml/etree/ElementInclude.py]
  11. 075854f added ElementTree core components to xml.etree by Fredrik Lundh · 19 years ago