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.14] gh-135913: Document ob_refcnt, ob_type, ob_size (GH-135914) (GH-136377)
Miss Islington (bot)
2025-07-08
2
-22/+64
*
[3.14] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH...
Miss Islington (bot)
2025-07-07
2
-4/+69
*
[3.14] gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022) (GH-136074)
Miss Islington (bot)
2025-06-28
1
-0/+10
*
[3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)
Miss Islington (bot)
2025-06-27
2
-2/+2
*
[3.14] gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-...
Miss Islington (bot)
2025-06-25
1
-0/+20
*
[3.14] gh-89488: Add warning about `Py_BuildValue("p")` needing exact `int` (...
Miss Islington (bot)
2025-06-23
1
-0/+6
*
[3.14] Docs: Remove unnecessary trailing backslashes (GH-135781) (GH-135791)
Miss Islington (bot)
2025-06-21
1
-2/+2
*
[3.14] Docs: Document `PyExceptionClass` functions in the C API (GH-135697) (...
Miss Islington (bot)
2025-06-20
1
-0/+10
*
[3.14] Document that PyType_GetModuleByDef returns a borrowed reference (GH-1...
Miss Islington (bot)
2025-06-19
1
-0/+4
*
[3.14] Docs: Fix markups for emphasis (GH-135598) (GH-135685)
Miss Islington (bot)
2025-06-18
1
-1/+1
*
Python 3.14.0b3
v3.14.0b3
Hugo van Kemenade
2025-06-17
1
-1/+1
*
[3.14] gh-134160: Split extension module init from PyModule docs; emphasize m...
Miss Islington (bot)
2025-06-16
4
-169/+376
*
[3.14] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle ...
Miss Islington (bot)
2025-06-11
1
-22/+8
*
[3.14] bpo-45210: Document that error indicator may be set in tp_dealloc (GH-...
Miss Islington (bot)
2025-06-09
1
-0/+20
*
[3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)
Victor Stinner
2025-06-09
1
-1/+16
*
[3.14] Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640) (...
Miss Islington (bot)
2025-06-06
1
-0/+12
*
[3.14] Fix versionadded directive rendering in c-api/arg.rst (GH-135199) (#13...
Miss Islington (bot)
2025-06-06
1
-0/+1
*
[3.14] gh-134830: Fix reference in `Doc/extending/windows.rst` (GH-134831) (G...
Miss Islington (bot)
2025-06-03
1
-0/+1
*
[3.14] Remove newline in Doc/c-api/lifecycle.rst for gettext builder (GH-1350...
Miss Islington (bot)
2025-06-02
1
-4/+2
*
[3.14] gh-134160: Improve multi-phase init note on isolation & subinterpreter...
Miss Islington (bot)
2025-05-31
1
-12/+30
*
Doc: remove unnecessary section header (GH-134917)
Miss Islington (bot)
2025-05-30
1
-4/+0
*
[3.14] gh-133260: Remove claim that PyUnicode_InternFromString immortalizes (...
Miss Islington (bot)
2025-05-29
1
-4/+0
*
[3.14] gh-133678: Document C API third party tools (GH-134526) (#134793)
Miss Islington (bot)
2025-05-27
1
-0/+38
*
[3.14] gh-134160: Use multi-phase init in documentation examples (GH-134296) ...
Miss Islington (bot)
2025-05-26
2
-3/+3
*
[3.14] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134670)
Miss Islington (bot)
2025-05-25
3
-3/+3
*
[3.14] gh-132246: Add special buffer methods to C API Type Object docs (gh-13...
Miss Islington (bot)
2025-05-21
1
-3/+4
*
[3.14] gh-75459: Doc: C API: Improve object life cycle documentation (GH-1259...
Miss Islington (bot)
2025-05-20
11
-137/+1378
*
[3.14] document `Py_VISIT` as a macro in the docs (GH-133688) (#134186)
Miss Islington (bot)
2025-05-18
1
-2/+2
*
[3.14] Docs: C API: Improve documentation around non-Python threads with subi...
Miss Islington (bot)
2025-05-17
1
-9/+50
*
[3.14] gh-46236: Document PyUnicode_BuildEncodingMap (GH-133270) (#133769)
Miss Islington (bot)
2025-05-09
1
-0/+11
*
[3.14] gh-133644: update `Py_InteractiveFlag` deprecation notice (GH-133749) ...
Miss Islington (bot)
2025-05-09
1
-1/+1
*
Python 3.14.0b1
v3.14.0b1
Hugo van Kemenade
2025-05-06
2
-6/+6
*
gh-102567: Add -X importtime=2 for logging an importtime message for already-...
Noah Kim
2025-05-06
1
-3/+9
*
gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#...
Peter Bierma
2025-05-05
2
-1/+26
*
gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)
Sam Gross
2025-05-02
2
-0/+34
*
gh-130317: Fix test_pack_unpack_roundtrip() and add docs (#133204)
Sergey B Kirpichev
2025-05-01
1
-0/+3
*
gh-46236: Document `PyUnicodeIter_Type` (GH-132925)
Stan Ulbrych
2025-04-29
1
-2/+8
*
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow
2025-04-28
1
-10/+0
*
gh-87135: Raise PythonFinalizationError when joining a blocked daemon thread ...
Petr Viktorin
2025-04-28
1
-1/+1
*
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...
Serhiy Storchaka
2025-04-26
1
-0/+6
*
gh-107954: Add audit event to PyConfig_Set() (#132958)
Victor Stinner
2025-04-25
1
-0/+2
*
gh-107954: Allow setting cpu_count in PyConfig_Set() (#132954)
Victor Stinner
2025-04-25
1
-1/+1
*
gh-132909: handle overflow for `'K'` format in `do_mkvalue` (#132911)
Bénédikt Tran
2025-04-25
1
-0/+2
*
Fix a grammar error in the `Py_ALWAYS_INLINE` doc (#129304)
Kuba_Z2
2025-04-24
1
-1/+1
*
gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
Sergey B Kirpichev
2025-04-22
1
-54/+0
*
gh-46236: Add Py_UNICODE_REPLACEMENT_CHARACTER doc (#132706)
Stan Ulbrych
2025-04-22
1
-0/+11
*
gh-46236: Add PyUnicode_Resize() doc (#132628)
RUANG (James Roy)
2025-04-22
1
-0/+15
*
gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040)
RUANG (James Roy)
2025-04-14
1
-0/+8
*
Fix a typo in c-api/typeobj.rst (#132317)
Yongzi Li
2025-04-13
1
-1/+1
*
Docs: Fix a typo in `Doc/c-api/unicode.rst` (#132318)
Yongzi Li
2025-04-13
1
-1/+1
[next]