cython

log

age author description
5 weeks Robert Bradshaw Added tag 0.12.1 for changeset e90c522631aedefault tip
5 weeks Robert Bradshaw Cython 0.12.10.12.1
5 weeks Robert Bradshaw 0.12.1.rc1
5 weeks Robert Bradshaw Tests for ticket #445.
5 weeks Robert Bradshaw Ticket #445, explicit complex casting
5 weeks Robert Bradshaw 0.12.1.rc0
5 weeks Robert Bradshaw Package cleanup.
6 weeks Stefan Behnel fix undefined name
6 weeks Stefan Behnel catch ArithmeticError during constant folding => not constant
6 weeks Robert Bradshaw 0.12.1.beta0
6 weeks Robert Bradshaw INLINE -> CYTHON_INLINE to avoid conflicts
6 weeks Stefan Behnel test case for #467
6 weeks Stefan Behnel fix test after fixing #480
6 weeks Stefan Behnel fix #480: float() as a type cast for function return values
6 weeks Robert Bradshaw Testcase for #480.
7 weeks Robert Bradshaw 0.12.1.alpha0
7 weeks Robert Bradshaw Library linking demo.
7 weeks Robert Bradshaw Fix too many open files bug in testrunner.
7 weeks Robert Bradshaw Verbose type inference directive.
7 weeks Robert Bradshaw Warning for implicitly declared variables.
7 weeks Robert Bradshaw #479, sub-directives via keywords
7 weeks Robert Bradshaw solaris + gcc fix
8 weeks Robert Bradshaw Complex define cleanup.
8 weeks Robert Bradshaw More error message fixes.
8 weeks Robert Bradshaw Typo in error messages.
8 weeks Stefan Behnel looks like CPython can handle dict subtypes in kwargs calls
8 weeks Stefan Behnel code simplification: rewrite of #470 implementation using a utility function
8 weeks Stefan Behnel implement #470: non-dicts as **kwargs
8 weeks Stefan Behnel Py2/3 portability fixes in test runner
8 weeks 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
2 months Stefan Behnel cleanups after removing Lexicon.pickle
2 months Stefan Behnel remove legacy pickling of Lexicon.py
2 months Lisandro Dalcin protect definition of INLINE and fix for MSVC (thanks to Julien Danjou)
2 months Lisandro Dalcin remove old Pyrex code for calling a C compiler to build extension modules
2 months Stefan Behnel added .pxd for legacy Python 2 buffer interface
2 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.