| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1... | Segev Finer | 2021-04-23 | 2 | -73/+73 |
|
|
* | bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146) | Inada Naoki | 2021-04-02 | 2 | -13/+17 |
|
|
* | Revert "bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-251... | Inada Naoki | 2021-03-31 | 1 | -2/+1 |
|
|
* | bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-25103) | Inada Naoki | 2021-03-31 | 1 | -1/+2 |
|
|
* | bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) | Inada Naoki | 2021-03-29 | 3 | -1/+99 |
|
|
* | bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) | Inada Naoki | 2021-02-21 | 1 | -3/+17 |
|
|
* | bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083) | Victor Stinner | 2020-11-01 | 1 | -1/+1 |
|
|
* | bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050) | Victor Stinner | 2020-10-31 | 3 | -48/+4 |
|
|
* | bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) | Victor Stinner | 2020-10-27 | 2 | -8/+12 |
|
|
* | bpo-40170: Use inline _PyType_HasFeature() function (GH-22375) | Victor Stinner | 2020-09-23 | 1 | -1/+2 |
|
|
* | bpo-36346: Make using the legacy Unicode C API optional (GH-21437) | Serhiy Storchaka | 2020-07-10 | 1 | -0/+12 |
|
|
* | closes bpo-28557: error message for bad raw readinto (GH-7496) | David Szotten | 2020-06-15 | 1 | -0/+9 |
|
|
* | bpo-40898: Remove redundant if statements in tp_traverse (GH-20692) | Hai Shi | 2020-06-07 | 1 | -3/+1 |
|
|
* | bpo-40792: Make the result of PyNumber_Index() always having exact type int. ... | Serhiy Storchaka | 2020-05-28 | 6 | -16/+16 |
|
|
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 10 | -139/+8 |
|
|
* | bpo-40521: Add PyInterpreterState.unicode (GH-20081) | Victor Stinner | 2020-05-13 | 1 | -1/+1 |
|
|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 8 | -10/+9 |
|
|
* | bpo-40268: Remove explicit pythread.h includes (#19529) | Victor Stinner | 2020-04-15 | 1 | -1/+0 |
|
|
* | bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) | Victor Stinner | 2020-04-14 | 2 | -2/+2 |
|
|
* | bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) | Victor Stinner | 2020-04-14 | 1 | -1/+1 |
|
|
* | bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) | Victor Stinner | 2020-04-13 | 3 | -5/+4 |
|
|
* | bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (... | Serhiy Storchaka | 2020-04-12 | 2 | -3/+3 |
|
|
* | bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data.... | Serhiy Storchaka | 2020-04-11 | 1 | -5/+5 |
|
|
* | bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) | Victor Stinner | 2020-03-25 | 1 | -5/+4 |
|
|
* | bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119) | Dong-hee Na | 2020-03-24 | 1 | -20/+16 |
|
|
* | bpo-39968: Convert extension modules' macros of get_module_state() to inline ... | Hai Shi | 2020-03-16 | 1 | -4/+11 |
|
|
* | bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16... | Victor Stinner | 2020-03-04 | 2 | -3/+29 |
|
|
* | bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) | Andy Lester | 2020-03-04 | 3 | -15/+15 |
|
|
* | bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586) | Berker Peksag | 2020-02-21 | 1 | -5/+9 |
|
|
* | bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507) | Dong-hee Na | 2020-02-14 | 1 | -2/+2 |
|
|
* | closes bpo-39605: Fix some casts to not cast away const. (GH-18453) | Andy Lester | 2020-02-12 | 1 | -2/+2 |
|
|
* | bpo-39245: Switch to public API for Vectorcall (GH-18460) | Petr Viktorin | 2020-02-11 | 4 | -45/+45 |
|
|
* | bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) | Victor Stinner | 2020-02-07 | 2 | -2/+2 |
|
|
* | closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) | Philipp Gesang | 2020-02-04 | 1 | -0/+1 |
|
|
* | Revert "remove a strange non-ASCII character in _iomodule.c" (GH-17240) | Tal Einat | 2019-11-18 | 1 | -1/+1 |
|
|
* | remove a strange non-ASCII character in _iomodule.c (GH-17239) | Tal Einat | 2019-11-18 | 1 | -1/+1 |
|
|
* | closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (G... | Benjamin Peterson | 2019-11-12 | 1 | -9/+15 |
|
|
* | bpo-37330: open() no longer accept 'U' in file mode (GH-16959) | Victor Stinner | 2019-10-28 | 2 | -29/+3 |
|
|
* | bpo-11410: Standardize and use symbol visibility attributes across POSIX and ... | Vinay Sajip | 2019-10-15 | 2 | -2/+4 |
|
|
* | bpo-37206: Unrepresentable default values no longer represented as None. (GH-... | Serhiy Storchaka | 2019-09-14 | 4 | -12/+12 |
|
|
* | bpo-15999: Clean up of handling boolean arguments. (GH-15610) | Serhiy Storchaka | 2019-09-01 | 3 | -11/+13 |
|
|
* | Fix typos mostly in comments, docs and test names (GH-15209) | Min ho Kim | 2019-08-30 | 2 | -2/+2 |
|
|
* | bpo-37034: Display argument name on errors with keyword arguments with Argume... | Rémi Lapeyre | 2019-08-29 | 6 | -33/+33 |
|
|
* | bpo-37960: Silence only necessary errors in repr() of buffered and text strea... | Serhiy Storchaka | 2019-08-29 | 2 | -18/+16 |
|
|
* | bpo-34488: optimize BytesIO.writelines() (GH-8904) | Sergey Fedoseev | 2019-08-07 | 1 | -36/+59 |
|
|
* | bpo-37547: Fix a compiler warning in winconsoleio.c (GH-14785) | Zackery Spytz | 2019-07-19 | 1 | -1/+1 |
|
|
* | bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) | Jeroen Demeyer | 2019-07-11 | 4 | -29/+26 |
|
|
* | bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) | Jeroen Demeyer | 2019-07-08 | 5 | -66/+64 |
|
|
* | bpo-37483: add _PyObject_CallOneArg() function (#14558) | Jeroen Demeyer | 2019-07-04 | 1 | -1/+1 |
|
|
* | bpo-37388: Development mode check encoding and errors (GH-14341) | Victor Stinner | 2019-06-25 | 1 | -0/+43 |
|
|