summaryrefslogtreecommitdiffstats
path: root/Include/typeslots.h
Commit message (Collapse)AuthorAgeFilesLines
* Issue 24365: Conditionalize PEP 489 additions to the stable ABIYury Selivanov2015-06-021-0/+3
| | | | Patch by Petr Viktorin.
* add Py_tp_finalize slot (closes #24345)Benjamin Peterson2015-06-011-0/+1
| | | | Patch from Petr Viktorin.
* 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
| | | | Reviewed by Georg Brandl.
* Drop bf_getbuffer/bf_releasebuffer from stable ABI,Martin v. Löwis2011-01-061-2/+4
| | | | see #10181.
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+71