18 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Stefan Krah 96efdd422c Issue #15868: Fix refleak in bytesio.c (Coverity #715365). 14 years ago
Antoine Pitrou c5eec0e387 Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO 14 years ago
Antoine Pitrou 1d857453b7 Issue #15841: The readable(), writable() and seekable() methods of BytesIO 14 years ago
Antoine Pitrou 8f328d0c1d Issue #15489: Add a __sizeof__ implementation for BytesIO objects. 14 years ago
Antoine Pitrou baee34c344 Issue #15489: Add a __sizeof__ implementation for BytesIO objects. 14 years ago
Brett Cannon b94767ff44 Issue #8914: fix various warnings from the Clang static analyzer v254. 15 years ago
Benjamin Peterson 4fec9ce601 Merged revisions 86587 via svnmerge from 16 years ago
Benjamin Peterson 5a1ca6e368 Merged revisions 86587 via svnmerge from 16 years ago
Benjamin Peterson fa73555cfc correct logic when pos is after the string #10467 16 years ago
Antoine Pitrou 972ee13e03 Issue #5506: BytesIO objects now have a getbuffer() method exporting a 16 years ago
Antoine Pitrou 5cd2d8c7ec Merged revisions 84438 via svnmerge from 16 years ago
Antoine Pitrou b82d5e1525 Merged revisions 84438 via svnmerge from 16 years ago
Antoine Pitrou d5c3f6c839 BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS. 16 years ago
Antoine Pitrou faf9007d86 Merged revisions 80722 via svnmerge from 16 years ago
Antoine Pitrou 6be8876623 Merged revisions 80720 via svnmerge from 16 years ago
Antoine Pitrou f7fd8e4c94 Issue #7865: The close() method of :mod:`io` objects should not swallow 16 years ago
Antoine Pitrou 66f9fea782 Merged revisions 77895-77896 via svnmerge from 16 years ago
Antoine Pitrou 905a2ffe3e Merged revisions 77890 via svnmerge from 16 years ago
Antoine Pitrou f3fa074703 - Issue #6939: Fix file I/O objects in the `io` module to keep the original 16 years ago
Antoine Pitrou f7820c1626 Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords 17 years ago
Antoine Pitrou fa94e80f3b Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. 17 years ago
Antoine Pitrou f98a267be3 Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO 17 years ago
Georg Brandl 194da4a7da Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from 17 years ago
Georg Brandl 97b28f8437 Merged revisions 74316,74335 via svnmerge from 17 years ago
Alexandre Vassalotti ba5c74329d Issue 5449: Fix io.BytesIO to not accept arbitrary keywords 17 years ago
Alexandre Vassalotti cf76e1ac92 Issue #6218: Make io.BytesIO and io.StringIO picklable. 17 years ago
Alexandre Vassalotti fc477048e1 Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. 17 years ago
Antoine Pitrou 1969059327 Issue #6215: backport the 3.1 io lib 17 years ago
Alexandre Vassalotti 8d8d630003 Issue 5682: Move _io module into its own subdirectory. 17 years ago
Benjamin Peterson 4fa88fa0ba merge the io-c branch: C implementation of the io module 17 years ago
Mark Dickinson e94c679df0 Issue #1717: rename tp_compare to tp_reserved. I'll change the 17 years ago
Benjamin Peterson a8a93042dc Merged revisions 66693 via svnmerge from 18 years ago
Benjamin Peterson 0225248033 Victor Stinner's patches to check the return result of PyLong_Ssize_t 18 years ago
Martin v. Löwis 1a21451b1d Implement PEP 3121: new module initialization and finalization API. 18 years ago
Gregory P. Smith dd96db63f6 This reverts r63675 based on the discussion in this thread: 18 years ago
Christian Heimes 72b710a596 Renamed PyString to PyBytes 18 years ago
Christian Heimes 593daf545b Renamed PyString to PyBytes 18 years ago
Alexandre Vassalotti 1aed624f7c Backport fast alternate io.BytesIO implementation. 18 years ago
Alexandre Vassalotti 10dfc1ee31 Fixed bytes naming in the docstrings of _bytesio.c. 18 years ago
Alexandre Vassalotti 7d06089150 Fixed docstring of _bytesio._BytesIO.writelines(). 18 years ago
Alexandre Vassalotti 1bfe9dc871 Changed _bytesio.c to avoid comparing a signed with an unsigned value. 18 years ago
Alexandre Vassalotti 77250f4df7 Added fast alternate io.BytesIO implementation and its test suite. 18 years ago