summaryrefslogtreecommitdiffstats
path: root/Modules/_bytesio.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Merged revisions 66693 via svnmerge fromBenjamin Peterson2008-09-301-0/+8
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-4/+18
* Renamed PyString to PyBytesChristian Heimes2008-05-261-5/+5
* Fixed bytes naming in the docstrings of _bytesio.c.Alexandre Vassalotti2008-05-081-3/+3
* Fixed docstring of _bytesio._BytesIO.writelines().Alexandre Vassalotti2008-05-071-3/+4
* Changed _bytesio.c to avoid comparing a signed with an unsigned value.Alexandre Vassalotti2008-05-071-10/+2
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-061-0/+744