Files
cpython/Objects
Christian Heimes 7f39c9fcbb Backport of several functions from Python 3.0 to 2.6 including PyUnicode_FromString, PyUnicode_Format and PyLong_From/AsSsize_t. The functions are partly required for the backport of the bytearray type and _fileio module. They should also make it easier to port C to 3.0.
First chapter of the Python 3.0 io framework back port: _fileio
The next step depends on a working bytearray type which itself depends on a backport of the nwe buffer API.
2008-01-25 12:18:43 +00:00
..
2007-12-06 00:56:53 +00:00
2007-10-04 06:00:48 +00:00
2008-01-19 10:18:07 +00:00
2007-12-31 23:48:47 +00:00
2006-08-01 16:24:30 +00:00
2008-01-24 17:58:05 +00:00