COMMITS
/ Modules/_io/stringio.c July 27, 2022
A
gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)
Aivars Kalvāns committed
February 23, 2022
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
September 1, 2019
S
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 1, 2018
V
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
Victor Stinner committed
June 30, 2018
S
bpo-25862: Fix several bugs in the _io module. (GH-8026)
Serhiy Storchaka committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
March 30, 2017
S
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka committed
March 21, 2017
S
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
Serhiy Storchaka committed
March 12, 2017
O
bpo-29730: replace some calls to PyNumber_Check and improve some error messages (#650)
Oren Milman committed
March 10, 2017
O
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
April 19, 2016
M
Merge doc and comment fixes from 3.5
Martin Panter committed
M
Fix spelling (inital), grammar (may translates) in documentation, comments
Martin Panter committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
October 10, 2015
M
Issue #22413: Remove comment made out of date by Argument Clinic
Martin Panter committed
October 7, 2015
M
Merge typo fixes from 3.4 into 3.5
Martin Panter committed
M
Various minor typos in documentation and comments
Martin Panter committed
April 16, 2015
S
Issue #20175: Converted the _io module to Argument Clinic.
Serhiy Storchaka committed
September 5, 2012
A
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
Antoine Pitrou committed
A
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
Antoine Pitrou committed
March 22, 2012
A
Issue #14387: Do not include accu.h from Python.h.
Antoine Pitrou committed
November 21, 2011
V
Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
Victor Stinner committed
November 10, 2011
A
Issue #13149: Speed up append-only StringIO objects.
Antoine Pitrou committed
October 11, 2011
V
Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead
Victor Stinner committed
October 4, 2011
V
Fix usage og PyUnicode_READY()
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
September 2, 2010
A
Merged revisions 84438 via svnmerge from
Antoine Pitrou committed
A
BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
Antoine Pitrou committed
January 31, 2010
A
Merged revisions 77895-77896 via svnmerge from
Antoine Pitrou committed
A
Merged revisions 77890 via svnmerge from
Antoine Pitrou committed
November 13, 2009
August 13, 2009
G
Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from
Georg Brandl committed
July 22, 2009
A
Issue #6218: Make io.BytesIO and io.StringIO picklable.
Alexandre Vassalotti committed
A
Issue #6241: Better type checking for the arguments of io.StringIO.
Alexandre Vassalotti committed
A
Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.
Alexandre Vassalotti committed
June 14, 2009
B
just throw a normal AttributeError for no buffer attribute
Benjamin Peterson committed
June 12, 2009
B
move to a naming scheme with all lowercase and underscores
Benjamin Peterson committed
June 6, 2009
B
give the C implementation of TextIOWrapper the errors property #6217
Benjamin Peterson committed
April 19, 2009
B
use NULL for the ends of tables
Benjamin Peterson committed