summaryrefslogtreecommitdiffstats
path: root/Tools/framer/example.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-5/+4
|
* Initial prototype of framer: a tool to build the frame for extension modules.Jeremy Hylton2002-08-051-0/+127