fix test after 'with' statement change
[cython.git] / tests /
2011-04-23 Stefan Behnelfix 'with' statement at module scope by reactivating...
2011-04-21 Stefan Behnelsupport for lambda inside of generator expressions
2011-04-21 Stefan Behnelenable pyregr test that no longer seems to break the...
2011-04-21 Stefan Behneldisable pyregr test for PEP 3131 (unicode identifiers)
2011-04-21 Stefan Behneltest fix for narrow Py3 Unicode builds
2011-04-21 Stefan Behnelwhen C compiling original Cython/Py2 sources in Py3...
2011-04-21 Stefan Behnel__future__ imports syntax test
2011-04-20 Stefan BehnelPy3 fixes for stl string tests
2011-04-20 Stefan Behnelmerge
2011-04-20 Brent Pedersen ... add libcpp.string + tests.
2011-04-19 Stefan Behnelmerged in Vitja's generators fix
2011-04-19 Stefan Behnelkeep portability fix in generators.pyx to keep it worki...
2011-04-17 Vitja MakarovFix yield inside lambda
2011-04-17 Vitja MakarovGenerators tests are supported with python >=2.6
2011-04-17 Stefan Behneladded failing exception test for generators
2011-04-17 Stefan Behnelcopied generators tests into a .py file in order to...
2011-04-17 Stefan Behnelfix #688: optimised builtin functions/methods return...
2011-04-16 Dag Sverre SeljebotnMerge branch 'bug/3118-align'
2011-04-16 Pauli VirtanenTST: numpy_test: run some of the buffer tests only...
2011-04-16 Pauli VirtanenTST: buffer: add additional buffer access tests for...
2011-04-16 Pauli VirtanenBUG: buffer: allow alignment characters also in the...
2011-04-16 Stefan Behnelmerge
2011-04-16 Robert BradshawMode tag for import compile only test.
2011-04-16 Haoyu Baibetter way to fool Python in the tests (now works in...
2011-04-16 Haoyu Baiadd py2_import directive to control import level
2011-04-16 Haoyu BaiT542 relative import
2011-04-16 Robert BradshawMerge branch 'master' of https://github.com/gotgenes...
2011-04-16 Stefan Behnelmerge
2011-04-14 Stefan Behnelnew test for auto_cpdef with closure functions
2011-04-14 Vitja MakarovAdd simple test for cdef override warning
2011-04-13 Stefan Behnelticket #685: implement no-arg dir()
2011-04-13 Stefan Behnelfix #684: del in Python class scope
2011-04-13 Stefan Behneltests for class scope behaviour
2011-04-13 Stefan Behnelfix #683: allow overriding C-API mapped builtin functio...
2011-04-13 Stefan Behnelfix #675: make 'by' a non-keyword also in .pyx files
2011-04-11 Stefan Behnelmove NULL out of the way in .py compilation
2011-04-08 Robert BradshawMerge remote branch 'remotes/fransesc/compiler_directives'
2011-04-07 Stefan Behnelerror test fix
2011-04-07 Lisandro Dalcinmore tests for #477
2011-04-07 Lisandro DalcinMerge branch 'T477-fix' of https://github.com/bhy/cytho...
2011-04-07 Haoyu Baimore tests
2011-04-07 Haoyu Baifix cdef @locals with default arguments
2011-04-07 Haoyu Baifix locals directive in pxd files
2011-04-07 Stefan Behnelextended test cases for type inference in generators
2011-04-07 Stefan Behnelenable type inference in generators (but keep it disabl...
2011-04-07 Stefan Behneladded tags to test files
2011-04-07 Stefan Behneladded tags to test files
2011-04-06 Robert BradshawAdd missing c++ tags.
2011-04-05 Lisandro Dalcinadditional fix and test for ticket #650
2011-04-03 Robert BradshawTests for arithmetic promotion.
2011-04-02 Robert BradshawFix test.
2011-04-02 Robert Bradshawbetter bint type printing, tests
2011-04-02 Dag Sverre SeljebotnWrong test tag
2011-04-02 Dag Sverre SeljebotnFix #677
2011-04-02 Robert BradshawFix error line numbers (due to tag additions).
2011-04-02 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-04-02 Robert BradshawMerge branch 'purepy-shadow'
2011-04-02 Stefan Behnelmerged in Vitek's generators branch
2011-04-02 Stefan Behneladded disabled test case for type inference in generators
2011-04-02 Robert BradshawMerge https://github.com/RafeKettler/cython
2011-04-01 Robert Bradshawa couple more test tags
2011-04-01 Robert BradshawAdd tags to test files.
2011-04-01 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-04-01 Robert BradshawMerge docs repo
2011-04-01 Lisandro Dalcinfix many empty __init__ files
2011-04-16 Stefan Behnelimplement #686: turn 'undeclared builtin' error into...
2011-04-15 Stefan Behnelmake auto_cpdef play nicely with stararg functions
2011-04-15 Stefan Behnelmake auto_cpdef play nicely with closure functions
2011-04-01 Stefan Behnelmerged Haoyu's T477 branch into mainline
2011-04-01 Vitja MakarovMerge remote branch 'upstream/master'
2011-04-01 Stefan Behnelmerged in Vitek's fix for ticket 668
2011-04-01 Vitja MakarovMerge remote branch 'upstream/master' into ticket_668
2011-04-01 Lisandro Dalcinprofile nogil functions: warning instead of error
2011-03-31 Haoyu Baiimproved the pure Python shadow module
2011-03-31 Vitja MakarovMerge remote branch 'upstream/master'
2011-03-31 Lisandro Dalcinpublic/capi: fixes and cleanups, implement exporting...
2011-03-30 Lisandro Dalcinguard C code from inclusion of gecompanion h api code
2011-03-30 Haoyu Baifix T477 by refactor FuncDefNode, so cython decorators...
2011-03-30 Stefan Behnelextended test case, includes attribute access testing
2011-03-30 Vitja MakarovAdd testcase for cdef class method with closure
2011-03-29 Stefan Behnelmerge
2011-03-27 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-03-20 Vitja MakarovMerge remote branch 'upstream/master'
2011-03-19 Stefan Behneldisable call argument order alignment, issue warning...
2011-03-18 Stefan Behnelprovide BaseException in Python 2.3/2.4
2011-03-09 Vitja MakarovHandle sequence in DelStatNode, see #668
2011-03-04 Lisandro DalcinAdd setjmp.pxd and tests
2011-03-03 Vitja MakarovMerge remote branch 'upstream/master'
2011-03-03 Vitja MakarovMerge branch 'master' of https://github.com/cython...
2011-03-03 Vitja MakarovAdd testcase for #664
2011-03-03 Robert BradshawAllow pointer target in C array slice iteration to...
2011-03-03 Robert BradshawTest for struct pointer loop.
2011-03-02 Lisandro Dalcinfix special methods testcase for previous changes to...
2011-02-27 Vitja MakarovMerge branch 'master' of github.com:vitek/cython
2011-02-27 Vitja MakarovMerge remote branch 'upstream/master'
2011-02-25 Stefan Behnelmerge
2011-02-25 Lisandro Dalcinenable test for ticket #562
2011-02-25 Lisandro Dalcinfix ticket #562
2011-02-25 Vitja MakarovMerge branch 'master' of github.com:vitek/cython
2011-02-25 Vitja MakarovMerge remote branch 'upstream/master'
next