Files
cpython/Modules
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
..
2006-08-13 18:12:26 +00:00
2006-02-27 17:20:04 +00:00
2008-01-18 08:04:57 +00:00
2008-01-21 21:28:32 +00:00
2007-05-09 18:10:47 +00:00
2006-05-29 13:53:16 +00:00
2007-03-10 07:38:14 +00:00
2008-01-18 08:53:45 +00:00
2007-11-12 18:58:08 +00:00
2006-09-16 17:36:37 +00:00
2006-04-22 01:58:40 +00:00
2007-12-19 19:41:06 +00:00
2008-01-23 14:07:13 +00:00
2006-06-12 03:05:40 +00:00
2008-01-18 07:30:20 +00:00