COMMITS
/ Doc/data/refcounts.dat March 9, 2026
P
Document that PyType_GetModule returns a borrowed ref (GH-145612)
Petr Viktorin committed
November 26, 2025
P
gh-140550: PEP 793 reference documentation (GH-141197)
Petr Viktorin committed
October 1, 2025
P
Document that `PyInterpreterState_GetDict` returns a borrowed reference (#139451)
Petr Viktorin committed
September 24, 2025
B
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
Bénédikt Tran committed
June 25, 2025
P
gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-135762)
Peter Bierma committed
June 19, 2025
P
Document that PyType_GetModuleByDef returns a borrowed reference (GH-135666)
Petr Viktorin committed
June 13, 2025
P
May 9, 2025
S
gh-46236: Document PyUnicode_BuildEncodingMap (#133270)
Stan Ulbrych committed
B
gh-133644: Remove deprecated Python initialization getter functions (#133661)
Bénédikt Tran committed
May 8, 2025
B
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
Bénédikt Tran committed
April 22, 2025
R
gh-46236: Add PyUnicode_Resize() doc (#132628)
RUANG (James Roy) committed
April 14, 2025
R
gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040)
RUANG (James Roy) committed
March 11, 2025
R
gh-46236: Add missing PyUnicode_Append() doc (#130531)
RUANG (James Roy) committed
February 24, 2025
R
gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335)
RUANG (James Roy) committed
February 20, 2025
M
gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (#130191)
Marc Mueller committed
February 10, 2025
Y
gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934)
Yuki Kobayashi committed
January 30, 2025
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
December 13, 2024
V
gh-102471, PEP 757: Add PyLong import and export API (#121339)
Victor Stinner committed
M
Document PyObject_SelfIter (#127861)
Miro Hrončok committed
December 2, 2024
B
gh-127443: Fix some entries in `Doc/data/refcounts.dat` (#127451)
Bénédikt Tran committed
November 14, 2024
R
gh-126061: add new functions to `refcounts.dat` (#126788)
RUANG (James Roy) committed
August 7, 2024
E
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland committed
August 1, 2024
B
gh-122555: Remove removed functions from `Doc/data/refcounts.dat` (#122556)
Bénédikt Tran committed
June 1, 2024
A
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan 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