aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add _PySet_Next{,Entry}. Based on the _PySet_NextEntry branch but for pypy2Armin Rigo2019-10-311-1/+1
* minimize diff from py3Matti Picus2018-03-271-0/+5
* test, fix for missing userslot tp_iter, tp_iternext, this time via PyObject_CallMatti Picus2017-08-231-0/+8
* Fix: 'tp_descr_get(self, NULL, type)' used to give a real undefinedArmin Rigo2017-06-051-0/+2
* Populate tp_descr_get and tp_descr_set slotsAmaury Forgeot d'Arc2017-05-011-1/+11
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-051-0/+0
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-031-0/+0
* remove two wraps and a str_wCarl Friedrich Bolz2017-02-191-3/+3
* cpython_api ... header=None => slot_functionMatti Picus2017-01-111-19/+19
* fix 1b0451031b2e, more tests neededMatti Picus2016-12-271-7/+7
* cleanup (arigato reviewing)Matti Picus2016-11-231-4/+5
* hack around a missing "self" argument in slot_tp_newMatti Picus2016-11-161-2/+14
* add more userslot functions, cleanup slotdefs for repeated definitions of __g...Matti Picus2016-11-021-5/+68
* FixArmin Rigo2016-11-011-5/+2
* slot_tp_newArmin Rigo2016-10-301-0/+13
* Starting to support this: fill the slots of a PyTypeObject correspondingArmin Rigo2016-10-301-0/+26