summaryrefslogtreecommitdiffstats
path: root/Modules/_bytesio.c
Commit message (Expand)AuthorAgeFilesLines
* 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