summaryrefslogtreecommitdiffstats
path: root/Modules/_stringio.c
Commit message (Collapse)AuthorAgeFilesLines
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
| | | | | type of tp_compare in a separate commit, for ease of reversion should things go wrong.
* 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