COMMITS
/ Modules/_bytesio.c March 4, 2009
B
merge the io-c branch: C implementation of the io module
Benjamin Peterson committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
September 30, 2008
B
Merged revisions 66693 via svnmerge from
Benjamin Peterson committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
May 8, 2008
A
Fixed bytes naming in the docstrings of _bytesio.c.
Alexandre Vassalotti committed
May 7, 2008
A
Fixed docstring of _bytesio._BytesIO.writelines().
Alexandre Vassalotti committed
A
Changed _bytesio.c to avoid comparing a signed with an unsigned value.
Alexandre Vassalotti committed
May 6, 2008
A
Added fast alternate io.BytesIO implementation and its test suite.
Alexandre Vassalotti committed