- ba3d67c bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058) by Victor Stinner · 4 years, 8 months ago
- 83d5204 bpo-42639: Cleanup atexitmodule.c (GH-23770) by Victor Stinner · 4 years, 8 months ago
- a82f63f bpo-32381: Add _PyRun_AnyFileObject() (GH-23723) by Victor Stinner · 4 years, 8 months ago
- ca06440 bpo-32381: Remove unused _Py_fopen() function (GH-23711) by Victor Stinner · 4 years, 8 months ago
- 550e467 bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709) by Victor Stinner · 4 years, 8 months ago
- fe6e5e7 bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701) by Victor Stinner · 4 years, 8 months ago
- 556d97f bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975) by Zackery Spytz · 4 years, 8 months ago
- 2ad9382 bpo-42431: Fix outdated bytes comments (GH-23458) by Serhiy Storchaka · 4 years, 8 months ago
- 4e7a69b bpo-42500: Fix recursion in or after except (GH-23568) by Mark Shannon · 4 years, 8 months ago
- ed1a5a5 bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235) by Hai Shi · 4 years, 9 months ago
- 877df85 bpo-42246: Partial implementation of PEP 626. (GH-23113) by Mark Shannon · 4 years, 9 months ago
- ba2958e bpo-40170: Fix PyType_Ready() refleak on static type (GH-23236) by Victor Stinner · 4 years, 9 months ago
- 1e996c3 bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#22780) by Vladimir Matveev · 4 years, 9 months ago
- 048a356 bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158) by Victor Stinner · 4 years, 9 months ago
- cfb41e8 bpo-42260: Reorganize PyConfig (GH-23149) by Victor Stinner · 4 years, 9 months ago
- 57aaaa8 Add _PyType_GetModuleByDef (GH-22835) by Petr Viktorin · 4 years, 9 months ago
- 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 4 years, 9 months ago
- 64366fa bpo-41435: Add sys._current_exceptions() function (GH-21689) by Julien Danjou · 4 years, 9 months ago
- e662c39 bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086) by Victor Stinner · 4 years, 9 months ago
- 8b34148 bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038) by Victor Stinner · 4 years, 10 months ago
- fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 4 years, 10 months ago
- 109826c bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803) by Pablo Galindo · 4 years, 10 months ago
- 1438c2a bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646) by Zackery Spytz · 4 years, 10 months ago
- 3a8fdb2 bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252) by Alex Gaynor · 4 years, 10 months ago
- 10c98db Fix typo in listobject.h (GH-22588) by chilaxan · 4 years, 10 months ago
- 98c4433 bpo-41991: Remove _PyObject_HasAttrId (GH-22629) by Serhiy Storchaka · 4 years, 10 months ago
- 637a09b bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621) by Serhiy Storchaka · 4 years, 10 months ago
- 9975cc5 bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) by Serhiy Storchaka · 4 years, 10 months ago
- dcc5421 bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) by Serhiy Storchaka · 4 years, 10 months ago
- 46e19b6 bpo-41098: Doc: Add missing deprecated directives (GH-21162) by Inada Naoki · 5 years ago
- 680254a bpo-41366: Fix clang warning for sign conversion (GH-21592) by Henry Schreiner · 5 years ago
- cb9879b bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803) by Mark Shannon · 5 years ago
- 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 5 years ago
- b3dd5cd bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) by Serhiy Storchaka · 5 years ago
- 13c90e8 Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318) by Inada Naoki · 5 years ago
- 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 5 years ago
- b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 5 years ago
- dd8a93e bpo-23427: Add sys.orig_argv attribute (GH-20729) by Victor Stinner · 5 years ago
- d9f2a13 bpo-41123: Remove PyUnicode_GetMax() (GH-21192) by Inada Naoki · 5 years ago
- 20a7902 bpo-41123: Remove Py_UNICODE_str* functions (GH-21164) by Inada Naoki · 5 years ago
- c45dbe93 bpo-41078: Add pycore_list.h internal header file (GH-21057) by Victor Stinner · 5 years ago
- 8e34e92 bpo-36346: Make unicodeobject.h C89 compatible (GH-20934) by Inada Naoki · 5 years ago
- 2c4928d bpo-36346: Add Py_DEPRECATED to deprecated unicode APIs (GH-20878) by Inada Naoki · 5 years ago
- fcc60e4 bpo-40989: Make _PyTraceMalloc_NewReference() internal (GH-20915) by Victor Stinner · 5 years ago
- 04fc4f2 bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) by Victor Stinner · 5 years ago
- 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 5 years ago
- e81f6e6 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) by Victor Stinner · 5 years ago
- 8f023a2 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) by Sandro Mani · 5 years ago
- b4d5a5c bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413) by Skip Montanaro · 5 years ago
- 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 5 years ago
- d6fb53f bpo-39465: Remove _PyUnicode_ClearStaticStrings() from C API (GH-20078) by Victor Stinner · 5 years ago
- 4c9ea09 bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024) by scoder · 5 years ago
- 74ea6b5 bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033) by Serhiy Storchaka · 5 years ago
- 8963a7f bpo-40545: Export _PyErr_GetTopmostException() function (GH-19978) by Victor Stinner · 5 years ago
- e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 5 years ago
- 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 5 years ago
- 7036477 bpo-40421: Add PyFrame_GetBack() function (GH-19765) by Victor Stinner · 5 years ago
- ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 5 years ago
- b8f704d bpo-40421: Add Include/cpython/code.h header file (GH-19756) by Victor Stinner · 5 years ago
- 7c59d7c bpo-40421: Add pyframe.h header file (GH-19755) by Victor Stinner · 5 years ago
- 1def775 bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) by Victor Stinner · 5 years ago
- c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 5 years ago
- 675d9a3 bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) by Hai Shi · 5 years ago
- 81a7be3 bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) by Victor Stinner · 5 years ago
- 0135598 bpo-40241: Add pycore_gc.h header file (GH-19494) by Victor Stinner · 5 years ago
- da7933e bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) by Victor Stinner · 5 years ago
- 307b9d0 bpo-40170: Remove PyIndex_Check() macro (GH-19428) by Victor Stinner · 5 years ago
- ef5c615 bpo-40170: Convert PyObject_CheckBuffer() macro to a function (GH-19376) by Victor Stinner · 5 years ago
- 9205520 bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) by Victor Stinner · 5 years ago
- 38aefc5 bpo-40170: PyObject_GET_WEAKREFS_LISTPTR() becomes a function (GH-19377) by Victor Stinner · 5 years ago
- 17b4733 bpo-40130: _PyUnicode_AsKind() should not be exported. (GH-19265) by Serhiy Storchaka · 5 years ago
- 08faf00 bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180) by Victor Stinner · 5 years ago
- 79ceccd bpo-38410: Properly handle PySys_Audit() failures (GH-16657) by Zackery Spytz · 5 years ago
- 0e427c6 bpo-39947: Add _PyThreadState_GetDict() function (GH-19160) by Victor Stinner · 5 years ago
- 87d3b9d bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) by Victor Stinner · 5 years ago
- 5804f87 bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) by Victor Stinner · 5 years ago
- 6723e93 bpo-39946: Remove _PyThreadState_GetFrame (GH-19094) by Victor Stinner · 5 years ago
- faf626b Make cpython/abstract.h compatible with C90 (#18481) by Peter Eisentraut · 5 years ago
- 3a8c562 Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985) by Inada Naoki · 5 years ago
- c7ad974 bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659) by Inada Naoki · 5 years ago
- be79373 bpo-39947: Add PyInterpreterState_Get() function (GH-18979) by Victor Stinner · 5 years ago
- 38965ec bpo-39947: Hide implementation detail of trashcan macros (GH-18971) by Victor Stinner · 5 years ago
- 309d7cc bpo-35370: Add _PyEval_SetTrace() function (GH-18975) by Victor Stinner · 5 years ago
- 224481a bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972) by Victor Stinner · 5 years ago
- 0b72b23 bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) by Victor Stinner · 5 years ago
- 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 5 years ago
- 1b55b65 bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) by Dong-hee Na · 5 years ago
- 8c3aee6 bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493) by Victor Stinner · 5 years ago
- 98921ae bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494) by Victor Stinner · 5 years ago
- ffd9753 bpo-39245: Switch to public API for Vectorcall (GH-18460) by Petr Viktorin · 6 years ago
- b10dc3e bpo-39573: Add Py_SET_SIZE() function (GH-18400) by Victor Stinner · 6 years ago
- bec4186 bpo-35134: Create Include/cpython/listobject.h (GH-18395) by Victor Stinner · 6 years ago
- d2ec81a bpo-39573: Add Py_SET_TYPE() function (GH-18394) by Victor Stinner · 6 years ago
- a102ed7 bpo-39573: Use Py_TYPE() macro in Python and Include directories (GH-18391) by Victor Stinner · 6 years ago
- f95cd19 bpo-39571: Fix clang warning on PyTypeObject typedef (GH-18385) by Victor Stinner · 6 years ago
- 3f563ce bpo-39245: Make Vectorcall C API public (GH-17893) by Petr Viktorin · 6 years ago
- 509dd90 bpo-39542: Convert PyType_Check() to static inline function (GH-18364) by Victor Stinner · 6 years ago
- f58bd7c bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363) by Victor Stinner · 6 years ago
- 0fa4f43 bpo-39542: Exclude trashcan from the limited C API (GH-18362) by Victor Stinner · 6 years ago
- f16433a bpo-39543: Remove unused _Py_Dealloc() macro (GH-18361) by Victor Stinner · 6 years ago