10 Commits

Author SHA1 Message Date
Stuart Cardall
18e39cb365 main/cython: update to 0.24 2016-04-18 11:51:42 +00:00
Christian Kampka
d344b86fa0 main/cython: new upstream version 0.23.5 2016-03-29 10:08:52 +00:00
Muh Muhten
1301e6ae13 update all source= lines to use :: instead of saveas- syntax 2016-03-10 10:03:19 +00:00
Stuart Cardall
a2f9891d0e main/cython: update to 0.23.4 2015-10-26 08:14:53 +00:00
Stuart Cardall
a870eeb5f7 main/cython: update to 0.23.3 2015-10-07 08:31:36 +00:00
Stuart Cardall
2323203a5b main/cython: update to 0.23.2 2015-09-17 07:36:14 +00:00
Stuart Cardall
300170c75e main/cython: update to 0.23.1
0.23.1 (2015-08-22)
Bugs fixed

    Invalid C code for generators. This fixes ticket 858.
    Invalid C code for some builtin methods. This fixes ticket 856.
    Invalid C code for unused local buffer variables. This fixes ticket 154.
    Test failures on 32bit systems. This fixes ticket 857.
    Code that uses "from xyz import *" and global C struct/union/array variables
	could fail to compile due to missing helper functions. This fixes ticket 851.
    Misnamed PEP 492 coroutine property cr_yieldfrom renamed to cr_await to match CPython.
    Missing deallocation code for C++ object attributes in certain extension class hierarchies.
    Crash when async coroutine was not awaited.
    Compiler crash on yield in signature annotations and default argument values. Both are forbidden now.
    Compiler crash on certain constructs in finally clauses.
    Cython failed to build when CPython's pgen is installed.
2015-08-24 06:48:43 +00:00
Stuart Cardall
818c6d8737 main/cython: update to 0.23 2015-08-12 08:14:08 +00:00
Stuart Cardall
22fd2484b4 main/cython: update to 0.22.1 2015-06-26 14:46:40 +00:00
Carlo Landmeter
47e958aa12 testing/cython: move to main 2015-04-24 12:12:26 +02:00