cython

log

age author description
7 months Robert Bradshaw Added tag 0.12.1 for changeset e90c522631aedefault tip
7 months Robert Bradshaw Cython 0.12.10.12.1
7 months Robert Bradshaw 0.12.1.rc1
7 months Robert Bradshaw Tests for ticket #445.
7 months Robert Bradshaw Ticket #445, explicit complex casting
7 months Robert Bradshaw 0.12.1.rc0
7 months Robert Bradshaw Package cleanup.
7 months Stefan Behnel fix undefined name
7 months Stefan Behnel catch ArithmeticError during constant folding => not constant
7 months Robert Bradshaw 0.12.1.beta0
7 months Robert Bradshaw INLINE -> CYTHON_INLINE to avoid conflicts
7 months Stefan Behnel test case for #467
7 months Stefan Behnel fix test after fixing #480
7 months Stefan Behnel fix #480: float() as a type cast for function return values
7 months Robert Bradshaw Testcase for #480.
7 months Robert Bradshaw 0.12.1.alpha0
7 months Robert Bradshaw Library linking demo.
7 months Robert Bradshaw Fix too many open files bug in testrunner.
7 months Robert Bradshaw Verbose type inference directive.
7 months Robert Bradshaw Warning for implicitly declared variables.
7 months Robert Bradshaw #479, sub-directives via keywords
7 months Robert Bradshaw solaris + gcc fix
7 months Robert Bradshaw Complex define cleanup.
7 months Robert Bradshaw More error message fixes.
7 months Robert Bradshaw Typo in error messages.
7 months Stefan Behnel looks like CPython can handle dict subtypes in kwargs calls
7 months Stefan Behnel code simplification: rewrite of #470 implementation using a utility function
7 months Stefan Behnel implement #470: non-dicts as **kwargs
7 months Stefan Behnel Py2/3 portability fixes in test runner
7 months Stefan Behnel support xrange() in Py3 by mapping it to range()
7 months Robert Bradshaw Better indentation for profiling macros.
7 months Robert Bradshaw Maybe fix #473 -- MSVC strict about variable declaration placement.
7 months Robert Bradshaw Py3 fixes for embedded example.
7 months Robert Bradshaw minor fix
8 months Robert Bradshaw cleanup
8 months Stefan Behnel cleanups after removing Lexicon.pickle
8 months Stefan Behnel remove legacy pickling of Lexicon.py
8 months Lisandro Dalcin protect definition of INLINE and fix for MSVC (thanks to Julien Danjou)
8 months Lisandro Dalcin remove old Pyrex code for calling a C compiler to build extension modules
8 months Stefan Behnel added .pxd for legacy Python 2 buffer interface
8 months Dag Sverre Seljebotn Make tests fail gracefully on missing pstats module
8 months Robert Bradshaw Streamline writing module-level compatability macros.
8 months Robert Bradshaw Warning for extern type import size mismatch.
8 months Stefan Behnel fix crash when calling non-trivial type constructors
8 months Stefan Behnel renamed test case
8 months Stefan Behnel cleanup
8 months Stefan Behnel fix #466: make sure ConstNode.coerce_to() always returns a new node (required to support CloneNodes in cascading assignments to differently typed targets)
8 months Stefan Behnel comment
8 months Stefan Behnel comment
8 months Stefan Behnel call Py_TYPE(x) instead of type(x)
8 months Stefan Behnel test case for ticket #466
8 months Stefan Behnel merge
8 months Stefan Behnel cleanup
8 months Stefan Behnel cleanup
8 months Stefan Behnel speed up tree visitor somewhat by moving code out of the critical methods
8 months Stefan Behnel fix getattr() optimisation
8 months Robert Bradshaw Bad type error message tweak.
8 months Robert Bradshaw Better error message on bad type cimport.
8 months Robert Bradshaw Less strict type checking on non-subclassed extern types.
8 months Robert Bradshaw List/tuple boundscheck test.