summaryrefslogtreecommitdiff
path: root/Cython/Utility/CythonFunction.c
Commit message (Expand)AuthorAgeFilesLines
...
* work around bug in gcc 4.2.4 when compiling with '-O0' - any higher opt setti...Stefan Behnel2012-07-081-1/+1
* minor code simplificationStefan Behnel2012-06-081-2/+1
* inline hintRobert Bradshaw2012-06-061-1/+1
* fix compilation issues on windows (got this error from 0.16 already)Mathieu Virbel2012-06-071-1/+4
* Fix fused function __doc__ descriptorMark Florisson2012-05-131-1/+3
* Better fused buffer runtime dispatch + dispatch restructuring + PyxCodeWriterMark Florisson2012-04-261-4/+3
* fix comment in CythonFunction.cStefan Behnel2012-04-131-9/+5
* fix some function declarations in CythonFunction.cStefan Behnel2012-04-131-9/+5
* incref before decrefStefan Behnel2012-04-081-2/+2
* used copied CPython PyCFunction_Call() function also for fused functions in PyPyStefan Behnel2012-04-081-2/+6
* copied PyCFunction_Call() from CPython to be used when compiling for PyPyStefan Behnel2012-04-081-1/+54
* moved __Pyx_Method_ClassMethod() utility function into utility code file Cyth...Stefan Behnel2012-03-111-0/+48
* fix compiler warningStefan Behnel2012-03-121-1/+1
* partial application of some PyPy related changes as far as they are uncontrov...Stefan Behnel2012-03-111-3/+3
* Fix a few warnings from system GCC 4.2.1 in OS X 10.7.3Lisandro Dalcin2012-03-091-2/+2
* Support defaults tuple for fused functionsMark Florisson2012-02-201-14/+28
* Merge pull request #88 from vitek/_cyfunction_defaultsVitja Makarov2012-02-191-0/+44
|\
| * CyFunction's defaults getter for non-literal default argumentsVitja Makarov2012-02-131-0/+15
| * Implement CyFunction.__defaults__Vitja Makarov2012-02-131-0/+29
* | Terminate PyMemberDef array with zeroed structMark Florisson2012-02-141-0/+1
|/
* Support for dynamic default arguments, fix #674Vitja Makarov2011-12-221-0/+47
* Support fused def in cdef classesMark Florisson2011-11-051-11/+48
* Fix staticmethods in cdef classes & fix fused function PyObject * XDECREF castMark Florisson2011-11-031-1/+1
* Support fused static- and classmethods + super()Mark Florisson2011-11-021-8/+30
* Implement Py3k noargs super(), ticket #696Vitja Makarov2011-11-021-7/+35
* CyFunction's support for classmethod and staticmethodVitja Makarov2011-11-021-10/+37
* PyUnicode_FromString macro for py < 2.6 & PyMemberDef flagMark Florisson2011-10-131-1/+2
* merge -- working fused types, broken cython testscopeMark Florisson2011-10-021-0/+662