index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
data
/
refcounts.dat
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-140550: PEP 793 reference documentation (GH-141197)
Petr Viktorin
2025-11-26
1
-0/+19
*
Document that `PyInterpreterState_GetDict` returns a borrowed reference (#139...
Petr Viktorin
2025-10-01
1
-0/+3
*
gh-133644: remove `PyWeakref_GetObject` and `PyWeakref_GET_OBJECT` (GH-133657)
Bénédikt Tran
2025-09-24
1
-6/+0
*
gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-135762)
Peter Bierma
2025-06-25
1
-0/+24
*
Document that PyType_GetModuleByDef returns a borrowed reference (GH-135666)
Petr Viktorin
2025-06-19
1
-0/+4
*
gh-134160: Split extension module init from PyModule docs; emphasize multi-ph...
Petr Viktorin
2025-06-13
1
-3/+0
*
gh-46236: Document PyUnicode_BuildEncodingMap (#133270)
Stan Ulbrych
2025-05-09
1
-0/+3
*
gh-133644: Remove deprecated Python initialization getter functions (#133661)
Bénédikt Tran
2025-05-09
1
-10/+0
*
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
Bénédikt Tran
2025-05-08
1
-3/+0
*
gh-46236: Add PyUnicode_Resize() doc (#132628)
RUANG (James Roy)
2025-04-22
1
-0/+4
*
gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040)
RUANG (James Roy)
2025-04-14
1
-0/+3
*
gh-46236: Add missing PyUnicode_Append() doc (#130531)
RUANG (James Roy)
2025-03-11
1
-0/+8
*
gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335)
RUANG (James Roy)
2025-02-24
1
-0/+3
*
gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RParti...
Marc Mueller
2025-02-20
1
-3/+16
*
gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934)
Yuki Kobayashi
2025-02-10
1
-0/+7
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
1
-0/+8
*
gh-102471, PEP 757: Add PyLong import and export API (#121339)
Victor Stinner
2024-12-13
1
-0/+7
*
Document PyObject_SelfIter (#127861)
Miro Hrončok
2024-12-13
1
-0/+3
*
gh-127443: Fix some entries in `Doc/data/refcounts.dat` (#127451)
Bénédikt Tran
2024-12-02
1
-19/+21
*
gh-126061: add new functions to `refcounts.dat` (#126788)
RUANG (James Roy)
2024-11-14
1
-0/+13
*
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland
2024-08-07
1
-0/+4
*
gh-122555: Remove removed functions from `Doc/data/refcounts.dat` (#122556)
Bénédikt Tran
2024-08-01
1
-10/+0
*
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan
2024-06-01
1
-0/+32
*
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Sam Gross
2024-02-02
1
-0/+4
*
gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)
AN Long
2024-01-16
1
-0/+15
*
gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as retu...
Jamie Phan
2024-01-04
1
-0/+7
*
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner
2023-06-21
1
-0/+4
*
Add Py_TYPE() to Doc/data/refcounts.dat (#105949)
Victor Stinner
2023-06-20
1
-0/+3
*
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner
2023-06-20
1
-0/+3
*
gh-85275: Remove old buffer APIs (#105137)
Inada Naoki
2023-06-02
1
-15/+0
*
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner
2023-06-01
1
-6/+0
*
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Victor Stinner
2023-06-01
1
-40/+20
*
gh-101578: Amend exception docs (#102057)
Erlend E. Aasland
2023-02-21
1
-0/+2
*
gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962)
Erlend E. Aasland
2023-02-19
1
-0/+3
*
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659)
Zackery Spytz
2022-11-27
1
-2/+2
*
GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...
Pablo Galindo Salgado
2022-08-24
1
-0/+8
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov
2021-09-07
1
-4/+4
*
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
Hai Shi
2021-08-17
1
-0/+3
*
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
Inada Naoki
2021-07-29
1
-0/+18
*
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi
2021-07-29
1
-0/+3
*
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
Petr Viktorin
2021-06-24
1
-26/+0
*
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki
2021-05-07
1
-84/+0
*
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (G...
Pablo Galindo
2021-03-23
1
-0/+6
*
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner
2020-11-09
1
-0/+6
*
Delete PyGen_Send (#22663)
Vladimir Matveev
2020-10-12
1
-5/+0
*
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
2020-10-10
1
-0/+5
*
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev
2020-09-19
1
-0/+5
*
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts...
Hai Shi
2020-09-09
1
-0/+5
*
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Inada Naoki
2020-06-30
1
-3/+0
*
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Inada Naoki
2020-06-29
1
-5/+0
[next]