| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474) | Petr Viktorin | 2024-09-05 | 1 | -1/+8 |
|
|
* | Fix the PyGetSetDef documentation (GH-116056) | Serhiy Storchaka | 2024-03-05 | 1 | -3/+3 |
|
|
* | gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627) | David Hewitt | 2024-02-15 | 1 | -11/+11 |
|
|
* | gh-115172: Fix explicit index extries for the C API (GH-115173) | Serhiy Storchaka | 2024-02-11 | 1 | -22/+22 |
|
|
* | gh-101100: Fix Sphinx warnings in `c-api/structures.rst` (#113564) | Hugo van Kemenade | 2024-01-24 | 1 | -9/+10 |
|
|
* | gh-102468: Document `PyCFunction_New*` and `PyCMethod_New` (GH-112557) | AN Long | 2024-01-16 | 1 | -0/+34 |
|
|
* | Doc: c-api: fix order of PyMemberDef fields (#112879) | Inada Naoki | 2023-12-10 | 1 | -4/+4 |
|
|
* | gh-112671: Fixing typo in the Macro Docs (GH-112715) | Amioplk | 2023-12-04 | 1 | -1/+1 |
|
|
* | gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813) | Petr Viktorin | 2023-10-13 | 1 | -1/+5 |
|
|
* | gh-107091: Fix some uses of :attr: role (GH-107318) | Serhiy Storchaka | 2023-07-27 | 1 | -8/+8 |
|
|
* | gh-107298: Fix more Sphinx warnings in the C API doc (#107329) | Victor Stinner | 2023-07-27 | 1 | -1/+1 |
|
|
* | gh-107091: Fix some uses of :c:member: role (GH-107129) | Serhiy Storchaka | 2023-07-26 | 1 | -4/+6 |
|
|
* | gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) | Serhiy Storchaka | 2023-07-21 | 1 | -27/+45 |
|
|
* | gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) | Victor Stinner | 2023-06-06 | 1 | -1/+1 |
|
|
* | gh-97908: CAPI docs: Remove repeated struct names from member docs (GH-100054) | Petr Viktorin | 2023-05-29 | 1 | -6/+6 |
|
|
* | GH-97950: Use new-style index directive ('builtin') (#104164) | Adam Turner | 2023-05-06 | 1 | -2/+2 |
|
|
* | gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511) | Petr Viktorin | 2023-05-04 | 1 | -0/+16 |
|
|
* | Fix typos in Doc folder (#100880) | Semen Zhydenko | 2023-01-10 | 1 | -1/+1 |
|
|
* | gh-97909: Fix markup for `PyMethodDef` members (#100089) | ram vikram singh | 2022-12-17 | 1 | -17/+18 |
|
|
* | gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH... | Petr Viktorin | 2022-11-22 | 1 | -61/+184 |
|
|
* | gh-97909: PyMemberDef & PyGetSetDef members are not marked up (GH-98810) | Johnny11502 | 2022-11-03 | 1 | -17/+19 |
|
|
* | gh-97909: Mark up members of PyMemberDef (GH-98473) | Johnny11502 | 2022-10-24 | 1 | -21/+21 |
|
|
* | gh-96258: move Py_REFCNT and Py_SET_REFCNT to reference counting page (#96259) | QuakeIV | 2022-10-15 | 1 | -21/+2 |
|
|
* | gh-93738: Documentation C syntax (:c:type: to :c:expr:, misc. cases) (#97775) | Adam Turner | 2022-10-04 | 1 | -3/+3 |
|
|
* | gh-93738: Documentation C syntax (:c:type:`PyObject` -> :c:expr:`PyObject`) (... | Adam Turner | 2022-10-04 | 1 | -10/+10 |
|
|
* | GH-95245: Document use of `MANAGED` flags instead of offsets. (GH-96044) | Mark Shannon | 2022-08-30 | 1 | -6/+8 |
|
|
* | gh-87961: Remove outdated notes from functions that aren't in the Limited API... | Petr Viktorin | 2022-06-08 | 1 | -2/+0 |
|
|
* | gh-91768: C API no longer use "const PyObject*" type (#91769) | Victor Stinner | 2022-04-21 | 1 | -7/+12 |
|
|
* | More minor fixes to C API docs (GH-31525) | Jelle Zijlstra | 2022-04-02 | 1 | -1/+1 |
|
|
* | bpo-47164: Add _PyCFunction_CAST() macro (GH-32192) | Victor Stinner | 2022-03-31 | 1 | -0/+3 |
|
|
* | bpo-39573: Py_TYPE becomes a static inline function (GH-28128) | Victor Stinner | 2021-09-08 | 1 | -3/+10 |
|
|
* | Document PyMember_GetOne and PyMember_SetOne (GH-27555) | Ken Jin | 2021-08-02 | 1 | -0/+15 |
|
|
* | bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26... | Pablo Galindo | 2021-06-08 | 1 | -10/+3 |
|
|
* | bpo-39573: Py_TYPE becomes a static inline function (GH-26493) | Victor Stinner | 2021-06-03 | 1 | -3/+10 |
|
|
* | bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227) | Victor Stinner | 2021-04-10 | 1 | -0/+31 |
|
|
* | bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366) | Victor Stinner | 2020-11-18 | 1 | -6/+2 |
|
|
* | bpo-42171: Add PEP573-related items to the limited API (GH-23009) | Petr Viktorin | 2020-11-10 | 1 | -2/+4 |
|
|
* | bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206) | Victor Stinner | 2020-11-09 | 1 | -1/+1 |
|
|
* | bpo-40204, doc: Fix syntax of C variables (GH-21846) | Victor Stinner | 2020-08-13 | 1 | -9/+9 |
|
|
* | bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429) | Victor Stinner | 2020-05-27 | 1 | -9/+10 |
|
|
* | bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290) | Dong-hee Na | 2020-05-25 | 1 | -4/+7 |
|
|
* | bpo-40584: Update PyType_FromModuleAndSpec() to process tp_vectorcall_offset ... | Hai Shi | 2020-05-11 | 1 | -3/+5 |
|
|
* | bpo-38787: Update structures.rst docs (PEP 573) (GH-19980) | Hai Shi | 2020-05-07 | 1 | -2/+2 |
|
|
* | bpo-38787: C API for module state access from extension methods (PEP 573) (GH... | Petr Viktorin | 2020-05-07 | 1 | -3/+47 |
|
|
* | bpo-39573: Add Py_IS_TYPE() function (GH-18488) | Dong-hee Na | 2020-02-13 | 1 | -0/+8 |
|
|
* | bpo-39573: Fix bad copy-paste in Py_SET_SIZE (GH-18496) | Brandt Bucher | 2020-02-13 | 1 | -1/+1 |
|
|
* | bpo-39573: Add Py_SET_SIZE() function (GH-18400) | Victor Stinner | 2020-02-07 | 1 | -0/+7 |
|
|
* | bpo-39573: Add Py_SET_TYPE() function (GH-18394) | Victor Stinner | 2020-02-07 | 1 | -0/+7 |
|
|
* | bpo-39573: Add Py_SET_REFCNT() function (GH-18389) | Victor Stinner | 2020-02-07 | 1 | -0/+7 |
|
|
* | bpo-39136: Fixed typos (GH-17720) | Gurupad Hegde | 2019-12-28 | 1 | -1/+1 |
|
|