summaryrefslogtreecommitdiff
path: root/Lib/xml/etree/ElementInclude.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-8/+7
| | | | SimpleHTTPServer, imghdr, mailcap, mimetypes, xml.etree.
* Merged revisions 83864 via svnmerge fromFlorent Xicluna2010-08-091-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83864 | florent.xicluna | 2010-08-09 01:08:41 +0200 (lun., 09 août 2010) | 2 lines Fix xml.etree.ElementInclude to include the tail of the current node. Issue #6231 ........
* Issue #6472: The xml.etree package is updated to ElementTree 1.3. The ↵Florent Xicluna2010-03-111-4/+4
| | | | cElementTree module is updated too.
* expunge the xmlcore changes:Fred Drake2006-07-291-0/+143
| | | | | | | | | | | | | | | | | | | 41667, 41668 - initial switch to xmlcore 47044 - mention of xmlcore in What's New 50687 - mention of xmlcore in the library reference re-apply xmlcore changes to xml: 41674 - line ending changes (re-applied manually), directory props 41677 - add cElementTree wrapper 41678 - PSF licensing for etree 41812 - whitespace normalization 42724 - fix svn:eol-style settings 43681, 43682 - remove Python version-compatibility cruft from minidom 46773 - fix encoding of \r\n\t in attr values in saxutils 47269 - added XMLParser alias for cElementTree compatibility additional tests were added in Lib/test/test_sax.py that failed with the xmlcore changes; these relate to SF bugs #1511497, #1513611
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-141/+0
| | | | | test that package, not the xmlcore/PyXML switcheroo fiasco in the xml module/package
* added ElementTree core components to xml.etreeFredrik Lundh2005-12-121-0/+141