Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -31/+158 |
* | Issue 2918: Merge StringIO and cStringIO. | Alexandre Vassalotti | 2008-06-11 | 1 | -3/+7 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Removed test_overflow from test_memoryio.CBytesIOTest. | Alexandre Vassalotti | 2008-05-08 | 1 | -13/+0 |
* | Changed _bytesio.c to avoid comparing a signed with an unsigned value. | Alexandre Vassalotti | 2008-05-07 | 1 | -0/+14 |
* | Fixed a small bug introduced by r62778. | Alexandre Vassalotti | 2008-05-06 | 1 | -0/+2 |
* | Added tests to check the buffer type returned during reading. | Alexandre Vassalotti | 2008-05-06 | 1 | -0/+6 |
* | Added fast alternate io.BytesIO implementation and its test suite. | Alexandre Vassalotti | 2008-05-06 | 1 | -0/+405 |