| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #15841: The readable(), writable() and seekable() methods of BytesIO | Antoine Pitrou | 2012-09-05 | 1 | -3/+16 |
|\ |
|
| * | Issue #15841: The readable(), writable() and seekable() methods of BytesIO | Antoine Pitrou | 2012-09-05 | 1 | -3/+16 |
|
|
* | | Issue #14387: Do not include accu.h from Python.h. | Antoine Pitrou | 2012-03-22 | 1 | -0/+1 |
|\ \
| |/ |
|
* | | Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() | Victor Stinner | 2011-11-21 | 1 | -1/+1 |
|
|
* | | Issue #13149: Speed up append-only StringIO objects. | Antoine Pitrou | 2011-11-10 | 1 | -4/+105 |
|
|
* | | Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead | Victor Stinner | 2011-10-11 | 1 | -1/+1 |
|
|
* | | Fix usage og PyUnicode_READY() | Victor Stinner | 2011-10-04 | 1 | -0/+4 |
|
|
* | | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -27/+42 |
|/ |
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 84438 via svnmerge from | Antoine Pitrou | 2010-09-02 | 1 | -1/+1 |
|
|
| * | Merged revisions 77895-77896 via svnmerge from | Antoine Pitrou | 2010-01-31 | 1 | -2/+1 |
|
|
| * | Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv... | Georg Brandl | 2009-08-13 | 1 | -6/+33 |
|
|
* | | BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS. | Antoine Pitrou | 2010-09-02 | 1 | -1/+1 |
|
|
* | | Merged revisions 77890 via svnmerge from | Antoine Pitrou | 2010-01-31 | 1 | -2/+1 |
|
|
* | | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -3/+0 |
|
|
* | | Issue #6218: Make io.BytesIO and io.StringIO picklable. | Alexandre Vassalotti | 2009-07-22 | 1 | -4/+139 |
|
|
* | | Issue #6241: Better type checking for the arguments of io.StringIO. | Alexandre Vassalotti | 2009-07-22 | 1 | -4/+27 |
|
|
* | | Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. | Alexandre Vassalotti | 2009-07-22 | 1 | -2/+6 |
|/ |
|
* | just throw a normal AttributeError for no buffer attribute | Benjamin Peterson | 2009-06-14 | 1 | -9/+0 |
|
|
* | move to a naming scheme with all lowercase and underscores | Benjamin Peterson | 2009-06-12 | 1 | -29/+29 |
|
|
* | give the C implementation of TextIOWrapper the errors property #6217 | Benjamin Peterson | 2009-06-06 | 1 | -18/+0 |
|
|
* | use NULL for the ends of tables | Benjamin Peterson | 2009-04-19 | 1 | -1/+1 |
|
|
* | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 1 | -0/+769 |
|
|