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.12] Swap the and from in sentence in init_config.rst (GH-120086) (#123743)
Miss Islington (bot)
2024-09-05
1
-1/+1
*
[3.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...
Wei-Hsiang (Matt) Wang
2024-09-02
1
-2/+2
*
[3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)
Wei-Hsiang (Matt) Wang
2024-08-30
2
-2/+2
*
[3.12] gh-123254: Improve `tuple` C API docs with more info about errors (GH-...
Miss Islington (bot)
2024-08-28
1
-8/+16
*
[3.12] gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-122280)...
Sergey B Kirpichev
2024-08-05
1
-0/+11
*
[3.12] gh-122623: Improve `c-api/bytearray.rst` with error handling info (GH-...
Miss Islington (bot)
2024-08-03
1
-2/+7
*
[3.12] Docs: spelling and grammar fixes (GH-122084) (#122107)
Russell Keith-Magee
2024-07-22
1
-2/+2
*
[3.12] GH-121970: Rewrite the C-API annotations extension (GH-121985) (#122025)
Adam Turner
2024-07-19
1
-2/+4
*
[3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
4
-14/+14
*
[3.12] gh-121834: Improve `complex` C-API docs (GH-121835) (#121897)
sobolevn
2024-07-17
1
-6/+18
*
[3.12] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121...
Miss Islington (bot)
2024-07-14
1
-1/+1
*
[3.12] gh-121615: Improve `module.rst` C-API docs with better error descripti...
sobolevn
2024-07-11
1
-7/+14
*
[3.12] gh-121567: Improve `slice` C-API docs by mentioning exceptions (GH-121...
Miss Islington (bot)
2024-07-10
1
-3/+5
*
[3.12] gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (GH...
Miss Islington (bot)
2024-07-09
1
-3/+6
*
[3.12] docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (GH-112237) ...
Miss Islington (bot)
2024-07-03
1
-2/+2
*
[3.12] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize()...
Miss Islington (bot)
2024-06-21
1
-3/+10
*
[3.12] gh-119467: Fix Py_buffer.format type and correct documentation typo (G...
Miss Islington (bot)
2024-05-27
1
-2/+2
*
[3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571)
Hugo van Kemenade
2024-05-26
1
-2/+2
*
[3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G...
Serhiy Storchaka
2024-05-08
1
-1/+1
*
[3.12] gh-116935: Document that heap types need to support garbage collection...
Miss Islington (bot)
2024-04-19
1
-1/+2
*
[3.12] gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH...
Miss Islington (bot)
2024-04-19
1
-0/+6
*
[3.12] gh-73231: Update documentation for PyErr_SetFromWindowsErr() (GH-11722...
Miss Islington (bot)
2024-04-17
1
-4/+5
*
[3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)
Hugo van Kemenade
2024-04-15
1
-1/+1
*
[3.12] gh-115664: Fix ordering of more versionadded and versionchanged direct...
Serhiy Storchaka
2024-03-07
4
-8/+8
*
[3.12] Fix the PyGetSetDef documentation (GH-116056) (GH-116363)
Miss Islington (bot)
2024-03-05
1
-3/+3
*
[3.12] gh-115653: Document PyCode_GetFirstFree() (GH-115654) (#115752)
Miss Islington (bot)
2024-02-21
1
-2/+6
*
[3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) (#115...
Miss Islington (bot)
2024-02-17
2
-0/+52
*
[3.12] gh-113437: Update documentation about PyUnicode_AsWideChar() function ...
Miss Islington (bot)
2024-02-14
1
-1/+6
*
[3.12] gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (GH-114786) (#...
Miss Islington (bot)
2024-02-13
1
-3/+8
*
[3.12] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH...
Miss Islington (bot)
2024-02-11
2
-18/+28
*
[3.12] gh-115172: Fix explicit index extries for the C API (GH-115173) (GH-11...
Serhiy Storchaka
2024-02-11
11
-150/+147
*
[3.12] Docs: correctly link to code objects (GH-115214) (#115216)
Miss Islington (bot)
2024-02-09
1
-2/+3
*
[3.12] gh-101100: Fix Py_DEBUG dangling Sphinx references (GH-115003) (#115135)
Miss Islington (bot)
2024-02-07
1
-5/+6
*
[3.12] GH-69695: Update ``PyImport_ImportModule`` description (GH-103836) GH-...
Miss Islington (bot)
2024-02-05
1
-14/+2
*
[3.12] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (#114584)
Miss Islington (bot)
2024-02-04
2
-2/+15
*
[3.12] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-11466...
Miss Islington (bot)
2024-01-29
1
-0/+13
*
[3.12] gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891) (GH-114638)
Miss Islington (bot)
2024-01-27
1
-6/+2
*
[3.12] Document PyOS_strtoul and PyOS_strtol (GH-114048) (GH-114618)
Miss Islington (bot)
2024-01-26
1
-0/+36
*
[3.12] gh-101100: Fix Sphinx warnings in `c-api/structures.rst` (GH-113564) (...
Miss Islington (bot)
2024-01-24
1
-9/+10
*
[3.12] gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (GH-114373) (...
Miss Islington (bot)
2024-01-21
1
-2/+2
*
[3.12] gh-112092: clarify unstable ABI recompilation requirements (GH-112093)...
Miss Islington (bot)
2024-01-18
1
-1/+1
*
[3.12] gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)...
Miss Islington (bot)
2024-01-17
1
-0/+34
*
[3.12] gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL wh...
Miss Islington (bot)
2023-12-31
1
-1/+1
*
[3.12] docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-11...
Miss Islington (bot)
2023-12-25
1
-0/+1
*
[3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)
Miss Islington (bot)
2023-12-13
1
-6/+10
*
[3.12] gh-101100: Further improve docs on function attributes (GH-113001) (#1...
Miss Islington (bot)
2023-12-12
1
-1/+1
*
[3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...
Hugo van Kemenade
2023-12-12
1
-10/+13
*
Doc: c-api: fix order of PyMemberDef fields (GH-112879)
Miss Islington (bot)
2023-12-10
1
-4/+4
*
[3.12] gh-101100: Improve documentation of code object attributes (#112781) (...
Alex Waygood
2023-12-06
2
-3/+3
*
[3.12] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` param...
Miss Islington (bot)
2023-12-06
1
-3/+3
[next]