summaryrefslogtreecommitdiffstats
path: root/Modules/_io/stringio.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #12434: make StringIO.write error message consistent with Python 2.7 no...Eli Bendersky2011-07-221-1/+1
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Merged revisions 84438 via svnmerge fromAntoine Pitrou2010-09-021-1/+1
* - Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-311-2/+1
* Fix compilation error in debug mode.Antoine Pitrou2009-10-241-3/+0
* Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.String...Antoine Pitrou2009-10-241-6/+141
* Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringI...Antoine Pitrou2009-10-241-2/+6
* backport r73430Benjamin Peterson2009-06-141-9/+0
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-0/+756