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-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortal...
Petr Viktorin
2024-07-17
3
-6/+62
*
[3.13] gh-121834: Improve `complex` C-API docs (GH-121835) (#121895)
Miss Islington (bot)
2024-07-17
1
-9/+22
*
[3.13] gh-121403: Add notes for PyList_GetXXX APIs about the need for init (g...
Miss Islington (bot)
2024-07-16
1
-3/+6
*
[3.13] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121...
Miss Islington (bot)
2024-07-14
1
-1/+1
*
[3.13] gh-121615: Improve `module.rst` C-API docs with better error descripti...
Miss Islington (bot)
2024-07-11
1
-8/+15
*
[3.13] gh-121567: Improve `slice` C-API docs by mentioning exceptions (GH-121...
Miss Islington (bot)
2024-07-10
1
-3/+5
*
[3.13] gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (GH...
Miss Islington (bot)
2024-07-09
1
-3/+6
*
[3.13] [docs] fix a Sphinx directive in `c-api/object.rst` (GH-121430) (#121440)
Miss Islington (bot)
2024-07-06
1
-0/+1
*
[3.13] docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (GH-112237) ...
Miss Islington (bot)
2024-07-03
1
-2/+2
*
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Miss Islington (bot)
2024-06-28
1
-4/+11
*
[3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964)
Miss Islington (bot)
2024-06-24
1
-0/+11
*
[3.13] gh-119344: Make critical section API public (GH-119353) (#120856)
Sam Gross
2024-06-21
1
-0/+104
*
[3.13] gh-120838: Add a Note in the Docs About Expectations for Py_Finalize()...
Miss Islington (bot)
2024-06-21
1
-3/+10
*
[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...
Sam Gross
2024-06-20
1
-0/+43
*
[3.13] GH-119462: Enforce invariants of type versioning. Backport of GH-12073...
Mark Shannon
2024-06-20
1
-2/+2
*
[3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...
Miss Islington (bot)
2024-06-18
1
-0/+16
*
[3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)
Miss Islington (bot)
2024-06-04
1
-0/+6
*
[3.13] gh-119968: Improved monitoring c-api docs (GH-119969) (#119971)
Miss Islington (bot)
2024-06-03
1
-1/+1
*
[3.13] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (GH-119934)
Miss Islington (bot)
2024-06-02
1
-11/+16
*
[3.13] gh-118888: Further PEP 667 docs updates (gh-119894)
Miss Islington (bot)
2024-06-02
1
-2/+19
*
[3.13] gh-74929: PEP 667 C API documentation (gh-119892)
Miss Islington (bot)
2024-06-01
1
-0/+38
*
[3.13] gh-119467: Fix Py_buffer.format type and correct documentation typo (G...
Miss Islington (bot)
2024-05-27
1
-2/+2
*
[3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570)
Miss Islington (bot)
2024-05-26
1
-2/+2
*
[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
[next]