enable test for closure classes
[cython.git] / tests /
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...
2010-10-30 Stefan Behnelprevent subtyping final types in Cython (inside of...
2010-10-30 Stefan Behnelsupport for 'final' cdef types using a directive decorator
2010-10-29 Stefan BehnelIndex: Cython/Compiler/Parsing.py
2010-10-10 Haoyu BaiFix T422 by making module name as a StringConst
2010-10-06 Lisandro Dalcinfix Python exception checking within nogil blocks
2010-10-05 Lisandro Dalcinfixes, additions and tests for libcpp.vector
2010-10-05 Robert BradshawTest for broken reference coercion - #581.
2010-10-05 Robert BradshawMake sure libcpp test runs as well as compiles.
2010-10-03 Robert BradshawTest for bad buffer types.
2010-09-27 Lisandro DalcinFix C++ exception handling for nogil functions (with...
2010-09-23 Robert BradshawComplex powers.
2010-09-15 Robert Bradshawcleanup GetAttrGetItemRedirect test.
2010-09-14 Robert BradshawSimplify cythonize api.
2010-09-14 Robert BradshawAliases for inline dependencies (e.g. numpy_include_dirs).
2010-09-12 Robert BradshawParse distutils directives.
next