]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added fast alternate io.BytesIO implementation and its test suite.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Tue, 6 May 2008 19:48:38 +0000 (19:48 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Tue, 6 May 2008 19:48:38 +0000 (19:48 +0000)
commit77250f4df7a73a5c87d12d781a562747a855cd95
tree61f83259cd270f6011c75cbe95d2a25d12c29f87
parent5d8da20dd1034081906dbdffea9c77bf39353dec
Added fast alternate io.BytesIO implementation and its test suite.
Removed old test suite for StringIO.
Modified truncate() to imply a seek to given argument value.
Lib/io.py
Lib/test/test_StringIO.py [deleted file]
Lib/test/test_io.py
Lib/test/test_largefile.py
Lib/test/test_memoryio.py [new file with mode: 0644]
Lib/test/test_mimetools.py
Modules/_bytesio.c [new file with mode: 0644]
Modules/_fileio.c
Python/pythonrun.c
setup.py