summaryrefslogtreecommitdiff
path: root/Include/typeslots.h
Commit message (Expand)AuthorAgeFilesLines
* 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-111-0/+3
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-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