Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+18 |
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -5/+5 |
* | Fixed bytes naming in the docstrings of _bytesio.c. | Alexandre Vassalotti | 2008-05-08 | 1 | -3/+3 |
* | Fixed docstring of _bytesio._BytesIO.writelines(). | Alexandre Vassalotti | 2008-05-07 | 1 | -3/+4 |
* | Changed _bytesio.c to avoid comparing a signed with an unsigned value. | Alexandre Vassalotti | 2008-05-07 | 1 | -10/+2 |
* | Added fast alternate io.BytesIO implementation and its test suite. | Alexandre Vassalotti | 2008-05-06 | 1 | -0/+744 |