summaryrefslogtreecommitdiff
path: root/Objects/typeslots.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove __version__s dependent on subversion keyword expansion (closes #12221)Benjamin Peterson2011-05-311-1/+1
* Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2Jesus Cea2011-03-141-1/+1
* 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-3/+3
* Regenerate.Martin v. Löwis2010-12-041-0/+1
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+71