aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_memoryio.py
Commit message (Expand)AuthorAge
* bpo-30416: Protect the optimizer during constant folding. (#4860)Serhiy Storchaka2017-12-15
* bpo-29741: Update some methods in the _pyio module to also accept integer typ...Oren Milman2017-08-24
* Issue #23214: Implement optional BufferedReader, BytesIO read1() argumentMartin Panter2016-10-20
* Issue #20699: Document that “io” methods accept bytes-like objectsMartin Panter2016-05-28
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-26
* Issue #24989: Fixed buffer overread in BytesIO.readline() if a position isSerhiy Storchaka2015-09-04
* Issue #20557: Use specific asserts in io tests.Serhiy Storchaka2015-08-02
|\
| * Issue #20557: Use specific asserts in io tests.Serhiy Storchaka2015-08-02
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* | Issue #15381: Optimized io.BytesIO to make less allocations and copyings.Serhiy Storchaka2015-02-03
* | Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-03
|\|
| * Issue #23099: Closing io.BytesIO with exported buffer is rejected now toSerhiy Storchaka2015-02-03
* | Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-15
|\|
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-15
* | Issue #22003: When initialized from a bytes object, io.BytesIO() nowAntoine Pitrou2014-07-29
|/
* Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.Serhiy Storchaka2014-02-05
|\
| * Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.Serhiy Storchaka2014-02-05
* | Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...Antoine Pitrou2014-02-02
|\|
| * Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...Antoine Pitrou2014-02-02
* | Issue #20424: Python implementation of io.StringIO now supports lone surrogates.Serhiy Storchaka2014-01-29
|\|
| * Issue #20424: Python implementation of io.StringIO now supports lone surrogates.Serhiy Storchaka2014-01-29
* | Merge 3.3Alexandre Vassalotti2013-04-14
|\|
| * Fix pickling test in test_memoryio.Alexandre Vassalotti2013-04-14
* | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
|/
* Issue #15841: The readable(), writable() and seekable() methods of BytesIOAntoine Pitrou2012-09-05
|\
| * Issue #15841: The readable(), writable() and seekable() methods of BytesIOAntoine Pitrou2012-09-05
* | Better test for BytesIO.__sizeof__, now that the struct module supports (s)si...Antoine Pitrou2012-07-30
|/
* Issue #15489: Add a __sizeof__ implementation for BytesIO objects.Antoine Pitrou2012-07-30
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* correct logic when pos is after the string #10467Benjamin Peterson2010-11-20
* Issue #5506: BytesIO objects now have a getbuffer() method exporting aAntoine Pitrou2010-09-06
* Issue #8990: array.fromstring() and array.tostring() get renamed toAntoine Pitrou2010-09-01
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-14
* Merged revisions 78088 via svnmerge fromAntoine Pitrou2010-02-07
* Merged revisions 77890 via svnmerge fromAntoine Pitrou2010-01-31
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-24
* Issue 5449: Fix io.BytesIO to not accept arbitrary keywordsAlexandre Vassalotti2009-08-04
* Issue #6218: Make io.BytesIO and io.StringIO picklable.Alexandre Vassalotti2009-07-22
* Issue #6241: Better type checking for the arguments of io.StringIO.Alexandre Vassalotti2009-07-22
* Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.Alexandre Vassalotti2009-07-22
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-06
* implement a detach() method for BufferedIOBase and TextIOBase #5883Benjamin Peterson2009-05-01
* stringio doesn't have an encodingBenjamin Peterson2009-03-21
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-04
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Removed test_overflow from test_memoryio.CBytesIOTest.Alexandre Vassalotti2008-05-08
* Changed _bytesio.c to avoid comparing a signed with an unsigned value.Alexandre Vassalotti2008-05-07
* Fixed a small bug introduced by r62778.Alexandre Vassalotti2008-05-06