| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-29741: Update some methods in the _pyio module to also accept integer typ... | Oren Milman | 2017-08-24 | 1 | -0/+28 |
|
|
* | Issue #23214: Implement optional BufferedReader, BytesIO read1() argument | Martin Panter | 2016-10-20 | 1 | -4/+2 |
|
|
* | Issue #20699: Document that “io” methods accept bytes-like objects | Martin Panter | 2016-05-28 | 1 | -13/+10 |
|
|
* | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is | Serhiy Storchaka | 2015-09-04 | 1 | -0/+13 |
|
|
* | Issue #20557: Use specific asserts in io tests. | Serhiy Storchaka | 2015-08-02 | 1 | -2/+4 |
|\ |
|
| * | Issue #20557: Use specific asserts in io tests. | Serhiy Storchaka | 2015-08-02 | 1 | -2/+4 |
|
|
* | | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -6/+1 |
|
|
* | | Issue #15381: Optimized io.BytesIO to make less allocations and copyings. | Serhiy Storchaka | 2015-02-03 | 1 | -3/+2 |
|
|
* | | Issue #23099: Closing io.BytesIO with exported buffer is rejected now to | Serhiy Storchaka | 2015-02-03 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | Issue #23099: Closing io.BytesIO with exported buffer is rejected now to | Serhiy Storchaka | 2015-02-03 | 1 | -1/+6 |
|
|
* | | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -1/+2 |
|
|
* | | Issue #22003: When initialized from a bytes object, io.BytesIO() now | Antoine Pitrou | 2014-07-29 | 1 | -3/+49 |
|/ |
|
* | Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. | Serhiy Storchaka | 2014-02-05 | 1 | -1/+36 |
|\ |
|
| * | Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. | Serhiy Storchaka | 2014-02-05 | 1 | -1/+36 |
|
|
* | | Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran... | Antoine Pitrou | 2014-02-02 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran... | Antoine Pitrou | 2014-02-02 | 1 | -0/+9 |
|
|
* | | Issue #20424: Python implementation of io.StringIO now supports lone surrogates. | Serhiy Storchaka | 2014-01-29 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Issue #20424: Python implementation of io.StringIO now supports lone surrogates. | Serhiy Storchaka | 2014-01-29 | 1 | -0/+9 |
|
|
* | | Merge 3.3 | Alexandre Vassalotti | 2013-04-14 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix pickling test in test_memoryio. | Alexandre Vassalotti | 2013-04-14 | 1 | -2/+2 |
|
|
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -6/+6 |
|/ |
|
* | Issue #15841: The readable(), writable() and seekable() methods of BytesIO | Antoine Pitrou | 2012-09-05 | 1 | -4/+3 |
|\ |
|
| * | Issue #15841: The readable(), writable() and seekable() methods of BytesIO | Antoine Pitrou | 2012-09-05 | 1 | -4/+3 |
|
|
* | | Better test for BytesIO.__sizeof__, now that the struct module supports (s)si... | Antoine Pitrou | 2012-07-30 | 1 | -1/+1 |
|/ |
|
* | Issue #15489: Add a __sizeof__ implementation for BytesIO objects. | Antoine Pitrou | 2012-07-29 | 1 | -0/+11 |
|
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -13/+13 |
|
|
* | correct logic when pos is after the string #10467 | Benjamin Peterson | 2010-11-20 | 1 | -0/+5 |
|
|
* | Issue #5506: BytesIO objects now have a getbuffer() method exporting a | Antoine Pitrou | 2010-09-06 | 1 | -1/+25 |
|
|
* | Issue #8990: array.fromstring() and array.tostring() get renamed to | Antoine Pitrou | 2010-09-01 | 1 | -1/+1 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+0 |
|
|
* | Merged revisions 78088 via svnmerge from | Antoine Pitrou | 2010-02-07 | 1 | -19/+0 |
|
|
* | Merged revisions 77890 via svnmerge from | Antoine Pitrou | 2010-01-31 | 1 | -2/+3 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -4/+4 |
|
|
* | Issue 5449: Fix io.BytesIO to not accept arbitrary keywords | Alexandre Vassalotti | 2009-08-04 | 1 | -0/+5 |
|
|
* | Issue #6218: Make io.BytesIO and io.StringIO picklable. | Alexandre Vassalotti | 2009-07-22 | 1 | -9/+145 |
|
|
* | Issue #6241: Better type checking for the arguments of io.StringIO. | Alexandre Vassalotti | 2009-07-22 | 1 | -0/+8 |
|
|
* | Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. | Alexandre Vassalotti | 2009-07-22 | 1 | -0/+7 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|
|
* | give the C implementation of TextIOWrapper the errors property #6217 | Benjamin Peterson | 2009-06-06 | 1 | -3/+3 |
|
|
* | implement a detach() method for BufferedIOBase and TextIOBase #5883 | Benjamin Peterson | 2009-05-01 | 1 | -0/+10 |
|
|
* | stringio doesn't have an encoding | Benjamin Peterson | 2009-03-21 | 1 | -1/+1 |
|
|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -31/+158 |
|
|
* | Issue 2918: Merge StringIO and cStringIO. | Alexandre Vassalotti | 2008-06-11 | 1 | -3/+7 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Removed test_overflow from test_memoryio.CBytesIOTest. | Alexandre Vassalotti | 2008-05-08 | 1 | -13/+0 |
|
|
* | Changed _bytesio.c to avoid comparing a signed with an unsigned value. | Alexandre Vassalotti | 2008-05-07 | 1 | -0/+14 |
|
|
* | Fixed a small bug introduced by r62778. | Alexandre Vassalotti | 2008-05-06 | 1 | -0/+2 |
|
|
* | Added tests to check the buffer type returned during reading. | Alexandre Vassalotti | 2008-05-06 | 1 | -0/+6 |
|
|