summaryrefslogtreecommitdiff
path: root/tests/run/classmethod.pyx
Commit message (Expand)AuthorAgeFilesLines
* classmethod() should fall back to calling PyClassMethod_New() instead of deci...da-woods2020-06-021-0/+15
* repair CyFunction behaviour for staticmethods and add tests for classmethodsStefan Behnel2016-09-031-2/+32
* __metaclass__ supportVitja Makarov2010-11-031-0/+12
* Cleared file executable bit that was set earlier by a mistakeDag Sverre Seljebotn2008-07-291-0/+0
* Buffer type checking cleanup/rewrite (now uses use_utility_code)Dag Sverre Seljebotn2008-07-261-0/+0
* reverted last change, based on extended test caseStefan Behnel2008-05-231-0/+15
* fix classmethod() callsStefan Behnel2008-05-231-11/+14
* simple test case to emulate class methods as function attributesStefan Behnel2008-05-231-0/+20