summaryrefslogtreecommitdiff
path: root/Lib/test/test_memoryio.py
Commit message (Expand)AuthorAgeFilesLines
* Removed test_overflow from test_memoryio.CBytesIOTest.Alexandre Vassalotti2008-05-081-13/+0
* Changed _bytesio.c to avoid comparing a signed with an unsigned value.Alexandre Vassalotti2008-05-071-0/+14
* Fixed a small bug introduced by r62778.Alexandre Vassalotti2008-05-061-0/+2
* Added tests to check the buffer type returned during reading.Alexandre Vassalotti2008-05-061-0/+6
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-061-0/+405