summaryrefslogtreecommitdiffstats
path: root/Modules/_bytesio.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 80720 via svnmerge fromAntoine Pitrou2010-05-031-0/+1
* Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-271-1/+0
* Issue #7249: Methods of io.BytesIO now allow `long` as well as `int` arguments.Antoine Pitrou2009-11-021-8/+8
* 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