summaryrefslogtreecommitdiffstats
path: root/Modules/_io/stringio.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #6218: Make io.BytesIO and io.StringIO picklable.Alexandre Vassalotti2009-07-221-4/+139
* Issue #6241: Better type checking for the arguments of io.StringIO.Alexandre Vassalotti2009-07-221-4/+27
* Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.Alexandre Vassalotti2009-07-221-2/+6
* just throw a normal AttributeError for no buffer attributeBenjamin Peterson2009-06-141-9/+0
* move to a naming scheme with all lowercase and underscoresBenjamin Peterson2009-06-121-29/+29
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-061-18/+0
* use NULL for the ends of tablesBenjamin Peterson2009-04-191-1/+1
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-0/+769