compile Cython.Compiler.ModuleNode module
[cython.git] / tests /
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...
2010-11-05 Robert BradshawFix doctests.
2010-11-04 Stefan Behnelenable two-value form of builtin pow()
2010-11-03 Stefan Behneltest cleanup
2010-11-03 Stefan Behnelsupport exec(cmd,g) as alternative signature for exec...
2010-11-02 Vitja Makarov__metaclass__ support
2010-11-03 Stefan Behneltest syntax fixes
2010-11-03 Stefan Behnelremoved test from pure.pyx that only works in real...
2010-11-03 Stefan Behnelfix test after changing autotestdict default setup
2010-11-03 Stefan Behneldrop tests from pure_py.py test file that do not work...
2010-11-03 Stefan Behnelin pure mode: rename 'with nogil' to 'with cython.nogil...
2010-11-03 Robert Bradshawmerge
2010-11-03 Stefan Behnelmerge
2010-11-03 Stefan Behnelnew autotestdict.{cdef,all} directives that put cdef...
2010-11-02 Stefan Behnelfix octal literals as Python constants, convert octal...
2010-11-02 Stefan Behnelfix *args/**kwargs in lambda function declaration:...
2010-11-02 Stefan Behneltest cleanup
2010-11-02 Stefan BehnelPy2.4 test fix
2010-11-02 Stefan Behnelreverted support for cdef functions in __test__ dict...
2010-11-02 Stefan Behnelenable doctests in cdef functions/methods, do not rewra...
2010-11-01 Stefan Behnelfix ticket #578 by working around CPython bug 9834...
2010-10-31 Stefan Behnelmerge
2010-10-31 Stefan Behnelsimplify auto __test__ dict generation:
2010-10-30 Stefan Behnelmake bytes the common type of char* and bytes literal...
2010-10-30 Stefan BehnelPy3 test fix
2010-10-30 Stefan Behnelnew (partial) test case for ticket #582
2010-10-30 Stefan Behnelsupport 'internal' cdef classes that do not show up...
next