summaryrefslogtreecommitdiffstats
path: root/Modules/_stringio.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a probable merge glitch in r66695:Amaury Forgeot d'Arc2008-09-301-2/+2
| | | | a redundant check that actually belongs to another function.
* check for errors after PyLong_Ssize_tBenjamin Peterson2008-09-301-0/+4
| | | | | patch from Victor Stinner #3977 reviewed by Amaury
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-111-0/+379