summaryrefslogtreecommitdiff
path: root/Lib/test/test_memoryio.py
Commit message (Expand)AuthorAgeFilesLines
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-13/+13
* correct logic when pos is after the string #10467Benjamin Peterson2010-11-201-0/+5
* Issue #5506: BytesIO objects now have a getbuffer() method exporting aAntoine Pitrou2010-09-061-1/+25
* Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-011-1/+1
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* Merged revisions 78088 via svnmerge fromAntoine Pitrou2010-02-071-19/+0
* Merged revisions 77890 via svnmerge fromAntoine Pitrou2010-01-311-2/+3
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-4/+4
* Issue 5449: Fix io.BytesIO to not accept arbitrary keywordsAlexandre Vassalotti2009-08-041-0/+5
* Issue #6218: Make io.BytesIO and io.StringIO picklable.Alexandre Vassalotti2009-07-221-9/+145
* Issue #6241: Better type checking for the arguments of io.StringIO.Alexandre Vassalotti2009-07-221-0/+8
* Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.Alexandre Vassalotti2009-07-221-0/+7
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-061-3/+3
* implement a detach() method for BufferedIOBase and TextIOBase #5883Benjamin Peterson2009-05-011-0/+10
* stringio doesn't have an encodingBenjamin Peterson2009-03-211-1/+1
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-31/+158
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-111-3/+7
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* 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