summaryrefslogtreecommitdiff
path: root/Lib/xml/etree/ElementTree.py
Commit message (Expand)AuthorAgeFilesLines
* 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