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] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137643)
Miss Islington (bot)
2025-08-11
1
-1/+1
*
[3.13] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH...
Petr Viktorin
2025-08-02
2
-4/+65
*
[3.13] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan informat...
Miss Islington (bot)
2025-07-20
1
-0/+4
*
[3.13] gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (GH-136664) (...
Miss Islington (bot)
2025-07-15
1
-6/+6
*
[3.13] gh-136209: Add .. c:var:: declarations for C exception types (GH-13621...
Miss Islington (bot)
2025-07-10
1
-251/+187
*
[3.13] gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022) (GH-136075)
Miss Islington (bot)
2025-06-28
1
-0/+10
*
[3.13] Docs: Fix duplicate word typos (GH-135958) (GH-136008)
Brian Schubert
2025-06-27
1
-1/+1
*
[3.13] gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-...
Miss Islington (bot)
2025-06-25
1
-0/+20
*
[3.13] Docs: Document `PyExceptionClass` functions in the C API (GH-135697) (...
Miss Islington (bot)
2025-06-20
1
-0/+10
*
[3.13] Document that PyType_GetModuleByDef returns a borrowed reference (GH-1...
Miss Islington (bot)
2025-06-19
1
-0/+4
*
[3.13] Docs: Fix markups for emphasis (GH-135598) (GH-135686)
Miss Islington (bot)
2025-06-18
1
-1/+1
*
[3.13] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle ...
Miss Islington (bot)
2025-06-11
1
-22/+8
*
[3.13] Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640) (...
Miss Islington (bot)
2025-06-06
1
-0/+12
*
[3.13] gh-134160: Improve multi-phase init note on isolation & subinterpreter...
Miss Islington (bot)
2025-06-04
1
-12/+30
*
Doc: remove unnecessary section header (GH-134917)
Miss Islington (bot)
2025-05-30
1
-4/+0
*
[3.13] gh-133260: Remove claim that PyUnicode_InternFromString immortalizes (...
Miss Islington (bot)
2025-05-29
1
-4/+0
*
[3.13] gh-133678: Document C API third party tools (GH-134526) (#134792)
Miss Islington (bot)
2025-05-27
1
-0/+38
*
[3.13] gh-134160: Use multi-phase init in documentation examples (GH-134296) ...
Miss Islington (bot)
2025-05-26
2
-3/+3
*
[3.13] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134669)
Miss Islington (bot)
2025-05-25
3
-3/+3
*
[3.13] gh-132246: Add special buffer methods to C API Type Object docs (gh-13...
Miss Islington (bot)
2025-05-21
1
-3/+4
*
[3.13] Docs: C API: Fix the incorrect `PyThreadState_Swap` documentation (#13...
Peter Bierma
2025-05-19
1
-2/+3
*
[3.13] document `Py_VISIT` as a macro in the docs (GH-133688) (#134187)
Miss Islington (bot)
2025-05-18
1
-2/+2
*
[3.13] gh-46236: Document PyUnicode_BuildEncodingMap (#133770)
Stan Ulbrych
2025-05-13
1
-0/+10
*
[3.13] gh-133644: update `Py_InteractiveFlag` deprecation notice (GH-133749) ...
Miss Islington (bot)
2025-05-09
1
-1/+1
*
[3.13] gh-132246: Add PEP 688 to C Buffer Protocol docs (GH-132249) (#132282)
Miss Islington (bot)
2025-05-01
1
-4/+10
*
[3.13] gh-46236: Document `PyUnicodeIter_Type` (GH-132925) (GH-133149)
Stan Ulbrych
2025-04-29
1
-2/+8
*
[3.13] gh-132909: handle overflow for `'K'` format in `do_mkvalue` (GH-132911...
Bénédikt Tran
2025-04-25
1
-0/+2
*
[3.13] Fix a grammar error in the `Py_ALWAYS_INLINE` doc (GH-129304) (#132877)
Miss Islington (bot)
2025-04-24
1
-1/+1
*
[3.13] gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040) (#132521)
Victor Stinner
2025-04-14
1
-0/+8
*
[3.13] Fix a typo in c-api/typeobj.rst (GH-132317) (#132464)
Miss Islington (bot)
2025-04-13
1
-1/+1
*
[3.13] Docs: Fix specifications of `gcvisitobjects_t` (GH-132433) (#132441)
Miss Islington (bot)
2025-04-12
1
-1/+1
*
Python 3.13.3
v3.13.3
Thomas Wouters
2025-04-08
1
-1/+1
*
[3.13] gh-131544: Update docs for PyType_AddWatcher (gh-132015) (gh-132019)
Miss Islington (bot)
2025-04-02
1
-0/+3
*
[3.13] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) (GH-...
Miss Islington (bot)
2025-03-20
1
-1/+1
*
[3.13] gh-131117: Update tp_finalize example to use PyErr_GetRaisedException ...
Miss Islington (bot)
2025-03-19
1
-4/+2
*
[3.13] gh-118915: Document `PY_MONITORING_IS_INSTRUMENTED_EVENT` (GH-128026) ...
Miss Islington (bot)
2025-03-19
1
-0/+12
*
[3.13] gh-129675: Update documentation for tp_basicsize & tp_itemsize (GH-129...
Miss Islington (bot)
2025-03-17
3
-30/+83
*
[3.13] gh-130814: Enhance documentation for Python C API type objects (GH-130...
Miss Islington (bot)
2025-03-14
1
-2/+2
*
[3.13] gh-130940: Remove PyConfig.use_system_logger (#131129)
Russell Keith-Magee
2025-03-13
1
-11/+0
*
[3.13] gh-130711: Document `PyBaseObject_Type` (GH-130712) (GH-130792)
Miss Islington (bot)
2025-03-10
1
-0/+5
*
[3.13] Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741) (#130759)
Miss Islington (bot)
2025-03-02
1
-1/+1
*
[3.13] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) ...
Miss Islington (bot)
2025-02-24
1
-0/+9
*
[3.13] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add t...
Miss Islington (bot)
2025-02-24
1
-1/+1
*
[3.13] Fix phrasing in paragraphs with leading "similar" (GH-121135) (#130364)
Miss Islington (bot)
2025-02-20
1
-2/+2
*
[3.13] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode...
Miss Islington (bot)
2025-02-20
1
-0/+41
*
[3.13] gh-130214: Document `PyEllipsis_Type` (GH-130215) (#130223)
Miss Islington (bot)
2025-02-17
1
-0/+6
*
[3.13] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-13...
Stan Ulbrych
2025-02-17
1
-7/+2
*
[3.13] gh-130169: Fix broken list markup in `Doc/c-api/function.rst` (GH-1301...
Miss Islington (bot)
2025-02-16
1
-6/+7
*
[3.13] gh-129912: Fix references to `Py_TPFLAGS_MANAGED_DICT` (gh-130044) (gh...
Miss Islington (bot)
2025-02-12
1
-1/+1
*
[3.13] gh-101100: Docs: Fix some typos in the document (GH-129988) (#129997)
Miss Islington (bot)
2025-02-11
1
-4/+4
[next]