Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 1 | -757/+0 |
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -46/+44 |
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
* | Merged revisions 66693 via svnmerge from | Benjamin Peterson | 2008-09-30 | 1 | -0/+8 |
* | 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 |