| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-121645: Add PyBytes_Join() function (#121646) | Victor Stinner | 2024-08-30 | 1 | -2/+2 |
|
|
* | gh-121489: Export private _PyBytes_Join() again (#122267) | Marc Mueller | 2024-07-25 | 1 | -1/+0 |
|
|
* | gh-117151: optimize BufferedWriter(), do not buffer writes that are the buffe... | morotti | 2024-04-23 | 1 | -2/+2 |
|
|
* | gh-117764: Add signatures for __reduce__ and __reduce_ex__ in the _io module ... | Serhiy Storchaka | 2024-04-12 | 1 | -6/+6 |
|
|
* | gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 ... | 6t8k | 2024-02-17 | 1 | -1/+10 |
|
|
* | gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH... | Serhiy Storchaka | 2024-02-09 | 1 | -0/+10 |
|
|
* | gh-112205: Support `@setter` annotation from AC (gh-112922) | Donghee Na | 2023-12-13 | 1 | -9/+9 |
|
|
* | gh-112205: Support @getter annotation from AC (gh-112396) | Donghee Na | 2023-11-30 | 1 | -48/+33 |
|
|
* | gh-111965: Use critical sections to make io.BufferedIOBase and its related cl... | Mayuresh Kedari | 2023-11-22 | 1 | -29/+87 |
|
|
* | gh-111903: Update AC to support "pycore_critical_section.h" header (gh-112251) | Donghee Na | 2023-11-19 | 1 | -1/+0 |
|
|
* | gh-111903: Add `@critical_section` directive to Argument Clinic. (#111904) | Sam Gross | 2023-11-14 | 1 | -1/+3 |
|
|
* | gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612) | Serhiy Storchaka | 2023-09-23 | 1 | -9/+5 |
|
|
* | gh-106869: Use new PyMemberDef constant names (#106871) | Victor Stinner | 2023-07-25 | 1 | -15/+15 |
|
|
* | gh-106320: Remove _PyBytes_Join() C API (#107144) | Victor Stinner | 2023-07-23 | 1 | -1/+2 |
|
|
* | gh-106521: Remove _PyObject_LookupAttr() function (GH-106642) | Serhiy Storchaka | 2023-07-12 | 1 | -2/+2 |
|
|
* | gh-106320: Remove private pylifecycle.h functions (#106400) | Victor Stinner | 2023-07-04 | 1 | -0/+1 |
|
|
* | gh-106320: Remove private _PyErr C API functions (#106356) | Victor Stinner | 2023-07-03 | 1 | -0/+1 |
|
|
* | gh-106320: Use _PyInterpreterState_GET() (#106336) | Victor Stinner | 2023-07-02 | 1 | -1/+1 |
|
|
* | gh-104922: remove PY_SSIZE_T_CLEAN (#106315) | Inada Naoki | 2023-07-02 | 1 | -1/+0 |
|
|
* | GH-104510: Fix refleaks in `_io` base types (#104516) | Kumar Aditya | 2023-05-16 | 1 | -9/+2 |
|
|
* | gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-... | Eric Snow | 2023-05-15 | 1 | -1/+2 |
|
|
* | gh-101819: Fix _io clinic input for unused base class method stubs (#104418) | Erlend E. Aasland | 2023-05-15 | 1 | -13/+13 |
|
|
* | gh-101819: Isolate `_io` (#101948) | Erlend E. Aasland | 2023-05-15 | 1 | -70/+46 |
|
|
* | gh-101819: Adapt _io._Buffered* methods to Argument Clinic (#104367) | Erlend E. Aasland | 2023-05-11 | 1 | -48/+110 |
|
|
* | gh-101819: Adapt _io._BufferedIOBase_Type methods to Argument Clinic (#104355) | Erlend E. Aasland | 2023-05-10 | 1 | -39/+68 |
|
|
* | gh-101819: Refactor _io in preparation for module isolation (#104334) | Erlend E. Aasland | 2023-05-09 | 1 | -21/+33 |
|
|
* | gh-101819: Prepare to modernize the _io extension (#104178) | Victor Stinner | 2023-05-05 | 1 | -1/+1 |
|
|
* | gh-102507 Remove invisible pagebreak characters (#102531) | JosephSBoyle | 2023-03-08 | 1 | -3/+0 |
|
|
* | gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in... | Irit Katriel | 2023-02-24 | 1 | -30/+30 |
|
|
* | gh-101819: Adapt _io types to heap types, batch 1 (GH-101949) | Erlend E. Aasland | 2023-02-20 | 1 | -217/+124 |
|
|
* | gh-81057: Move More Globals to _PyRuntimeState (gh-100092) | Eric Snow | 2022-12-07 | 1 | -12/+12 |
|
|
* | gh-99845: Use size_t type in __sizeof__() methods (#99846) | Victor Stinner | 2022-11-30 | 1 | -6/+5 |
|
|
* | gh-99300: Use Py_NewRef() in Modules/ directory (#99467) | Victor Stinner | 2022-11-14 | 1 | -6/+3 |
|
|
* | gh-84461: Silence some compiler warnings on WASM (GH-93978) | Christian Heimes | 2022-06-20 | 1 | -1/+1 |
|
|
* | bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects... | Eric Snow | 2022-02-23 | 1 | -22/+22 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -39/+24 |
|
|
* | Remove unused variables. (GH-29231) | Benjamin Peterson | 2021-10-26 | 1 | -5/+1 |
|
|
* | bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895) | Victor Stinner | 2021-10-12 | 1 | -0/+1 |
|
|
* | bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891) | Victor Stinner | 2021-10-11 | 1 | -1/+1 |
|
|
* | bpo-44687: Ensure BufferedReader objects with unread buffers can peek even wh... | AngstyDuck | 2021-10-01 | 1 | -3/+5 |
|
|
* | closes bpo-28557: error message for bad raw readinto (GH-7496) | David Szotten | 2020-06-15 | 1 | -0/+9 |
|
|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -1/+1 |
|
|
* | 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 | 1 | -1/+0 |
|
|
* | bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) | Victor Stinner | 2020-03-25 | 1 | -5/+4 |
|
|
* | bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) | Andy Lester | 2020-03-04 | 1 | -6/+6 |
|
|
* | bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586) | Berker Peksag | 2020-02-21 | 1 | -5/+9 |
|
|
* | bpo-39245: Switch to public API for Vectorcall (GH-18460) | Petr Viktorin | 2020-02-11 | 1 | -15/+15 |
|
|
* | closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) | Philipp Gesang | 2020-02-04 | 1 | -0/+1 |
|
|
* | bpo-37960: Silence only necessary errors in repr() of buffered and text strea... | Serhiy Storchaka | 2019-08-29 | 1 | -5/+7 |
|
|