Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -12/+17 |
* | Patch #1762412: Fix test case for struni branch. | Martin v. Löwis | 2007-07-28 | 1 | -44/+20 |
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -2/+2 |
* | Remove functions in string module that are also string methods. Also remove: | Neal Norwitz | 2007-04-17 | 1 | -16/+16 |
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -1/+1 |
* | Jacques Frechet's and John Reese's simplification of ElementTree: give up | Alex Martelli | 2006-08-21 | 1 | -27/+1 |
* | Use proper py3k syntax for relative import (from . import foo) | Alex Martelli | 2006-08-21 | 1 | -1/+2 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -0/+1260 |
* | move the xml package implementation to xmlcore, and adjust the tests to | Fred Drake | 2005-12-14 | 1 | -1254/+0 |
* | added ElementTree core components to xml.etree | Fredrik Lundh | 2005-12-12 | 1 | -0/+1254 |