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.11] gh-105184: document that marshal functions can fail and need to be che...
Miss Islington (bot)
2023-06-02
1
-0/+4
*
[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)
Miss Islington (bot)
2023-05-06
10
-25/+25
*
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
Miss Islington (bot)
2023-05-04
19
-24/+24
*
[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)
Adam Turner
2023-05-04
3
-13/+13
*
gh-103883: Doc: Move PyUnicode_FromObject doc (GH-103913)
Inada Naoki
2023-04-27
1
-9/+9
*
[3.11] gh-101100: Document PyObject_ClearWeakRefs, gzip's name, and asyncio.i...
Hugo van Kemenade
2023-03-25
1
-0/+10
*
[3.11] gh-102595: Document `PyObject_Format` c-api function (GH-102596) (GH-1...
Miss Islington (bot)
2023-03-22
1
-0/+9
*
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Miss Islington (bot)
2023-03-15
2
-6/+6
*
gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (GH-102390)
Miss Islington (bot)
2023-03-03
1
-1/+1
*
Fix typo in `Py_GetPythonHome` signature (GH-102168)
Miss Islington (bot)
2023-02-23
1
-1/+1
*
gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (GH-101976)
Miss Islington (bot)
2023-02-17
1
-2/+2
*
GH-101898: Fix missing term references for hashable definition (GH-101899)
Miss Islington (bot)
2023-02-14
2
-2/+2
*
Add missing `versionadded` directive for `PyCode_Addr2Location` (GH-101347)
Miss Islington (bot)
2023-02-04
1
-0/+2
*
[docs] Mention how to get/set a bigint PyLong via the C API (GH-101270)
Miss Islington (bot)
2023-01-24
1
-0/+4
*
docs: fix `ssizeobjargproc` parameters (GH-100736)
Miss Islington (bot)
2023-01-04
1
-1/+2
*
Fix deprecation doc for `PyEval_InitThreads` (GH-100667)
Miss Islington (bot)
2023-01-02
1
-2/+2
*
gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing doc...
Miss Islington (bot)
2022-12-23
1
-19/+35
*
Docs: Use `PY_VERSION_HEX` for version comparison (GH-100179)
Miss Islington (bot)
2022-12-17
1
-0/+2
*
gh-97909: Fix markup for `PyMethodDef` members (GH-100089)
Miss Islington (bot)
2022-12-17
1
-16/+17
*
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
Miss Islington (bot)
2022-11-28
1
-6/+25
*
gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)
Miss Islington (bot)
2022-11-22
1
-0/+18
*
Doc: Replace question mark with fullstop (GH-99558)
Miss Islington (bot)
2022-11-18
1
-1/+1
*
[3.11] gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance...
Miss Islington (bot)
2022-11-07
1
-0/+11
*
gh-96997: Clarify the contract of PyMem_SetAllocator() (GH-98977)
Miss Islington (bot)
2022-11-02
1
-0/+21
*
[3.11] Docs: Bump sphinx-lint and use double backticks for inline literals (G...
Hugo van Kemenade
2022-10-20
1
-1/+1
*
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)
C.A.M. Gerlach
2022-10-17
2
-2/+2
*
Fix types in buffer/memoryview docs (GH-98118)
Miss Islington (bot)
2022-10-10
2
-2/+2
*
Add a warning message about PyOS_snprintf (GH-95993)
Miss Islington (bot)
2022-10-07
1
-1/+2
*
[3.11] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97976)
Miss Islington (bot)
2022-10-06
1
-6/+6
*
[3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...
Ćukasz Langa
2022-10-05
14
-116/+116
*
[3.11] gh-93738: Documentation C syntax (Function glob patterns -> literal ma...
Miss Islington (bot)
2022-10-05
5
-14/+14
*
[3.11] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`...
Miss Islington (bot)
2022-10-05
2
-2/+2
*
[3.11] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97869)
Miss Islington (bot)
2022-10-05
2
-5/+5
*
[3.11] gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (...
Miss Islington (bot)
2022-10-05
2
-4/+4
*
[3.11] gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObj...
Miss Islington (bot)
2022-10-05
9
-28/+28
*
[3.11] gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view...
Miss Islington (bot)
2022-10-05
1
-5/+5
*
[3.11] gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c...
Miss Islington (bot)
2022-10-05
1
-1/+1
*
[3.11] gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (G...
Miss Islington (bot)
2022-10-05
1
-2/+2
*
[3.11] gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (G...
Miss Islington (bot)
2022-10-05
3
-8/+8
*
[3.11] gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:...
Miss Islington (bot)
2022-10-04
1
-1/+1
*
[3.11] gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:...
Miss Islington (bot)
2022-10-04
1
-1/+1
*
[3.11] gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:exp...
Miss Islington (bot)
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:data:`0` -> ``0``) (GH-97771)
Miss Islington (bot)
2022-10-04
1
-1/+1
*
gh-95913: Fix and copyedit New Features section of 3.11 What's New (GH-95915)
Miss Islington (bot)
2022-09-19
1
-2/+2
*
Doc: Update Py_TPFLAGS_HAVE_FINALIZE in docs (GH-96273)
Miss Islington (bot)
2022-08-30
1
-3/+6
*
Clarify API stability of PyTypeObject in relation to static types. (GH-96217)
Miss Islington (bot)
2022-08-25
1
-3/+3
*
GH-92678: Document that you shouldn't be doing your own dictionary offset cal...
Miss Islington (bot)
2022-08-09
2
-12/+23
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
Miss Islington (bot)
2022-08-04
1
-0/+25
*
[3.11] gh-90359: Unify documentation style for datetime.rst (gh-94836) (gh-94...
Dong-hee Na
2022-07-14
1
-0/+7
*
gh-90359: Update documentation to follow PEP 495. (gh-94800)
Miss Islington (bot)
2022-07-14
1
-0/+12
[next]