End-to-end fixes.
[cython.git] / tests /
2010-12-06 Stefan Behnelcleanup of last patch, fix typo in test name
2010-12-06 Vitja MakarovAllow pyfunction redefinition
2010-12-05 Robert Bradshawmerge
2010-12-05 Robert BradshawComplicated cythonize setup.
2010-12-05 Robert BradshawC++ cythonize test.
2010-12-04 Stefan Behneltest for ticket #608
2010-12-04 Robert BradshawMerge branch 'math' of https://github.com/certik/cython
2010-12-04 Robert BradshawMerge branch 'fatal_errors' of https://github.com/certi...
2010-12-04 Stefan Behnelprevent inheriting from PyVarObjects: tuple, bytes...
2010-12-04 Stefan Behnelextended test case
2010-12-04 Stefan Behnelextended test case
2010-12-04 Stefan Behnelprovide Python complex type as cpython.complex.complex
2010-12-04 Ondrej CertikImplement libc.math and test it
2010-12-03 Stefan Behnelremoved 'complex' type test that depends on 'cdef compl...
2010-12-03 Stefan Behnelticket #607: access inner fields of CPython's builtin...
2010-12-03 Vitja MakarovSupport lambda in class and cclass scope, ticket #605.
2010-12-02 Stefan Behneladditional test case
2010-11-30 Stefan Behnelmerge
2010-11-30 Stefan Behneladditional tests
2010-11-30 Stefan Behnelmerge
2010-11-30 Stefan Behneladditional tests
2010-11-30 Robert Bradshawtypedef in namespace test
2010-11-28 Stefan Behnelfix ticket #604: refcounting bugs in 'from ... import *'
2010-11-28 Stefan Behneltest case for ticket #601
2010-11-27 Stefan Behnelrenamed test module
2010-11-27 Vitja MakarovSupport lambda in module scope #603
2010-11-26 Stefan Behnelreally fix parallel/cascaded assignments this time...
2010-11-26 Stefan Behnelextended test case
2010-11-25 Stefan Behnelenabled parallel assignments test
2010-11-25 Stefan Behnelfix ticket #598: list comprehensions in closures
2010-11-25 Stefan Behneltest fixes
2010-11-25 Stefan Behnelextended test cases for tickets #600 and #598
2010-11-25 Stefan Behnelextended test cases for scoped genexprs at module level
2010-11-25 Stefan Behneltest case for ticket #600: scope of iterable in genexprs
2010-11-25 Stefan Behneltest that functions that do not need a closure know...
2010-11-25 Stefan Behneladditional closure tests
2010-11-25 Stefan Behnelsplit module doctest into function doctests, enable...
2010-11-25 Stefan Behnelcopied boolean tests from CPython's regr tests
2010-11-25 Stefan Behnelfix '<int>bool(<int>x)' to always return 0 or 1 instead...
2010-11-24 Stefan Behneltest case for ticket #598: scoped list comp in function...
2010-11-23 Stefan Behnelfix AutoTestDictTransform for lambda expressions
2010-11-23 Stefan Behnelenable test for closure classes
2010-11-23 Stefan Behnelanother fix for str() handling that works around intern...
2010-11-23 Stefan Behnelmerge
2010-11-22 Stefan BehnelPy3 locals test
2010-11-22 Stefan Behnelimplement sorted(genexp) as [listcomp].sort()
2010-11-21 Stefan Behnelmerge
2010-11-21 Stefan Behneldisable pyregr test module that seems to leak threads
2010-11-21 Stefan Behneltest for ticket #537
2010-11-18 Vitja MakarovSupport class closures and nested classes.
2010-11-20 Stefan Behnelundo change before importing patch
2010-11-20 Stefan Behnelmerge
2010-11-20 Lisandro Dalcinsilent gcc warning about unused function in testcase
2010-11-20 Stefan Behneloptimise Py3-style metaclass also when other keywords...
2010-11-19 Stefan Behneloptimisation: do not build and test metaclass kwargs...
2010-11-19 Stefan Behneltwo more pyregr tests disabled
2010-11-18 Stefan Behneldisabled class closures test
2010-11-13 Vitja MakarovActually implement py3 style metaclasses with support...
2010-11-18 Stefan Behneldisabled pyregr test that won't work in Cython
2010-11-18 Stefan Behneldisable CPython regression testing for a non-test module
2010-11-17 Vitja MakarovSupport class closures and nested classes
2010-11-17 Stefan Behneltests for constant tuple caching
2010-11-16 Stefan Behnelenabled a compile test
2010-11-16 Stefan Behnelenabled stupid test
2010-11-15 Stefan Behnelfix test case
2010-11-15 Stefan Behnelfix list comprehensions as if conditions
2010-11-14 Stefan Behneloptimise 'int_val in string_literal' into a switch...
2010-11-14 Stefan Behnelparse integer literals differently based on the type...
2010-11-14 Robert BradshawTest for inplace fix.
2010-11-14 Robert BradshawException propagation test.
2010-11-12 Stefan Behnelmerge
2010-11-12 Stefan Behnelbetter integer handling in constant folding, including...
2010-11-12 Stefan Behnelbetter error output from test case
2010-11-12 Stefan Behnelmerge
2010-11-12 Robert Bradshawmerge
2010-11-12 Robert Bradshawmore inplace arithmatic tests
2010-11-12 Stefan Behnelfix compiler crash in Py3 on negative Py2 octal integer...
2010-11-12 Robert BradshawComplex inplace operators test.
2010-11-12 Robert BradshawInplace cdivision tests. (#591)
2010-11-12 Stefan Behnelanother pyregr test that won't work in Cython
2010-11-12 Robert BradshawTree structure test changes.
2010-11-11 Stefan Behnelextended test case
2010-11-08 Stefan Behnelclean up metaclass code
2010-11-05 Vitja MakarovPy3 metaclasses initial support.
2010-11-08 Stefan Behnelsecond try to fix ticket #583: method signatures of...
2010-11-08 Stefan Behnelfailing test for ticket #583
2010-11-08 Stefan Behnelfix ticket #589: bound methods of optimised builtin...
2010-11-07 Stefan Behnelfailing test case for ticket #589
2010-11-07 Stefan Behnelextended test case
2010-11-07 Stefan Behneloptimise iteration over dict.keys/values/items() in...
2010-11-07 Stefan Behnelmore builtin method cleanups
2010-11-07 Stefan Behnelfix exception type on None error
2010-11-07 Stefan Behnelsimplify some builtin method optimisations
2010-11-07 Stefan Behnelforgotten test fix
2010-11-07 Stefan Behnelfix 'self' argument type in generic builtin method...
2010-11-05 Stefan Behnelextended test case
2010-11-05 Stefan Behnelimplement builtin next() to make it available in Py2
2010-11-05 Stefan Behnelextended test case for builtin pow()
2010-11-05 Robert Bradshawmerge
2010-11-05 Stefan Behnelslightly more telling error message on generic syntax...
next