24 Commits (b85a97600a45bf235fd8b541ebab358f6a8aa5dd)

Author SHA1 Message Date
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
Victor Stinner 9e30aa52fd Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() 14 years ago
Antoine Pitrou de20b0b50e Issue #13149: Speed up append-only StringIO objects. 14 years ago
Victor Stinner c4f281eba3 Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead 14 years ago
Victor Stinner e1335c711c Fix usage og PyUnicode_READY() 14 years ago
Martin v. Löwis d63a3b8beb Implement PEP 393. 14 years ago
Eli Bendersky eaf312a0a4 Issue #12434: make StringIO.write error message consistent with Python 2.7 nomenclature 15 years ago
Ezio Melotti c2077b0d9b #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 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 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
Benjamin Peterson a0dfa82eca Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from 16 years ago
Antoine Pitrou 5e9f6676ea Fix compilation error in debug mode. 16 years ago
Antoine Pitrou fa94e80f3b Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable. 16 years ago
Antoine Pitrou f98a267be3 Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO 16 years ago
Georg Brandl 194da4a7da Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from 17 years ago
Alexandre Vassalotti cf76e1ac92 Issue #6218: Make io.BytesIO and io.StringIO picklable. 17 years ago
Alexandre Vassalotti d2bb18b281 Issue #6241: Better type checking for the arguments of io.StringIO. 17 years ago
Alexandre Vassalotti fc477048e1 Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. 17 years ago
Benjamin Peterson 9f7baec574 backport r73430 17 years ago
Benjamin Peterson 6a38ceda03 just throw a normal AttributeError for no buffer attribute 17 years ago
Antoine Pitrou 1969059327 Issue #6215: backport the 3.1 io lib 17 years ago
Benjamin Peterson 680bf1afe8 move to a naming scheme with all lowercase and underscores 17 years ago
Benjamin Peterson 0926ad1f05 give the C implementation of TextIOWrapper the errors property #6217 17 years ago
Benjamin Peterson 1fea321502 use NULL for the ends of tables 17 years ago
Alexandre Vassalotti 8d8d630003 Issue 5682: Move _io module into its own subdirectory. 17 years ago
Benjamin Peterson b487e63282 stringio doesn't have an encoding 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
Amaury Forgeot d'Arc 58fb905ad0 Fix a probable merge glitch in r66695: 17 years ago
Benjamin Peterson c9e435ee2b check for errors after PyLong_Ssize_t 18 years ago
Alexandre Vassalotti 794652dd06 Issue 2918: Merge StringIO and cStringIO. 18 years ago