summaryrefslogtreecommitdiffstats
path: root/Lib/xml/etree
Commit message (Expand)AuthorAgeFilesLines
* Issue #20331: Fixed possible FD leaks in various modules:Serhiy Storchaka2014-01-251-8/+7
* Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-041-3/+3
* Issue #11367: fix documentation of some find* methods in ElementTreeEli Bendersky2013-03-121-7/+5
* Describe the default_namespace parameter of ElemetTree.write.Serhiy Storchaka2013-01-131-2/+3
* #15970: xml.etree.ElementTree now serializes correctly the empty HTML element...Ezio Melotti2012-09-191-1/+1
* Issue #2892: preserve iterparse events in case of SyntaxErrorFlorent Xicluna2011-11-011-15/+23
* Closes #7334: close source files on ElementTree.parse and iterparse (partial ...Florent Xicluna2011-10-291-11/+22
* Merged revisions 86348 via svnmerge fromSenthil Kumaran2010-11-091-2/+3
* Merged revisions 83864 via svnmerge fromFlorent Xicluna2010-08-091-1/+1
* Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...Florent Xicluna2010-03-114-545/+1038
* Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")Antoine Pitrou2010-02-091-2/+2
* expunge the xmlcore changes:Fred Drake2006-07-295-0/+1637
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-144-1621/+0
* added ElementTree core components to xml.etreeFredrik Lundh2005-12-124-0/+1621