- e38cded [3.12] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) (GH-130512) by Miss Islington (bot) · 6 months ago
- 5c0aba0 [3.12] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191) (#130361) by Miss Islington (bot) · 7 months ago
- 181e924 [3.12] gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934) (GH-129962) by Miss Islington (bot) · 7 months ago
- 2d31733 [3.12] Document PyObject_SelfIter (GH-127861) (#127899) by Miss Islington (bot) · 9 months ago
- 828db90 [3.12] gh-127443: Fix some entries in `Doc/data/refcounts.dat` (GH-127451) (#127497) by Miss Islington (bot) · 9 months ago
- 49f6beb [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065) by Petr Viktorin · 11 months ago
- ff98d90 [3.12] GH-121970: Rewrite the C-API annotations extension (GH-121985) (#122025) by Adam Turner · 1 year, 2 months ago
- dc40226 [3.12] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#119644) by Jelle Zijlstra · 1 year, 3 months ago
- 0d5fe2c [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) (gh-119425) by Eric Snow · 1 year, 3 months ago
- 27941b1 [3.12] gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557) (GH-114119) by Miss Islington (bot) · 1 year, 8 months ago
- 6f90399 [3.12] gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as returning a strong reference (GH-113697) (#113698) by Miss Islington (bot) · 1 year, 8 months ago
- 1e1a30f [3.12] gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-110311) (gh-110714) by Eric Snow · 1 year, 9 months ago
- 0122b4d [3.12] gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109921) (gh-110707) by Eric Snow · 1 year, 9 months ago
- 82ae5a6 [3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794) (gh-110705) by Eric Snow · 1 year, 9 months ago
- 4f71f16 [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (gh-110713) by Eric Snow · 1 year, 9 months ago
- 3135544 [3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701) by Eric Snow · 1 year, 9 months ago
- 7ee021f [3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_events()` (GH-108420) (#108899) by Mark Shannon · 2 years ago
- 00bfed7 [3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#107876) by Miss Islington (bot) · 2 years, 1 month ago
- da151fd [3.12] gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974) (gh-107412) by Eric Snow · 2 years, 1 month ago
- 3b1a4c1 [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-107346) by Mark Shannon · 2 years, 1 month ago
- 20315d1 [3.12] gh-106140: Reorder some more fields to facilitate out-of-process inspection (GH-106148) (#106155) by Pablo Galindo Salgado · 2 years, 2 months ago
- ac80beb [3.12] gh-106140: Reorder some fields to facilitate out-of-process inspection (GH-106143) (#106147) by Miss Islington (bot) · 2 years, 2 months ago
- 33d3069 [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752) by Eric Snow · 2 years, 3 months ago
- 77c03a3 [3.12] gh-100227: Lock Around Modification of the Global Allocators State (gh-105516) (gh-105532) by Miss Islington (bot) · 2 years, 3 months ago
- b08ea9a [3.12] gh-100227: Lock Around Adding Global Audit Hooks (gh-105515) (gh-105525) by Eric Snow · 2 years, 3 months ago
- 2ad2bd8 [3.12] gh-100227: Lock Around Use of the Global "atexit" State (gh-105514) (gh-105517) by Miss Islington (bot) · 2 years, 3 months ago
- c38ceb0 [3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Static Builtin Types (gh-105115) (gh-105124) by Miss Islington (bot) · 2 years, 3 months ago
- 9ae49e3 gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055) by Miss Islington (bot) · 2 years, 3 months ago
- 7899fac [3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974) by Miss Islington (bot) · 2 years, 3 months ago
- b44beac [3.12] gh-87891: Add ABI check to CI (#104793) by Petr Viktorin · 2 years, 3 months ago
- cd9a56c gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511) by Petr Viktorin · 2 years, 4 months ago
- 3f9285a gh-102755: Add PyErr_DisplayException(exc) (#102756) by Irit Katriel · 2 years, 6 months ago
- 02d9f15 gh-101578: Amend exception docs (#102057) by Erlend E. Aasland · 2 years, 7 months ago
- 60bbed7 gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962) by Erlend E. Aasland · 2 years, 7 months ago
- feec49c GH-101578: Normalize the current exception (GH-101607) by Mark Shannon · 2 years, 7 months ago
- 62a5dc1 bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659) by Zackery Spytz · 2 years, 9 months ago
- 4d82f62 gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014) by Petr Viktorin · 2 years, 10 months ago
- e98923c gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158) by David Hewitt · 2 years, 10 months ago
- e60892f gh-98586: Add vector call APIs to the Limited API (GH-98587) by Wenzel Jakob · 2 years, 10 months ago
- e34c82a GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504) by Pablo Galindo Salgado · 3 years ago
- 656dad7 gh-93274: Expose receiving vectorcall in the Limited API (GH-95717) by Petr Viktorin · 3 years, 1 month ago
- 5e34b49 gh-60074: add new stable API function PyType_FromMetaclass (GH-93012) by Wenzel Jakob · 3 years, 3 months ago
- 059b5ba gh-85858: Remove PyUnicode_InternImmortal() function (#92579) by Victor Stinner · 3 years, 4 months ago
- f9c9354 gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537) by Inada Naoki · 3 years, 4 months ago
- 5d421d7 gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531) by Irit Katriel · 3 years, 5 months ago
- 1c2fddd Add feature macro PY_HAVE_THREAD_NATIVE_ID to the stable ABI definition (GH-32365) by Petr Viktorin · 3 years, 5 months ago
- d79f118 bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-32196) by Petr Viktorin · 3 years, 5 months ago
- f66c857 bpo-45459: Add Py_buffer to limited API (GH-29991) by Christian Heimes · 3 years, 7 months ago
- 50669083 bpo-43931: Export Python version as API data (GH-25577) by Gabriele N. Tornetta · 3 years, 9 months ago
- f30ad65 bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569) by Irit Katriel · 3 years, 11 months ago
- 2cbf50e bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331) by Ken Jin · 3 years, 11 months ago
- 2c3474a bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) by Yury Selivanov · 4 years ago
- 3e2c643 bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551) by Hai Shi · 4 years, 1 month ago
- ce5e1a6 bpo-41103: Resurrect the old buffer protocol. (GH-27437) by Inada Naoki · 4 years, 1 month ago
- a390ebe bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903) by Hai Shi · 4 years, 1 month ago
- 29987f7 bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) by Petr Viktorin · 4 years, 2 months ago
- 6773c3e bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) by Ken Jin · 4 years, 3 months ago
- 7cad9cb bpo-43795: Don't list private names in the limited API (GH-26740) by Petr Viktorin · 4 years, 3 months ago
- d168569 bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) by Petr Viktorin · 4 years, 3 months ago
- b05955d bpo-43795: PEP 652 user documentation (GH-25668) by Petr Viktorin · 4 years, 4 months ago
- 9ad8f10 bpo-44029: Remove Py_UNICODE APIs (GH-25881) by Inada Naoki · 4 years, 4 months ago
- c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 4 months ago
- 558df90 bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768) by Pablo Galindo · 4 years, 4 months ago
- f6ee4da bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315) by Petr Viktorin · 4 years, 4 months ago
- 3cc481b bpo-28254: Add a C-API for controlling the GC state (GH-25687) by scoder · 4 years, 4 months ago
- 9d6a2d0 bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482) by Petr Viktorin · 4 years, 4 months ago
- 09bbebe bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) by Victor Stinner · 4 years, 5 months ago
- 61092a9 bpo-43690: stable_abi.py no longer parses macros (GH-25136) by Victor Stinner · 4 years, 5 months ago
- baf10da bpo-43688: Run make regen-limited-abi (GH-25134) by Victor Stinner · 4 years, 5 months ago
- d969202 bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004) by Pablo Galindo · 4 years, 6 months ago
- 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 4 years, 6 months ago
- ba251c2 bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) by Antoine Pitrou · 4 years, 6 months ago
- 0911411 Update stable ABI script for MacOS and update list of exported symbols (GH-23783) by Pablo Galindo · 4 years, 9 months ago
- 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 4 years, 9 months ago
- 23c5f93 bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206) by Victor Stinner · 4 years, 10 months ago
- 24a54c0 Delete PyGen_Send (#22663) by Vladimir Matveev · 5 years ago
- 037245c bpo-41756: Add PyIter_Send function (#22443) by Vladimir Matveev · 5 years ago
- 2b05361 bpo-41756: Introduce PyGen_Send C API (GH-22196) by Vladimir Matveev · 5 years ago
- 1e2f051 bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) by Hai Shi · 5 years ago
- b333266 bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) by Inada Naoki · 5 years ago
- e4f1fe6 bpo-41123: Remove PyLong_FromUnicode() (GH-21204) by Inada Naoki · 5 years ago
- 6f8a6ee bpo-41103: Remove old buffer protocol support (#21117) by Inada Naoki · 5 years ago
- a45b695 bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) by Zackery Spytz · 5 years ago
- 2582d46 bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351) by Victor Stinner · 6 years ago
- b3b9619 Fix typo: Pyssize_t => Py_ssize_t (GH-15411) by Sergey Fedoseev · 6 years ago
- 4a2edc3 bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode_New as a compatibility wrapper (GH-13959) by Pablo Galindo · 6 years ago
- b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 6 years ago
- d28772a bpo-36783: Add new references for C API Documentation changes (GH-13204) by Edison A · 6 years ago
- 83dd4e8 bpo-18085: Update refcounts.dat. (GH-11247) by Serhiy Storchaka · 7 years ago
- b2f642c bpo-32077: Update refcounts.dat for Unicode object functions. (GH-11243) by Mat M · 7 years ago
- bdabb07 bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) by Serhiy Storchaka · 7 years ago
- 4e29f56 Add missed details of the C API introduced in 3.7. (GH-7047) by Serhiy Storchaka · 7 years ago
- 55bfe69 Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038) by Masayuki Yamamoto · 7 years ago
- 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 8 years ago
- b63530a Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818) by Eric Snow · 8 years ago
- 746102b Issue #27186: Document PyOS_FSPath(). by Brett Cannon · 9 years ago
- 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 10 years ago
- 0676a40 Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. by Antoine Pitrou · 11 years ago
- 8f9f0f1 Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. by Larry Hastings · 12 years ago
- b082731 Issue #20517: Functions in the os module that accept two filenames by Larry Hastings · 12 years ago