summaryrefslogtreecommitdiffstats
path: root/Modules/_io/bytesio.c
Commit message (Expand)AuthorAgeFilesLines
* Issue 5449: Fix io.BytesIO to not accept arbitrary keywordsAlexandre Vassalotti2009-08-041-1/+3
* Issue #6218: Make io.BytesIO and io.StringIO picklable.Alexandre Vassalotti2009-07-221-3/+119
* Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.Alexandre Vassalotti2009-07-221-4/+4
* move to a naming scheme with all lowercase and underscoresBenjamin Peterson2009-06-121-30/+30
* 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/+757