summaryrefslogtreecommitdiff
path: root/Objects/typeslots.inc
Commit message (Collapse)AuthorAgeFilesLines
* 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-111-0/+3
|
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-0/+2
|
* remove __version__s dependent on subversion keyword expansion (closes #12221)Benjamin Peterson2011-05-311-1/+1
|
* Merge with 3.1Ross Lagerwall2011-04-051-1/+1
|
* 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-3/+3
| | | | see #10181.
* Regenerate.Martin v. Löwis2010-12-041-0/+1
|
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+71