Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove __metaclass__ remains. | Georg Brandl | 2008-05-27 | 1 | -4/+4 |
| | |||||
* | More 2to3 fixes in the Tools directory. Fixes #2893. | Georg Brandl | 2008-05-16 | 4 | -19/+14 |
| | |||||
* | Convert raise statements in Tools/. | Collin Winter | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -1/+1 |
| | | | | | | | | | | Completely get rid of StringIO.py and cStringIO.c. I had to fix a few tests and modules beyond what Christian did, and invent a few conventions. E.g. in elementtree, I chose to write/return Unicode strings whe no encoding is given, but bytes when an explicit encoding is given. Also mimetools was made to always assume binary files. | ||||
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 3 | -13/+13 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 7 | -23/+19 |
| | |||||
* | Patch #812378: Normalize white space. | Martin v. Löwis | 2003-10-24 | 1 | -4/+4 |
| | |||||
* | Initial prototype of framer: a tool to build the frame for extension modules. | Jeremy Hylton | 2002-08-05 | 12 | -0/+915 |