fix ticket #631: temp leak when deleting slices
[cython.git] / tests /
2010-12-19 Stefan Behnelfix ticket #631: temp leak when deleting slices
2010-12-19 Stefan Behneltest cleanup
2010-12-16 Stefan Behnelfix ticket #576: builtin 'str' type must be 'unicode...
2010-12-16 Stefan Behnelworking test for ticket #87
2010-12-14 Robert Bradshawmerge
2010-12-14 Stefan Behneldo not generate vtable for subtypes of builtin types...
2010-12-14 Robert Bradshawmerge
2010-12-13 Lisandro DalcinMSVC: fixes for complex types
2010-12-13 Robert Bradshawmerge
2010-12-13 Robert BradshawPut back trailing whitespace in doctest output.
2010-12-13 Robert Bradshawmerge
2010-12-13 Robert BradshawCouple more trailing whitespace deletions.
2010-12-13 Robert Bradshawmerge whitespace changes
2010-12-13 Robert BradshawRemove trailing whitespace.
2010-12-12 Robert BradshawFix #528, x.conjugate() not available in nogil mode
2010-12-11 Robert Bradshawnewlines
2010-12-09 Mark FlorissonCompile C test sample code with -fPIC
2010-12-09 Robert Bradshawnewlines
2010-12-09 Robert BradshawMerge https://github.com/markflorisson88/cython
2010-12-06 Stefan Behnelcleanup of last patch, fix typo in test name
2010-12-06 Vitja MakarovAllow pyfunction redefinition
2010-12-05 Mark FlorissonMerge branch 'master' of https://github.com/cython...
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-12-01 Mark Florissonbranch merge
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-24 Mark Florissonbranch merge
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 Mark Florissonbranch merge
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-13 Mark Florissonbranch merge
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
next