Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | |
| | ||||
* | Removed test_overflow from test_memoryio.CBytesIOTest. | Alexandre Vassalotti | 2008-05-08 | |
| | | | | | This test depends too much on the platform it is running-on to be useful. | |||
* | Changed _bytesio.c to avoid comparing a signed with an unsigned value. | Alexandre Vassalotti | 2008-05-07 | |
| | | | | Added tests for overflow checks. | |||
* | Fixed a small bug introduced by r62778. | Alexandre Vassalotti | 2008-05-06 | |
| | | | | | | | One of the codepaths of _BytesIO.read() returned a bytearray object, by mistake, when it should always return a bytes object. Interestingly, the fact this bug shown up probably means that some platforms are not using the new C-accelerated io.BytesIO. | |||
* | Added tests to check the buffer type returned during reading. | Alexandre Vassalotti | 2008-05-06 | |
| | ||||
* | Added fast alternate io.BytesIO implementation and its test suite. | Alexandre Vassalotti | 2008-05-06 | |
Removed old test suite for StringIO. Modified truncate() to imply a seek to given argument value. |