summaryrefslogtreecommitdiffstats
path: root/Tools/framer
Commit message (Collapse)AuthorAgeFilesLines
* Remove __metaclass__ remains.Georg Brandl2008-05-271-4/+4
|
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-164-19/+14
|
* Convert raise statements in Tools/.Collin Winter2007-08-221-1/+1
|
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-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 Winter2007-08-033-13/+13
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-187-23/+19
|
* Patch #812378: Normalize white space.Martin v. Löwis2003-10-241-4/+4
|
* Initial prototype of framer: a tool to build the frame for extension modules.Jeremy Hylton2002-08-0512-0/+915