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.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...
Miss Islington (bot)
2024-05-24
1
-3/+3
*
[3.13] gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (GH-118696) (...
Miss Islington (bot)
2024-05-22
1
-0/+1
*
[3.13] Docs: Add central references to free-threading-related options (GH-119...
Miss Islington (bot)
2024-05-21
1
-2/+2
*
[3.13] gh-74929: PEP 667 general docs update (gh-119291)
Miss Islington (bot)
2024-05-21
1
-5/+6
*
[3.13] Format None, True, False and NotImplemented as literals (GH-118758) (G...
Miss Islington (bot)
2024-05-08
1
-1/+1
*
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...
Hugo van Kemenade
2024-05-07
1
-4/+4
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
1
-1/+1
*
gh-111140: minor docs typos cleanup in the C example API calls. (#118612)
Gregory P. Smith
2024-05-05
1
-3/+3
*
gh-74929: Rudimentary docs for PEP 667 (#118581)
Guido van Rossum
2024-05-05
1
-1/+8
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
1
-1/+4
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
2
-0/+165
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+38
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
1
-0/+52
*
gh-110850: Add PyTime_TimeRaw() function (#118394)
Victor Stinner
2024-05-01
1
-0/+29
*
Fix typo in Doc/c-api/exceptions.rst (GH-118371)
Xie Yanbo
2024-04-29
1
-1/+1
*
Fix typo in Doc/c-api/typeobj.rst (GH-118377)
Xie Yanbo
2024-04-29
1
-1/+1
*
gh-116935: Document that heap types need to support garbage collection (GH-11...
Savannah Ostrowski
2024-04-19
1
-1/+2
*
gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH-117920)
Victor Stinner
2024-04-19
1
-0/+6
*
Docs: Fix CVE link (#118077)
Jelle Zijlstra
2024-04-19
1
-1/+1
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
1
-0/+130
*
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner
2024-04-17
1
-1/+29
*
gh-73231: Update documentation for PyErr_SetFromWindowsErr() (GH-117226)
Serhiy Storchaka
2024-04-17
1
-4/+5
*
gh-117642: Fix PEP 737 implementation (GH-117643)
Serhiy Storchaka
2024-04-08
1
-3/+3
*
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...
Steve Dower
2024-04-05
1
-45/+97
*
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...
Serhiy Storchaka
2024-03-25
1
-4/+4
*
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka
2024-03-22
2
-0/+15
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
1
-0/+49
*
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
Bogdan Romanyuk
2024-03-19
1
-1/+7
*
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner
2024-03-14
1
-0/+23
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
1
-0/+7
*
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner
2024-03-14
1
-0/+8
*
Docs: PyUnstable_Long_IsCompact() docs now mention PyLong_AsNativeBytes() (#1...
Sergey B Kirpichev
2024-03-13
1
-1/+1
*
gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public (#111418)
Sergey B Kirpichev
2024-03-09
1
-1/+24
*
gh-115664: Fix ordering of more versionadded and versionchanged directives (G...
Serhiy Storchaka
2024-03-07
4
-8/+8
*
Fix the PyGetSetDef documentation (GH-116056)
Serhiy Storchaka
2024-03-05
1
-3/+3
*
gh-115799: Add missing double-quote in docs (#115884)
bssyousefi
2024-02-25
1
-1/+1
*
gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test (#...
Gregory P. Smith
2024-02-22
1
-17/+57
*
gh-115653: Document PyCode_GetFirstFree() (#115654)
Bogdan Romanyuk
2024-02-21
1
-2/+6
*
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
[next]