summaryrefslogtreecommitdiffstats
path: root/Lib/xml/etree/ElementTree.py
Commit message (Expand)AuthorAgeFilesLines
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-16/+16
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Jacques Frechet's and John Reese's simplification of ElementTree: give upAlex Martelli2006-08-211-27/+1
* Use proper py3k syntax for relative import (from . import foo)Alex Martelli2006-08-211-1/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-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