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
*
Fix typos in docs, error messages and comments (#123336)
Wulian
2024-08-28
1
-1/+1
*
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner
2024-08-28
1
-0/+57
*
gh-123254: Improve `tuple` C API docs with more info about errors (#123255)
sobolevn
2024-08-28
1
-8/+16
*
gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString() (#121...
Sergey B Kirpichev
2024-08-17
1
-3/+3
*
gh-113190: Reenable non-debug interned string cleanup (GH-113601)
Eddie Elizondo
2024-08-15
1
-6/+12
*
GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)
Adam Turner
2024-08-13
1
-1/+1
*
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland
2024-08-07
1
-28/+15
*
gh-122623: Improve `c-api/bytearray.rst` with error handling info (#122624)
sobolevn
2024-08-03
1
-2/+7
*
gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-#122280)
Sergey B Kirpichev
2024-08-03
1
-0/+11
*
Update PyObject_Del() documentation (#122597)
Victor Stinner
2024-08-02
2
-9/+4
*
Replace PyObject_Del with PyObject_Free (#122453)
Victor Stinner
2024-08-01
1
-2/+2
*
Docs: spelling and grammar fixes (#122084)
Ville Skyttä
2024-07-22
1
-2/+2
*
GH-121970: Rewrite the C-API annotations extension (#121985)
Adam Turner
2024-07-19
1
-2/+4
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
4
-14/+14
*
gh-121834: Improve `complex` C-API docs (#121835)
sobolevn
2024-07-17
1
-9/+22
*
gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing i...
Petr Viktorin
2024-07-16
3
-6/+61
*
gh-121403: Add notes for PyList_GetXXX APIs about the need for init (gh-121626)
Donghee Na
2024-07-16
1
-3/+6
*
gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750)
Dominic H
2024-07-14
1
-1/+1
*
gh-121615: Improve `module.rst` C-API docs with better error descriptions (#1...
sobolevn
2024-07-11
1
-8/+15
*
gh-121567: Improve `slice` C-API docs by mentioning exceptions (#121568)
sobolevn
2024-07-10
1
-3/+5
*
gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (#121534)
sobolevn
2024-07-09
1
-3/+6
*
[docs] fix a Sphinx directive in `c-api/object.rst` (#121430)
Bénédikt Tran
2024-07-06
1
-0/+1
*
docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237)
da-woods
2024-07-03
1
-2/+2
*
Fix phrasing in paragraphs with leading "similar" (#121135)
Rafael Fontenelle
2024-07-02
1
-2/+2
*
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Steve Dower
2024-06-28
1
-4/+11
*
gh-120858: PyDict_Next should not lock the dict (#120859)
Sam Gross
2024-06-24
1
-0/+11
*
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner
2024-06-24
1
-0/+9
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
1
-0/+104
*
gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-12...
Eric Snow
2024-06-21
1
-3/+10
*
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Victor Stinner
2024-06-21
1
-3/+32
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
1
-0/+43
*
GH-119462: Enforce invariants of type versioning (GH-120731)
Mark Shannon
2024-06-19
1
-2/+2
*
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Sam Gross
2024-06-18
1
-0/+16
*
gh-119182: Add PyUnicodeWriter C API (#119184)
Victor Stinner
2024-06-17
1
-0/+84
*
gh-116560: Add PyLong_GetSign() public function (#116561)
Sergey B Kirpichev
2024-06-03
1
-0/+13
*
gh-119968: Improved monitoring c-api docs (#119969)
Awbert
2024-06-03
1
-1/+1
*
gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932)
Alyssa Coghlan
2024-06-02
1
-11/+16
*
gh-118888: Further PEP 667 docs updates (gh-119893)
Alyssa Coghlan
2024-06-01
1
-2/+19
*
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan
2024-06-01
1
-0/+38
*
GH-117283: Add doc warning for `PyTuple_SetItem` refcount > 1 (#117916)
Savannah Ostrowski
2024-05-27
1
-0/+6
*
gh-119467: Fix Py_buffer.format type and correct documentation typo (#119475)
Aditya Borikar
2024-05-27
1
-2/+2
*
docs: fix a few typos identified by codespell (#119516)
Ned Batchelder
2024-05-26
1
-2/+2
*
Docs: Add central references to free-threading-related options (#119017)
Brett Simmers
2024-05-21
1
-2/+2
*
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...
Irit Katriel
2024-05-21
1
-3/+3
*
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
Victor Stinner
2024-05-21
1
-0/+6
*
gh-74929: PEP 667 general docs update (gh-119201)
Alyssa Coghlan
2024-05-21
1
-5/+6
*
gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (#118696)
Lysandros Nikolaou
2024-05-17
1
-0/+1
*
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka
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
[next]