summaryrefslogtreecommitdiffstats
path: root/Modules/_bytesio.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-763/+0
* Victor Stinner's patches to check the return result of PyLong_Ssize_tBenjamin Peterson2008-09-301-0/+8
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-5/+5
* Renamed PyString to PyBytesChristian Heimes2008-05-261-5/+5
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-091-0/+755