cython

log

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