COMMITS
/ Doc/data/refcounts.dat March 10, 2026
M
[3.13] Document that PyType_GetModule returns a borrowed ref (GH-145612) (GH-145732)
Miss Islington (bot) committed
October 1, 2025
M
[3.13] Document that `PyInterpreterState_GetDict` returns a borrowed reference (GH-139451) (#139464)
Miss Islington (bot) committed
June 25, 2025
M
[3.13] gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-135762) (GH-135917)
Miss Islington (bot) committed
June 19, 2025
M
[3.13] Document that PyType_GetModuleByDef returns a borrowed reference (GH-135666) (GH-135702)
Miss Islington (bot) committed
May 13, 2025
S
[3.13] gh-46236: Document PyUnicode_BuildEncodingMap (#133770)
Stan Ulbrych committed
April 14, 2025
V
[3.13] gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040) (#132521)
Victor Stinner committed
February 24, 2025
M
[3.13] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) (GH-130511)
Miss Islington (bot) committed
February 20, 2025
M
[3.13] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191) (#130360)
Miss Islington (bot) committed
February 10, 2025
M
[3.13] gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934) (GH-129961)
Miss Islington (bot) committed
December 13, 2024
M
[3.13] Document PyObject_SelfIter (GH-127861) (#127898)
Miss Islington (bot) committed
December 2, 2024
M
[3.13] gh-127443: Fix some entries in `Doc/data/refcounts.dat` (GH-127451) (#127496)
Miss Islington (bot) committed
June 1, 2024
M
[3.13] gh-74929: PEP 667 C API documentation (gh-119892)
Miss Islington (bot) committed
February 2, 2024
S
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Sam Gross committed
January 16, 2024
A
gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)
AN Long committed
January 4, 2024
June 21, 2023
V
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner committed
June 20, 2023
V
Add Py_TYPE() to Doc/data/refcounts.dat (#105949)
Victor Stinner committed
V
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner committed
June 2, 2023
I
gh-85275: Remove old buffer APIs (#105137)
Inada Naoki committed
June 1, 2023
V
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner committed
V
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Victor Stinner committed
February 21, 2023
E
gh-101578: Amend exception docs (#102057)
Erlend E. Aasland committed
February 19, 2023
E
gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962)
Erlend E. Aasland committed
November 27, 2022
Z
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659)
Zackery Spytz committed
August 24, 2022
P
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504)
Pablo Galindo Salgado committed
September 7, 2021
Y
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov committed
August 17, 2021
July 29, 2021
I
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
Inada Naoki committed
H
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi committed
June 24, 2021
P
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
Petr Viktorin committed
May 7, 2021
I
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki committed
March 23, 2021
P
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004)
Pablo Galindo committed
November 9, 2020
V
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner committed
October 12, 2020
V
Delete PyGen_Send (#22663)
Vladimir Matveev committed
October 10, 2020
V
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev committed
September 19, 2020
V
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev committed
September 9, 2020
June 30, 2020
I
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Inada Naoki committed
June 29, 2020
I
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Inada Naoki committed
June 25, 2020
I
bpo-41103: Remove old buffer protocol support (#21117)
Inada Naoki committed
March 17, 2020
Z
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
Zackery Spytz committed
November 22, 2019
V
bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)
Victor Stinner committed
August 26, 2019
S
Fix typo: Pyssize_t => Py_ssize_t (GH-15411)
Sergey Fedoseev committed
July 1, 2019
May 28, 2019
P
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
Pablo Galindo committed
May 13, 2019
E
bpo-36783: Add new references for C API Documentation changes (GH-13204)
Edison A committed
December 20, 2018
S
bpo-18085: Update refcounts.dat. (GH-11247)
Serhiy Storchaka committed
December 19, 2018
December 17, 2018
S
bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142)
Serhiy Storchaka committed
May 22, 2018
S
Add missed details of the C API introduced in 3.7. (GH-7047)
Serhiy Storchaka committed