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
*
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
David Hewitt
2024-02-15
1
-11/+11
*
gh-113437: Update documentation about PyUnicode_AsWideChar() function (GH-113...
qqwqqw689
2024-02-13
1
-1/+6
*
gh-111140: Minor doc fixes for PyLong_AsNativeBytes (GH-115375)
Steve Dower
2024-02-12
1
-10/+14
*
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...
Steve Dower
2024-02-12
1
-0/+66
*
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin
2024-02-12
2
-0/+84
*
gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst (GH-114825)
Skip Montanaro
2024-02-11
2
-18/+29
*
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka
2024-02-11
11
-147/+144
*
gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (#114786)
Nikita Sobolev
2024-02-10
1
-3/+8
*
Docs: correctly link to code objects (#115214)
Erlend E. Aasland
2024-02-09
1
-2/+3
*
gh-101100: Fix Py_DEBUG dangling Sphinx references (#115003)
Skip Montanaro
2024-02-07
1
-5/+6
*
gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)
Sam Gross
2024-02-06
1
-0/+20
*
GH-69695: Update ``PyImport_ImportModule`` description (GH-103836)
patenaud
2024-02-02
1
-14/+2
*
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Sam Gross
2024-02-02
1
-2/+10
*
gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` (GH-114669)
Nikita Sobolev
2024-01-29
1
-0/+13
*
Fix `c-api/file.rst` indexes (GH-114608)
Nikita Sobolev
2024-01-27
1
-2/+3
*
gh-113445: Amend PyObject_RichCompareBool() docs (GH-113891)
Sergey B Kirpichev
2024-01-27
1
-6/+2
*
Document PyOS_strtoul and PyOS_strtol (GH-114048)
Sergey B Kirpichev
2024-01-26
1
-0/+36
*
gh-101100: Fix sphinx warnings in `c-api/file.rst` (#114546)
Nikita Sobolev
2024-01-26
2
-2/+15
*
gh-101100: Fix Sphinx warnings in `c-api/structures.rst` (#113564)
Hugo van Kemenade
2024-01-24
1
-9/+10
*
gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (#114373)
Nikita Sobolev
2024-01-21
1
-2/+2
*
gh-112092: clarify unstable ABI recompilation requirements (#112093)
DerSchinken
2024-01-18
1
-1/+1
*
gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557)
AN Long
2024-01-16
1
-0/+34
*
gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)
Sergey B Kirpichev
2024-01-15
1
-0/+18
*
gh-113391: fix outdated PyObject_HasAttr docs (#113420)
Sergey B Kirpichev
2024-01-08
1
-3/+2
*
gh-101578: [doc] mention that PyErr_GetRaisedException returns NULL when the ...
Irit Katriel
2023-12-31
1
-1/+1
*
gh-101100: Improve docs on exception attributes (GH-113057)
Alex Waygood
2023-12-13
1
-6/+10
*
gh-101100: Further improve docs on function attributes (#113001)
Alex Waygood
2023-12-12
1
-1/+1
*
gh-101100: Improve documentation on function attributes (#112933)
Alex Waygood
2023-12-11
1
-10/+13
*
Doc: c-api: fix order of PyMemberDef fields (#112879)
Inada Naoki
2023-12-10
1
-4/+4
*
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood
2023-12-06
2
-3/+3
*
gh-111545: Add Py_HashPointer() function (#112096)
Victor Stinner
2023-12-06
1
-0/+10
*
gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters i...
Christopher Chavez
2023-12-06
1
-3/+3
*
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood
2023-12-05
2
-6/+7
*
gh-62897: Update PyUnicode C API parameter names (GH-12680)
Rune Tynan
2023-12-05
1
-91/+91
*
gh-112671: Fixing typo in the Macro Docs (GH-112715)
Amioplk
2023-12-04
1
-1/+1
*
gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)
Serhiy Storchaka
2023-12-04
1
-2/+24
*
gh-111545: Mention PEP 456 in PyHash_GetFuncDef() doc (#112647)
Victor Stinner
2023-12-03
1
-0/+3
*
gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)
Victor Stinner
2023-12-01
1
-0/+3
*
gh-101100: Fix Sphinx reference warnings (GH-112416)
Hugo van Kemenade
2023-11-25
1
-1/+1
*
gh-110481, doc: Add "immortal" term to the glossary (#112180)
Victor Stinner
2023-11-17
6
-17/+18
*
gh-111545: Test PyHash_GetFuncDef() function (#112098)
Victor Stinner
2023-11-15
2
-0/+49
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
1
-0/+27
*
gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)
Victor Stinner
2023-11-13
1
-0/+24
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
1
-8/+0
*
docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-110888)
lefp
2023-11-03
1
-0/+1
*
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka
2023-10-31
1
-0/+13
*
gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455)
Serhiy Storchaka
2023-10-30
1
-0/+8
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
2
-0/+22
*
Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (#110963)
Anthony Shaw
2023-10-23
1
-0/+2
*
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
Victor Stinner
2023-10-20
1
-2/+2
[next]