summaryrefslogtreecommitdiffstats
path: root/Include/typeslots.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-45459: Add Py_buffer to limited API (GH-29991)Christian Heimes2022-02-021-6/+0
* bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...Vladimir Matveev2020-11-101-0/+4
* bpo-40724: Support setting buffer slots from type specs (GH-20648)scoder2020-06-061-0/+5
* Issue 24365: Conditionalize PEP 489 additions to the stable ABIYury Selivanov2015-06-021-0/+3
* add Py_tp_finalize slot (closes #24345)Benjamin Peterson2015-06-011-0/+1
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-0/+3
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-101-0/+2
* Issue #11134: Add missing fields to typeslots.h.Martin v. Löwis2011-02-111-0/+3
* Drop bf_getbuffer/bf_releasebuffer from stable ABI,Martin v. Löwis2011-01-061-2/+4
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+71