summaryrefslogtreecommitdiff
path: root/Modules/_io/stringio.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-201-1/+1
* Merge doc and comment fixes from 3.5Martin Panter2016-04-191-1/+1
|\
| * Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-171-1/+1
* | Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-2/+2
|/
* Issue #22413: Remove comment made out of date by Argument ClinicMartin Panter2015-10-101-4/+2
* Merge typo fixes from 3.4 into 3.5Martin Panter2015-10-071-1/+1
|\
| * Various minor typos in documentation and commentsMartin Panter2015-10-071-1/+1
* | Issue #20175: Converted the _io module to Argument Clinic.Serhiy Storchaka2015-04-161-108/+161
|/
* Issue #15841: The readable(), writable() and seekable() methods of BytesIOAntoine Pitrou2012-09-051-3/+16
|\
| * Issue #15841: The readable(), writable() and seekable() methods of BytesIOAntoine Pitrou2012-09-051-3/+16
* | Issue #14387: Do not include accu.h from Python.h.Antoine Pitrou2012-03-221-32/+153
|\ \ | |/ |/|
| * Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()Victor Stinner2011-11-211-1/+1
| * Issue #13149: Speed up append-only StringIO objects.Antoine Pitrou2011-11-101-4/+105
| * Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH insteadVictor Stinner2011-10-111-1/+1
| * Fix usage og PyUnicode_READY()Victor Stinner2011-10-041-0/+4
| * Implement PEP 393.Martin v. Löwis2011-09-281-27/+42
|/
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-4/+136
|\
| * BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.Antoine Pitrou2010-09-021-1/+1
| * Merged revisions 77890 via svnmerge fromAntoine Pitrou2010-01-311-2/+1
| * Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-3/+0
| * Issue #6218: Make io.BytesIO and io.StringIO picklable.Alexandre Vassalotti2009-07-221-4/+139
| * Issue #6241: Better type checking for the arguments of io.StringIO.Alexandre Vassalotti2009-07-221-4/+27
| * Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.Alexandre Vassalotti2009-07-221-2/+6
* | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | Merged revisions 84438 via svnmerge fromAntoine Pitrou2010-09-021-1/+1
* | Merged revisions 77895-77896 via svnmerge fromAntoine Pitrou2010-01-311-2/+1
* | Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv...Georg Brandl2009-08-131-6/+33
|/
* just throw a normal AttributeError for no buffer attributeBenjamin Peterson2009-06-141-9/+0
* move to a naming scheme with all lowercase and underscoresBenjamin Peterson2009-06-121-29/+29
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-061-18/+0
* use NULL for the ends of tablesBenjamin Peterson2009-04-191-1/+1
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-0/+769