summaryrefslogtreecommitdiffstats
path: root/Lib/xml/etree
Commit message (Expand)AuthorAgeFilesLines
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-12/+17
* Patch #1762412: Fix test case for struni branch.Martin v. Löwis2007-07-281-44/+20
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-2/+2
* 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-212-2/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-115-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