| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
This test depends too much on the platform it is running-on to be
useful.
|
| |
|
|
| |
Added tests for overflow checks.
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
|
|
Removed old test suite for StringIO.
Modified truncate() to imply a seek to given argument value.
|