| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2020-04-15 | 1 | -1/+1 |
* | bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) | ![](//www.gravatar.com/avatar/d1588981e0248aaa0174906c99df180e?s=13&d=retro) Andy Lester | 2020-03-04 | 1 | -1/+1 |
* | bpo-39245: Switch to public API for Vectorcall (GH-18460) | ![](//www.gravatar.com/avatar/870d613430249e453343efc9667ef636?s=13&d=retro) Petr Viktorin | 2020-02-11 | 1 | -1/+1 |
* | bpo-15999: Clean up of handling boolean arguments. (GH-15610) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2019-09-01 | 1 | -2/+2 |
* | Fix typos mostly in comments, docs and test names (GH-15209) | ![](//www.gravatar.com/avatar/0219d05bec652e449d66513573a92ac6?s=13&d=retro) Min ho Kim | 2019-08-30 | 1 | -1/+1 |
* | bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-07-08 | 1 | -2/+2 |
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | ![](//www.gravatar.com/avatar/7a8bcd06f8cad23d1e57ea9e65caceaf?s=13&d=retro) Jeroen Demeyer | 2019-05-30 | 1 | -2/+2 |
* | bpo-35081: Add Include/internal/pycore_object.h (GH-10640) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2018-11-21 | 1 | -0/+1 |
* | bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) | ![](//www.gravatar.com/avatar/4dc045274504f02e7a0b6264e96da643?s=13&d=retro) Victor Stinner | 2018-11-01 | 1 | -1/+1 |
* | bpo-25862: Fix several bugs in the _io module. (GH-8026) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2018-06-30 | 1 | -1/+3 |
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | ![](//www.gravatar.com/avatar/0a368b8433c2d081ba1676a28e7de74b?s=13&d=retro) Siddhesh Poyarekar | 2018-04-29 | 1 | -1/+1 |
* | bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-04-16 | 1 | -2/+2 |
* | bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-03-30 | 1 | -33/+7 |
* | bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. ... | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2017-03-21 | 1 | -1/+1 |
* | bpo-29730: replace some calls to PyNumber_Check and improve some error messag... | ![](//www.gravatar.com/avatar/03a2ffa7e53f19d857e60864de208b83?s=13&d=retro) Oren Milman | 2017-03-13 | 1 | -3/+5 |
* | bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606) | ![](//www.gravatar.com/avatar/03a2ffa7e53f19d857e60864de208b83?s=13&d=retro) orenmn | 2017-03-11 | 1 | -35/+15 |
* | Added the const qualifier to char* variables that refer to readonly internal | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2016-11-20 | 1 | -1/+1 |
* | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2016-11-20 | 1 | -1/+1 |
* | Merge doc and comment fixes from 3.5 | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2016-04-19 | 1 | -2/+2 |
|\ |
|
| * | Fix spelling (inital), grammar (may translates) in documentation, comments | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2016-04-19 | 1 | -2/+2 |
* | | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|/ |
|
* | Issue #22413: Remove comment made out of date by Argument Clinic | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2015-10-10 | 1 | -4/+2 |
* | Merge typo fixes from 3.4 into 3.5 | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2015-10-07 | 1 | -1/+1 |
|\ |
|
| * | Various minor typos in documentation and comments | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2015-10-07 | 1 | -1/+1 |
* | | Issue #20175: Converted the _io module to Argument Clinic. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2015-04-16 | 1 | -108/+161 |
|/ |
|
* | Issue #15841: The readable(), writable() and seekable() methods of BytesIO | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2012-09-05 | 1 | -3/+16 |
|\ |
|
| * | Issue #15841: The readable(), writable() and seekable() methods of BytesIO | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2012-09-05 | 1 | -3/+16 |
* | | Issue #14387: Do not include accu.h from Python.h. | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2012-03-22 | 1 | -0/+1 |
|\| |
|
* | | Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH() | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-11-21 | 1 | -1/+1 |
* | | Issue #13149: Speed up append-only StringIO objects. | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2011-11-10 | 1 | -4/+105 |
* | | Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-10-11 | 1 | -1/+1 |
* | | Fix usage og PyUnicode_READY() | ![](//www.gravatar.com/avatar/c11bdd448dcf963ff6067463e3013139?s=13&d=retro) Victor Stinner | 2011-10-04 | 1 | -0/+4 |
* | | Implement PEP 393. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2011-09-28 | 1 | -27/+42 |
|/ |
|
* | #11565: Merge with 3.1. | ![](//www.gravatar.com/avatar/003518259e6453b071aeaa7f6e6ed37b?s=13&d=retro) Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | ![](//www.gravatar.com/avatar/003518259e6453b071aeaa7f6e6ed37b?s=13&d=retro) Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| * | Merged revisions 84438 via svnmerge from | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2010-09-02 | 1 | -1/+1 |
| * | Merged revisions 77895-77896 via svnmerge from | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2010-01-31 | 1 | -2/+1 |
| * | Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv... | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2009-08-13 | 1 | -6/+33 |
* | | BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS. | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2010-09-02 | 1 | -1/+1 |
* | | Merged revisions 77890 via svnmerge from | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2010-01-31 | 1 | -2/+1 |
* | | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-11-13 | 1 | -3/+0 |
* | | Issue #6218: Make io.BytesIO and io.StringIO picklable. | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2009-07-22 | 1 | -4/+139 |
* | | Issue #6241: Better type checking for the arguments of io.StringIO. | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2009-07-22 | 1 | -4/+27 |
* | | Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2009-07-22 | 1 | -2/+6 |
|/ |
|
* | just throw a normal AttributeError for no buffer attribute | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-06-14 | 1 | -9/+0 |
* | move to a naming scheme with all lowercase and underscores | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-06-12 | 1 | -29/+29 |
* | give the C implementation of TextIOWrapper the errors property #6217 | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-06-06 | 1 | -18/+0 |
* | use NULL for the ends of tables | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-04-19 | 1 | -1/+1 |
* | Issue 5682: Move _io module into its own subdirectory. | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2009-04-04 | 1 | -0/+769 |