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
/
c-api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer
2023-09-20
1
-1/+1
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
2
-6/+44
*
gh-107298: Document PyMODINIT_FUNC macro (#109236)
Victor Stinner
2023-09-14
1
-0/+24
*
Improve some C API documentation (GH-108768)
Serhiy Storchaka
2023-09-01
3
-62/+51
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-22/+0
*
Fix misc doc typos (#108592)
xzmeng
2023-08-29
2
-2/+2
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
1
-0/+8
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
1
-4/+16
*
gh-107298: Fix a few more refs in the C API docs (GH-108361)
Serhiy Storchaka
2023-08-23
1
-1/+1
*
gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258)
Serhiy Storchaka
2023-08-22
4
-6/+18
*
gh-107298: Fix C API datetime documentation (GH-108034)
Serhiy Storchaka
2023-08-21
1
-14/+57
*
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner
2023-08-18
1
-3/+11
*
gh-107298: Fix some references in the C API documentation (GH-108072)
Serhiy Storchaka
2023-08-17
1
-1/+1
*
gh-107298: Fix C API Buffer documentation (#108011)
Victor Stinner
2023-08-16
2
-10/+14
*
gh-91051: fix segfault when using all 8 type watchers (#107853)
Carl Meyer
2023-08-11
1
-2/+2
*
Docs: Document PyBUF_MAX_NDIM (#107865)
Erlend E. Aasland
2023-08-11
1
-3/+7
*
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow
2023-08-07
13
-85/+143
*
gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519)
Eric Snow
2023-07-31
1
-0/+6
*
gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (#107403)
Eric Snow
2023-07-31
2
-0/+32
*
Fix the documentation for PyCode_New add `qualname` parameter (#107186)
da-woods
2023-07-29
1
-4/+4
*
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka
2023-07-29
1
-0/+6
*
gh-107305: Update the C-API Docs for PEP 684 (gh-107324)
Eric Snow
2023-07-28
1
-15/+194
*
gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345)
Serhiy Storchaka
2023-07-27
11
-30/+43
*
gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH...
Serhiy Storchaka
2023-07-27
2
-39/+40
*
gh-107091: Fix some uses of :attr: role (GH-107318)
Serhiy Storchaka
2023-07-27
6
-54/+60
*
gh-107298: Fix more Sphinx warnings in the C API doc (#107329)
Victor Stinner
2023-07-27
16
-69/+72
*
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Victor Stinner
2023-07-26
11
-26/+26
*
gh-107091: Fix some uses of :c:type: role (GH-107138)
Serhiy Storchaka
2023-07-26
2
-10/+12
*
gh-107091: Fix some uses of :c:member: role (GH-107129)
Serhiy Storchaka
2023-07-26
5
-11/+13
*
gh-107298: Fix doc references to undocumented modules (#107300)
Victor Stinner
2023-07-26
4
-4/+4
*
Fix PyVectorcall_Function doc versionadded (#107140)
da-woods
2023-07-24
1
-1/+1
*
gh-106948: Docs: Disable links for C standard library functions, OS utility f...
Erlend E. Aasland
2023-07-23
2
-3/+3
*
gh-107091: Fix the use of some C domain roles (#107092)
Serhiy Storchaka
2023-07-23
5
-8/+8
*
gh-101100: Fix some broken sphinx references (#107095)
wulmer
2023-07-23
4
-6/+6
*
gh-106948: Add standard external names to nitpick_ignore (GH-106949)
Serhiy Storchaka
2023-07-22
4
-14/+14
*
gh-106004: Add PyDict_GetItemRef() function (#106005)
Victor Stinner
2023-07-21
1
-2/+26
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-3/+3
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
20
-210/+228
*
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
Serhiy Storchaka
2023-07-18
1
-34/+31
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
1
-0/+30
*
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka
2023-07-11
1
-2/+39
*
gh-105227: Add PyType_GetDict() (GH-105747)
Eric Snow
2023-07-10
2
-1/+30
*
gh-105927: PyWeakref_GetRef() returns 1 on success (#106561)
Victor Stinner
2023-07-09
1
-2/+4
*
gh-105373: Remove C API global config vars in Python 3.14 (#106538)
Victor Stinner
2023-07-07
1
-16/+16
*
tp_flags docs: fix indentation (#106420)
Jelle Zijlstra
2023-07-05
1
-9/+9
*
gh-101100: Docs: Fix references to several numeric dunders (#106278)
F3eQnxN3RriK
2023-06-30
3
-26/+26
*
gh-106023: Remove _PyObject_FastCallTstate() function (#106273)
Victor Stinner
2023-06-30
1
-13/+0
*
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
Victor Stinner
2023-06-28
2
-7/+20
*
gh-105927: Deprecate PyWeakref_GetObject() function (#106006)
Victor Stinner
2023-06-26
1
-0/+6
[next]