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 Doc folder (#100880)
Semen Zhydenko
2023-01-10
1
-1/+1
*
docs: fix `ssizeobjargproc` parameters (#100736)
David Lechner
2023-01-04
1
-1/+2
*
Fix deprecation doc for `PyEval_InitThreads` (#100667)
Alexander Shadchin
2023-01-02
1
-2/+2
*
gh-98712: Clarify "readonly bytes-like object" semantics in C arg-parsing doc...
Petr Viktorin
2022-12-23
1
-19/+35
*
Docs: Use `PY_VERSION_HEX` for version comparison (#100179)
Hugo van Kemenade
2022-12-17
1
-0/+2
*
gh-97909: Fix markup for `PyMethodDef` members (#100089)
ram vikram singh
2022-12-17
1
-17/+18
*
gh-99767: mark `PyTypeObject.tp_watched` as internal use only in table (#100271)
Carl Meyer
2022-12-16
1
-1/+1
*
GH-99767: update PyTypeObject docs for type watchers (GH-99928)
Carl Meyer
2022-12-15
1
-0/+9
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#100070)
Victor Stinner
2022-12-07
1
-2/+44
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
1
-0/+48
*
gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)
Petr Viktorin
2022-11-28
1
-6/+25
*
Revert "gh-98724: Fix Py_CLEAR() macro side effects" (#99737)
Victor Stinner
2022-11-24
1
-44/+2
*
gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)
Petr Viktorin
2022-11-22
1
-0/+18
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
1
-0/+60
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
1
-61/+184
*
Doc: Replace question mark with fullstop (#99558)
Rafael Fontenelle
2022-11-18
1
-1/+1
*
gh-99377: Revert audit events for thread state creation and free, because the...
Steve Dower
2022-11-17
1
-13/+0
*
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower
2022-11-16
1
-0/+13
*
gh-91248: Optimize PyFrame_GetVar() (#99252)
Victor Stinner
2022-11-13
1
-0/+2
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100)
Victor Stinner
2022-11-09
1
-2/+44
*
gh-91248: Add PyFrame_GetVar() function (#95712)
Victor Stinner
2022-11-08
1
-0/+19
*
gh-96746: Docs: Clear up Py_TPFLAGS_DISALLOW_INSTANTIATION inheritance (GH-99...
Petr Viktorin
2022-11-07
1
-0/+11
*
gh-98586: Add What's New entry and update docs (#99056)
Wenzel Jakob
2022-11-06
1
-1/+1
*
gh-97909: PyMemberDef & PyGetSetDef members are not marked up (GH-98810)
Johnny11502
2022-11-03
1
-17/+19
*
gh-96997: Clarify the contract of PyMem_SetAllocator() (#98977)
Pablo Galindo Salgado
2022-11-02
1
-0/+21
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
1
-2/+0
*
gh-97909: Mark up members of PyMemberDef (GH-98473)
Johnny11502
2022-10-24
1
-21/+21
*
no-issue: typo fix in c-api/tuple.rst (gh-98560)
wim glenn
2022-10-23
1
-1/+1
*
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
Carl Meyer
2022-10-21
1
-0/+49
*
Doc: Found some remaining default roles. (GH-98392)
Julien Palard
2022-10-18
1
-1/+1
*
gh-96258: move Py_REFCNT and Py_SET_REFCNT to reference counting page (#96259)
QuakeIV
2022-10-15
2
-21/+22
*
Fix types in buffer/memoryview docs (#98118)
da-woods
2022-10-10
2
-2/+2
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
1
-1/+20
*
Add a warning message about PyOS_snprintf (#95993)
Eric Wieser
2022-10-07
1
-1/+2
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
2
-2/+2
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
1
-0/+51
*
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon
2022-10-06
1
-0/+9
*
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner
2022-10-05
14
-116/+116
*
gh-93738: Documentation C syntax (Function glob patterns -> literal markup) (...
Adam Turner
2022-10-05
5
-14/+14
*
gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeO...
Adam Turner
2022-10-05
2
-2/+2
*
gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775)
Adam Turner
2022-10-04
2
-4/+4
*
gh-93738: Documentation C syntax (:c:type:`FILE` -> :c:expr:`FILE`) (#97769)
Adam Turner
2022-10-04
3
-8/+8
*
gh-93738: Documentation C syntax (:c:type:`TYPE` -> :c:expr:`TYPE`) (#97770)
Adam Turner
2022-10-04
1
-2/+2
*
gh-93738: Documentation C syntax (Use `c:struct`) (#97772)
Adam Turner
2022-10-04
2
-5/+5
*
gh-93738: Documentation C syntax (:c:data:`view->obj` -> :c:expr:`view->obj`)...
Adam Turner
2022-10-04
1
-5/+5
*
gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (...
Adam Turner
2022-10-04
9
-28/+28
*
gh-93738: Documentation C syntax (:c:type:`PyInterpreterState *` -> :c:expr:`...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:`PyTupleObject*` -> :c:expr:`PyTupl...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:`PyBytesObject*` -> :c:expr:`PyByte...
Adam Turner
2022-10-04
1
-1/+1
*
gh-93738: Documentation C syntax (:c:type:`PyUnicodeObject*` -> :c:expr:`PyUn...
Adam Turner
2022-10-04
1
-1/+1
[next]