summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use function pointer arguments in import/export api functions (by Lisandro)0.11.rcStefan Behnel2009-03-081-14/+25
* get rid of the few usages of strcmp(), now replaced with utility inline funct...Lisandro Dalcin2009-03-073-11/+29
* another warning avoidanceRobert Bradshaw2009-03-071-1/+1
* Better cpdef override check (use method in C API rather than strcmp).Robert Bradshaw2009-03-071-2/+1
* Enable @locals for methods (ctx is c_class_pxd, not class_pxd)Robert Bradshaw2009-03-071-1/+2
* re-instate @cython.locals in pxdRobert Bradshaw2009-03-074-7/+7
* cleanup unused exception class and some fixes for better runtime behavior in ...Lisandro Dalcin2009-03-061-11/+6
* Fix warning when __Pyx_Print is not usedLisandro Dalcin2009-03-061-0/+3
* work-around to fix ticket #228 at least work in Py2.x, while still preventing...Stefan Behnel2009-03-031-9/+16
* fix test caseStefan Behnel2009-03-031-4/+14
* test case for ticket #228Stefan Behnel2009-03-031-0/+55
* fix Cython compilation after cdef-locals changeStefan Behnel2009-03-034-20/+13
* mergeRobert Bradshaw2009-03-023-42/+67
|\
| * prevent generating empty code section during vtable setupStefan Behnel2009-03-021-17/+18
| * enabled test for working ticketStefan Behnel2009-03-011-0/+0
| * reverted rev 1786 as it breaks strict aliasingStefan Behnel2009-03-011-20/+16
| * fix ticket #227: type check for bool is called PyBool_Check, not CheckExactStefan Behnel2009-03-011-5/+7
| * test case for ticket 227Stefan Behnel2009-03-011-0/+26
* | Fix warning when __Pyx_PrintOne not used.Robert Bradshaw2009-03-011-20/+37
* | Fix bug in cdef localsRobert Bradshaw2009-03-012-1/+4
* | change syntax for Cython's pxdRobert Bradshaw2009-03-011-5/+4
* | decorators for cdef functions, remove strange pxd locals syntaxRobert Bradshaw2009-03-013-78/+86
|/
* commentsStefan Behnel2009-02-281-2/+8
* faster unpacking of optional arguments (10-20%): finding interned strings in ...Stefan Behnel2009-02-281-24/+59
* Py3 test fixesStefan Behnel2009-02-282-9/+9
* fix vtable type casting in Py3 to support strict aliasingStefan Behnel2009-02-282-12/+34
* Optimize negative indexing.Robert Bradshaw2009-02-271-2/+2
* Optimize indexing for -1 case.Robert Bradshaw2009-02-271-5/+12
* mergeStefan Behnel2009-02-271-1/+1
|\
| * Wrap likely() expressions individually in indexing code.Robert Bradshaw2009-02-261-2/+2
* | fix GCC warningsStefan Behnel2009-02-271-1/+1
* | let's generate some code for Cython :)Stefan Behnel2009-02-271-14/+7
|/
* mergeRobert Bradshaw2009-02-261-16/+20
|\
| * mergeStefan Behnel2009-02-271-16/+20
| |\
| | * function type casting patch for c-imported/exported functions and ISO C (by L...Stefan Behnel2009-02-261-16/+20
* | | more branch avoidanceRobert Bradshaw2009-02-261-5/+5
* | | Fix to handle None or fast tuple/list indexing.Robert Bradshaw2009-02-261-2/+2
|/ /
* | Optimize printing of one object.Robert Bradshaw2009-02-261-8/+48
* | Optimized indexing for tuple, list types.Robert Bradshaw2009-02-261-6/+36
* | Test for indexingRobert Bradshaw2009-02-261-0/+55
* | Create new c file to play better with hard links (Trac #220)Robert Bradshaw2009-02-261-7/+7
* | Fix memleak in try-continueRobert Bradshaw2009-02-261-2/+24
* | Another test for try-break.Robert Bradshaw2009-02-251-0/+17
* | Fix leak in try-break.Robert Bradshaw2009-02-252-2/+11
|/
* mergeRobert Bradshaw2009-02-252-5/+45
|\
| * Test for typed from...importRobert Bradshaw2009-02-251-0/+29
| * Fix type conversion for from...import statement.Robert Bradshaw2009-02-251-5/+16
* | mergeRobert Bradshaw2009-02-252-7/+12
|\ \ | |/
| * Avoid crashes in refnanny when PyFinalize gets messy, Sage now exits cleanly.Robert Bradshaw2009-02-251-5/+10
| * Another fix to #include orderingRobert Bradshaw2009-02-251-2/+2