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-115145: Update documentation about ``PyThreadState_DeleteCurrent`` ...
Miss Islington (bot)
2024-10-03
1
-1/+1
*
[3.13] gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) (#12...
Miss Islington (bot)
2024-09-30
1
-1/+10
*
[3.13] doc: PyUnicode_AsUTF8String() fails if string contains surrogates (GH-...
Miss Islington (bot)
2024-09-27
1
-3/+10
*
[3.13] GH-95079: document error behaviour for some unicode C APIs (GH-95080) ...
Miss Islington (bot)
2024-09-27
1
-0/+9
*
[3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...
Alex Waygood
2024-09-26
4
-22/+24
*
[3.13] gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778) (#12...
Miss Islington (bot)
2024-09-24
1
-4/+5
*
[3.13] gh-119802: Update memory management docs for free-threaded build (gh-1...
Miss Islington (bot)
2024-09-24
1
-12/+22
*
[3.13] gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134) (#...
Petr Viktorin
2024-09-23
3
-0/+7
*
[3.13] Use pep role instead of url (GH-121611) (#124172)
Miss Islington (bot)
2024-09-23
2
-4/+4
*
[3.13] GH-109975: Copyedit 3.13 What's New: C API (GH-124313) (#124334)
Adam Turner
2024-09-23
2
-9/+39
*
[3.13] Swap the and from in sentence in init_config.rst (GH-120086) (#123744)
Miss Islington (bot)
2024-09-05
1
-1/+1
*
[3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...
Wei-Hsiang (Matt) Wang
2024-09-02
1
-2/+2
*
[3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)
Wei-Hsiang (Matt) Wang
2024-08-30
2
-2/+2
*
[3.13] gh-123254: Improve `tuple` C API docs with more info about errors (GH-...
Miss Islington (bot)
2024-08-28
1
-8/+16
*
[3.13] GH-109975: Copyedit 3.13 What's New: Release Highlights (GH-122958) (#...
Miss Islington (bot)
2024-08-13
1
-1/+1
*
[3.13] gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-122280)...
Sergey B Kirpichev
2024-08-05
1
-0/+11
*
[3.13] gh-122623: Improve `c-api/bytearray.rst` with error handling info (GH-...
Miss Islington (bot)
2024-08-04
1
-2/+7
*
[3.13] Docs: spelling and grammar fixes (GH-122084) (#122106)
Miss Islington (bot)
2024-07-22
1
-2/+2
*
[3.13] GH-121970: Rewrite the C-API annotations extension (#121985) (#122027)
Adam Turner
2024-07-19
1
-2/+4
*
[3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
4
-14/+14
*
[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
[next]