summaryrefslogtreecommitdiff
path: root/Lib/xml/etree/ElementInclude.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-3/+3
|\
| * Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-3/+3
* | Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-5/+4
|/
* Issue #12451: The XInclude default loader of xml.etree now decodes files fromVictor Stinner2011-06-301-4/+5
* Fix xml.etree.ElementInclude to include the tail of the current node. Issue ...Florent Xicluna2010-08-081-1/+1
* Merged revisions 78838-78839,78917,78919,78934,78937 via svnmerge fromFlorent Xicluna2010-03-131-3/+3
* Use proper py3k syntax for relative import (from . import foo)Alex Martelli2006-08-211-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+143
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-141/+0
* added ElementTree core components to xml.etreeFredrik Lundh2005-12-121-0/+141