| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) | Nicholas Sim | 2021-02-19 | 5 | -0/+179 |
|
|
* | bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575) | Victor Stinner | 2021-02-19 | 2 | -5/+5 |
|
|
* | bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566) | Victor Stinner | 2021-02-18 | 1 | -2/+0 |
|
|
* | bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550) | Nicholas Sim | 2021-02-17 | 2 | -0/+97 |
|
|
* | bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553) | Erlend Egeberg Aasland | 2021-02-17 | 1 | -4/+0 |
|
|
* | bpo-40170: Always define PyIter_Check() as a function (GH-24548) | Erlend Egeberg Aasland | 2021-02-16 | 1 | -6/+0 |
|
|
* | bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988) | Nicholas Sim | 2021-02-16 | 1 | -0/+247 |
|
|
* | bpo-35295: Remove outdated comment. (GH-24453) | Inada Naoki | 2021-02-05 | 1 | -7/+0 |
|
|
* | bpo-42990: Further refactoring of PyEval_ functions. (GH-24368) | Mark Shannon | 2021-02-01 | 1 | -2/+2 |
|
|
* | bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t... | Serhiy Storchaka | 2021-01-31 | 1 | -1/+1 |
|
|
* | bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_Co... | Mark Shannon | 2021-01-29 | 1 | -1/+3 |
|
|
* | bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352) | Victor Stinner | 2021-01-27 | 1 | -1/+1 |
|
|
* | bpo-41994: Fix refcount issues in Python/import.c (GH-22632) | Serhiy Storchaka | 2021-01-12 | 1 | -2/+0 |
|
|
* | bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099) | Mark Shannon | 2021-01-05 | 1 | -6/+1 |
|
|
* | bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) | Petr Viktorin | 2020-12-29 | 1 | -3/+3 |
|
|
* | bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058) | Victor Stinner | 2020-12-25 | 1 | -3/+4 |
|
|
* | bpo-42639: Cleanup atexitmodule.c (GH-23770) | Victor Stinner | 2020-12-14 | 1 | -5/+0 |
|
|
* | bpo-32381: Add _PyRun_AnyFileObject() (GH-23723) | Victor Stinner | 2020-12-09 | 2 | -0/+10 |
|
|
* | bpo-32381: Remove unused _Py_fopen() function (GH-23711) | Victor Stinner | 2020-12-09 | 1 | -4/+0 |
|
|
* | bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709) | Victor Stinner | 2020-12-08 | 1 | -0/+5 |
|
|
* | bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701) | Victor Stinner | 2020-12-08 | 1 | -0/+117 |
|
|
* | bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975) | Zackery Spytz | 2020-12-05 | 2 | -2/+2 |
|
|
* | bpo-42431: Fix outdated bytes comments (GH-23458) | Serhiy Storchaka | 2020-12-03 | 1 | -1/+1 |
|
|
* | bpo-42500: Fix recursion in or after except (GH-23568) | Mark Shannon | 2020-12-02 | 1 | -2/+1 |
|
|
* | bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235) | Hai Shi | 2020-11-24 | 1 | -1/+3 |
|
|
* | bpo-42246: Partial implementation of PEP 626. (GH-23113) | Mark Shannon | 2020-11-12 | 1 | -7/+21 |
|
|
* | bpo-40170: Fix PyType_Ready() refleak on static type (GH-23236) | Victor Stinner | 2020-11-11 | 1 | -0/+1 |
|
|
* | bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2... | Vladimir Matveev | 2020-11-10 | 1 | -0/+3 |
|
|
* | bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) | Victor Stinner | 2020-11-04 | 1 | -0/+30 |
|
|
* | bpo-42260: Reorganize PyConfig (GH-23149) | Victor Stinner | 2020-11-04 | 1 | -5/+5 |
|
|
* | Add _PyType_GetModuleByDef (GH-22835) | Petr Viktorin | 2020-11-03 | 1 | -0/+2 |
|
|
* | bpo-42236: Enhance init and encoding documentation (GH-23109) | Victor Stinner | 2020-11-02 | 1 | -221/+32 |
|
|
* | bpo-41435: Add sys._current_exceptions() function (GH-21689) | Julien Danjou | 2020-11-02 | 1 | -0/+5 |
|
|
* | bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086) | Victor Stinner | 2020-11-01 | 1 | -30/+7 |
|
|
* | bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038) | Victor Stinner | 2020-10-30 | 1 | -4/+0 |
|
|
* | bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetIte... | Serhiy Storchaka | 2020-10-26 | 1 | -2/+2 |
|
|
* | bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) | Pablo Galindo | 2020-10-20 | 1 | -0/+1 |
|
|
* | bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646) | Zackery Spytz | 2020-10-19 | 1 | -1/+0 |
|
|
* | bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252) | Alex Gaynor | 2020-10-19 | 1 | -20/+0 |
|
|
* | Fix typo in listobject.h (GH-22588) | chilaxan | 2020-10-11 | 1 | -1/+1 |
|
|
* | bpo-41991: Remove _PyObject_HasAttrId (GH-22629) | Serhiy Storchaka | 2020-10-10 | 1 | -1/+0 |
|
|
* | bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit... | Serhiy Storchaka | 2020-10-10 | 1 | -8/+0 |
|
|
* | bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"... | Serhiy Storchaka | 2020-10-09 | 1 | -0/+2 |
|
|
* | bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) | Serhiy Storchaka | 2020-10-05 | 1 | -2/+0 |
|
|
* | bpo-41098: Doc: Add missing deprecated directives (GH-21162) | Inada Naoki | 2020-08-07 | 1 | -2/+8 |
|
|
* | bpo-41366: Fix clang warning for sign conversion (GH-21592) | Henry Schreiner | 2020-07-23 | 1 | -1/+1 |
|
|
* | bpo-40941: Unify implicit and explicit state in the frame and generator objec... | Mark Shannon | 2020-07-17 | 1 | -5/+28 |
|
|
* | bpo-36346: Make using the legacy Unicode C API optional (GH-21437) | Serhiy Storchaka | 2020-07-10 | 1 | -1/+3 |
|
|
* | bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) | Serhiy Storchaka | 2020-07-05 | 1 | -1/+1 |
|
|
* | Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318) | Inada Naoki | 2020-07-05 | 1 | -2/+2 |
|
|