summaryrefslogtreecommitdiffstats
path: root/Lib/xml/etree/ElementTree.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)Serhiy Storchaka2017-05-171-2/+8
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.Serhiy Storchaka2015-11-231-30/+41
* 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
* Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...Florent Xicluna2010-03-111-415/+803
* Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")Antoine Pitrou2010-02-091-2/+2
* expunge the xmlcore changes:Fred Drake2006-07-291-0/+1260
* move the xml package implementation to xmlcore, and adjust the tests toFred Drake2005-12-141-1254/+0
* added ElementTree core components to xml.etreeFredrik Lundh2005-12-121-0/+1254