cython.git
2009-03-08 Stefan Behneluse function pointer arguments in import/export api... 0.11.rc
2009-03-08 Lisandro Dalcinget rid of the few usages of strcmp(), now replaced...
2009-03-07 Robert Bradshawanother warning avoidance
2009-03-07 Robert BradshawBetter cpdef override check (use method in C API rather...
2009-03-07 Robert BradshawEnable @locals for methods (ctx is c_class_pxd, not...
2009-03-07 Robert Bradshawre-instate @cython.locals in pxd
2009-03-06 Lisandro Dalcincleanup unused exception class and some fixes for bette...
2009-03-06 Lisandro DalcinFix warning when __Pyx_Print is not used
2009-03-03 Stefan Behnelwork-around to fix ticket #228 at least work in Py2...
2009-03-03 Stefan Behnelfix test case
2009-03-03 Stefan Behneltest case for ticket #228
2009-03-03 Stefan Behnelfix Cython compilation after cdef-locals change
2009-03-02 Robert Bradshawmerge
2009-03-02 Stefan Behnelprevent generating empty code section during vtable...
2009-03-01 Stefan Behnelenabled test for working ticket
2009-03-01 Stefan Behnelreverted rev 1786 as it breaks strict aliasing
2009-03-01 Stefan Behnelfix ticket #227: type check for bool is called PyBool_C...
2009-03-01 Stefan Behneltest case for ticket 227
2009-03-01 Robert BradshawFix warning when __Pyx_PrintOne not used.
2009-03-01 Robert BradshawFix bug in cdef locals
2009-03-01 Robert Bradshawchange syntax for Cython's pxd
2009-03-01 Robert Bradshawdecorators for cdef functions, remove strange pxd local...
2009-02-28 Stefan Behnelcomments
2009-02-28 Stefan Behnelfaster unpacking of optional arguments (10-20%): findin...
2009-02-28 Stefan BehnelPy3 test fixes
2009-02-28 Stefan Behnelfix vtable type casting in Py3 to support strict aliasing
2009-02-27 Robert BradshawOptimize negative indexing.
2009-02-27 Robert BradshawOptimize indexing for -1 case.
2009-02-27 Stefan Behnelmerge
2009-02-27 Stefan Behnelfix GCC warnings
2009-02-27 Stefan Behnellet's generate some code for Cython :)
2009-02-27 Robert BradshawWrap likely() expressions individually in indexing...
2009-02-27 Robert Bradshawmerge
2009-02-27 Robert Bradshawmore branch avoidance
2009-02-27 Robert BradshawFix to handle None or fast tuple/list indexing.
2009-02-27 Stefan Behnelmerge
2009-02-26 Robert BradshawOptimize printing of one object.
2009-02-26 Robert BradshawOptimized indexing for tuple, list types.
2009-02-26 Robert BradshawTest for indexing
2009-02-26 Robert BradshawCreate new c file to play better with hard links (Trac...
2009-02-26 Stefan Behnelfunction type casting patch for c-imported/exported...
2009-02-26 Robert BradshawFix memleak in try-continue
2009-02-26 Robert BradshawAnother test for try-break.
2009-02-26 Robert BradshawFix leak in try-break.
2009-02-26 Robert Bradshawmerge
2009-02-26 Robert BradshawTest for typed from...import
2009-02-26 Robert BradshawFix type conversion for from...import statement.
2009-02-25 Robert Bradshawmerge
2009-02-25 Robert BradshawAvoid crashes in refnanny when PyFinalize gets messy...
2009-02-25 Stefan Behnelfix default arguments for C89 (based on patch by Lisandro)
2009-02-25 Robert BradshawAnother fix to #include ordering
2009-02-25 Lisandro Dalcinfix reference leak in the capi export function, add...
2009-02-24 Stefan Behnelfix test case
2009-02-24 Stefan Behneldo not use refnanny in module cleanup code
2009-02-24 Stefan Behnelmerge
2009-02-24 Stefan Behnelclean up ref-counting for default arguments (by Lisandro)
2009-02-23 Lisandro Dalcinmerge
2009-02-23 Stefan Behnelactually, don't call generate_post_assignment_code...
2009-02-23 Lisandro Dalcinmerge
2009-02-23 Lisandro Dalcindo not nullify imported extension types at module cleanup
2009-02-23 Stefan Behnelenable test case in Py3
2009-02-23 Stefan Behneldo it right this time: call generate_post_assignment_code
2009-02-23 Stefan Behnelmerge and fixes
2009-02-23 Stefan Behnelrevert offending NumPy test changes
2009-02-23 Lisandro Dalcinfix ref-counting & cleanup and add testcase for functio...
2009-02-22 Stefan Behnelre-enable refnanny in Py3
2009-02-22 Stefan Behnelmake pyxbuild.py Py3 compatible with .c compile fallbac...
2009-02-22 Stefan Behnelpreparing a function default argument needs a GIVEREF
2009-02-22 Stefan Behneluse __Pyx_DOCSTR() and __Pyx_NAMESTR() for module docst...
2009-02-22 Stefan Behnelfix ref-counting for the module object in the module...
2009-02-22 Stefan Behnelfix leaking classmethods in cdef classes
2009-02-22 Stefan Behnelenable refnanny for module init function (by Lisandro)
2009-02-21 Stefan Behnelminor consistency fix
2009-02-21 Stefan Behnelproposed fix to prevent exception chaining in Py3
2009-02-21 Stefan Behnelmerge
2009-02-21 Stefan Behnelwork around Python inconsistency in test case
2009-02-21 Lisandro Dalcindo not use refnanny in module cleanup function
2009-02-21 Stefan BehnelPy3 test fixes
2009-02-21 Stefan Behnelunicode test fixes
2009-02-21 Stefan Behnelunicode fixes for numpy test (untested, hopefully not...
2009-02-21 Stefan Behnelcomment
2009-02-21 Stefan Behnelmerge
2009-02-21 Dag Sverre... refnanny fix
2009-02-21 Dag Sverre... merge
2009-02-21 Dag Sverre... refnanny: Cleanup + fix some smaller issues
2009-02-21 Stefan BehnelPy3 test fix
2009-02-21 Stefan BehnelPy3 test fix
2009-02-21 Stefan Behnelfix long literals in Py3
2009-02-21 Dag Sverre... new temps bug on indexing deletion
2009-02-21 Dag Sverre... refnanny: Do Python operations exception-safely in...
2009-02-21 Dag Sverre... refnanny: Remove dead exception raising code
2009-02-21 Robert Bradshawmerge
2009-02-21 Robert BradshawTest for cmp nodes
2009-02-21 Robert BradshawFix memleak in cascaded comparisons.
2009-02-21 Robert Bradshawtry-break test
2009-02-21 Robert BradshawFix memleak when break used in try statement
2009-02-20 Robert Bradshawmerge
2009-02-20 Robert BradshawFix refnanny for cpdef functions
2009-02-20 Stefan Behnelmerge
2009-02-20 Stefan BehnelPy3 compile fixes
next