summaryrefslogtreecommitdiffstats
path: root/Modules/_io/bytesio.c
Commit message (Expand)AuthorAgeFilesLines
* - Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-311-2/+1
* Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept ...Antoine Pitrou2009-10-241-1/+3
* Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.String...Antoine Pitrou2009-10-241-3/+119
* Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringI...Antoine Pitrou2009-10-241-4/+4
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-0/+764