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
*
[3.11] gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (GH-114373) (...
Miss Islington (bot)
2024-01-21
1
-2/+2
*
[3.11] gh-112092: clarify unstable ABI recompilation requirements (GH-112093)...
Miss Islington (bot)
2024-01-18
1
-1/+1
*
[3.11] gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)...
Miss Islington (bot)
2024-01-17
1
-0/+34
*
[3.11] docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-11...
Miss Islington (bot)
2023-12-25
1
-0/+1
*
[3.11] gh-101100: Improve docs on exception attributes (GH-113057) (#113062)
Miss Islington (bot)
2023-12-13
1
-6/+10
*
[3.11] gh-101100: Further improve docs on function attributes (#113001) (#113...
Alex Waygood
2023-12-12
1
-1/+1
*
[3.11] gh-101100: Improve documentation on function attributes (#112933) (#11...
Alex Waygood
2023-12-12
1
-10/+13
*
[3.11] gh-101100: Improve documentation of code object attributes (#112781) (...
Alex Waygood
2023-12-06
2
-3/+3
*
[3.11] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` param...
Miss Islington (bot)
2023-12-06
1
-3/+3
*
[3.11] gh-101100: Properly document frame object attributes (#112735) (#112775)
Alex Waygood
2023-12-05
2
-6/+7
*
[3.11] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112745)
Serhiy Storchaka
2023-12-05
1
-97/+97
*
[3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112422)
Hugo van Kemenade
2023-11-26
1
-1/+1
*
[3.11] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963...
Miss Islington (bot)
2023-10-23
1
-0/+2
*
[3.11] C-API docs: Clarify the size of arenas (GH-110895) (#110947)
Miss Islington (bot)
2023-10-16
1
-1/+2
*
[3.11] gh-110527: Improve `PySet_Clear` docs (GH-110528) (#110927)
Miss Islington (bot)
2023-10-16
1
-1/+3
*
[3.11] gh-110631: Fix reST indentation (GH-110724) (#110739)
Ezio Melotti
2023-10-11
1
-12/+12
*
[3.11] gh-102304: Add links to the Stable ABI and Limited C API docs (#105345...
Adam Turner
2023-09-29
6
-25/+38
*
[3.11] gh-107298: Document PyMODINIT_FUNC macro (#109236) (#109948)
Victor Stinner
2023-09-27
1
-0/+24
*
[3.11] Improve some C API documentation (GH-108768) (GH-108786)
Serhiy Storchaka
2023-09-02
3
-44/+43
*
[3.11] [3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (GH-108448) (#...
Miss Islington (bot)
2023-08-25
1
-3/+5
*
[3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...
Serhiy Storchaka
2023-08-22
4
-6/+16
*
[3.11] gh-107298: Fix C API datetime documentation (GH-108034) (#108233)
Miss Islington (bot)
2023-08-22
1
-14/+57
*
[3.11] gh-107298: Fix some references in the C API documentation (GH-108072) ...
Serhiy Storchaka
2023-08-17
1
-1/+1
*
[3.11] gh-107298: Fix C API Buffer documentation (GH-108011) (#108041)
Miss Islington (bot)
2023-08-16
2
-10/+14
*
[3.11] Docs: Document PyBUF_MAX_NDIM (GH-107865) (#107872)
Miss Islington (bot)
2023-08-11
1
-3/+7
*
[3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)
Eric Snow
2023-08-07
12
-79/+113
*
[3.11] Fix the documentation for PyCode_New add qualname parameter (GH-107186...
da-woods
2023-07-30
1
-4/+4
*
[3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...
Miss Islington (bot)
2023-07-29
1
-0/+6
*
[3.11] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (...
Serhiy Storchaka
2023-07-28
9
-26/+39
*
[3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-1...
Serhiy Storchaka
2023-07-28
16
-67/+70
*
[3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373)
Serhiy Storchaka
2023-07-28
10
-26/+26
*
[3.11] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-...
Serhiy Storchaka
2023-07-28
4
-4/+4
*
[3.11] gh-107298: Docs: add targets for some :c:member: and :c:macro: referen...
Serhiy Storchaka
2023-07-27
2
-39/+40
*
[3.11] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107331)
Serhiy Storchaka
2023-07-27
6
-54/+60
*
[3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313)
Miss Islington (bot)
2023-07-26
2
-10/+12
*
[3.11] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107311)
Serhiy Storchaka
2023-07-26
4
-8/+10
*
[3.11] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107174)
Miss Islington (bot)
2023-07-24
1
-1/+1
*
[3.11] gh-106948: Docs: Disable links for C standard library functions, OS ut...
Erlend E. Aasland
2023-07-23
2
-3/+3
*
[3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121)
Serhiy Storchaka
2023-07-23
5
-8/+8
*
[3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120)
wulmer
2023-07-23
4
-6/+6
*
[3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...
Serhiy Storchaka
2023-07-23
4
-10/+10
*
[3.11] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
[3.11] gh-106892: Use roles :data: and :const: for referencing module variabl...
Serhiy Storchaka
2023-07-21
1
-3/+3
*
[3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...
Serhiy Storchaka
2023-07-21
20
-183/+201
*
[3.11] gh-101100: Docs: Fix references to several numeric dunders (GH-106278)...
Miss Islington (bot)
2023-06-30
3
-26/+26
*
[3.11] gh-106033: [docs] Improve C API GetItem & HasAttr notes. (GH-106047) (...
Miss Islington (bot)
2023-06-24
2
-14/+23
*
[3.11] gh-105196: Fix indentations of section headings in C API docs (#105672...
Irit Katriel
2023-06-15
2
-5/+5
*
[3.11] gh-105184: document that marshal functions can fail and need to be che...
Miss Islington (bot)
2023-06-02
1
-0/+4
*
[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)
Miss Islington (bot)
2023-05-06
10
-25/+25
*
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
Miss Islington (bot)
2023-05-04
19
-24/+24
[next]