Use cython.operator for operators.
[cython.git] / tests /
2010-02-03 Robert BradshawUse cython.operator for operators.
2010-01-31 Robert BradshawMake sure new can be used as a non-keyword.
2010-01-30 daniloaf@daniloaf-PCFixed bug on subclass instanciation and using 'del...
2010-01-16 Robert Bradshawcpp () operator
2010-01-16 Robert BradshawSupport for [] operator.
2010-01-15 Robert BradshawRemove broken test from working one.
2010-01-15 Robert Bradshawcpp template tests
2010-01-15 Robert Bradshawstl vector test
2010-01-15 Robert BradshawC++ cmp operators.
2010-01-15 Robert BradshawMore operator overloading parsing/testing.
2010-01-15 Robert BradshawRunning C++ operator tests.
2010-01-15 Robert Bradshawbugs.txt can select on test dir as well
2010-01-14 Robert Bradshawtests for inc/dec and deref
2009-12-15 Robert Bradshawbig C++ mergeback
2009-12-15 Robert Bradshawmerge
2009-12-15 Robert BradshawWork on C++ operators
2009-12-15 Robert BradshawUse C++ style constructor declarations rather than...
2009-12-15 Robert BradshawFix cpp test running.
2009-12-11 Stefan Behnelfix crash when calling non-trivial type constructors
2009-12-11 Stefan Behnelrenamed test case
2009-12-11 Stefan Behnelfix #466: make sure ConstNode.coerce_to() always return...
2009-12-09 Stefan Behnelcall Py_TYPE(x) instead of type(x)
2009-12-09 Stefan Behneltest case for ticket #466
2009-12-09 Stefan Behnelmerge
2009-12-09 Robert BradshawList/tuple boundscheck test.
2009-12-08 Stefan Behneluse True/None/False as infer_types() option values...
2009-12-08 Stefan Behneltest fix
2009-12-08 Stefan Behneltranslate Python float calculations into C doubles
2009-12-06 Stefan Behnelsafety fixes for tests under type inference
2009-12-06 Stefan Behneltest fix: work around the fact that list comp variables...
2009-12-06 Stefan Behneltest cleanup
2009-12-06 Stefan Behnelsupport charptr.decode() with non-literal encodings...
2009-12-05 Stefan Behnelextended test case
2009-12-05 Stefan Behnelinfer types of special args/kwargs parameters
2009-12-05 Stefan Behnelminor refactoring; fix handling first argument in class...
2009-12-05 Stefan Behneltest case for ticket #462
2009-12-04 Stefan Behneltest fixes
2009-12-04 Stefan Behnelsimple test case for safe double inference
2009-12-04 Stefan Behnelextended test case
2009-12-04 Stefan BehnelPy3 test fixes
2009-12-04 Stefan Behnelfix test case when safe type inference is enabled
2009-12-04 Stefan Behneltype inference for SliceIndexNode
2009-12-04 Stefan Behnel'safe' mode for type inference: only infer types that...
2009-12-03 Stefan Behnelfix test case
2009-12-03 Stefan Behneltypo in new test case
2009-12-03 Stefan Behneltest for ticket 236
2009-11-28 Stefan Behnelsupport "c_string.decode(enc)" and "c_string[x:].decode...
2009-11-27 Stefan BehnelPy3 test fix
2009-11-27 Stefan Behnelmerge
2009-11-27 Robert BradshawTests for #258.
2009-11-27 Stefan Behnelfix #454: type of first parameter in classmethods
2009-11-27 Stefan Behneltest case for #408
2009-11-26 Stefan Behnelextended test case
2009-11-26 Stefan Behnelmerge
2009-11-26 Stefan Behnela couple more tests on builtin names
2009-11-26 Stefan Behnelsupport len(char*) efficiently by calling strlen()...
2009-11-11 Robert Bradshawmerge
2009-11-11 Robert BradshawFix for in/not in cascading.
2009-11-11 Lisandro Dalcinimplementation of 'not in' is broken (ticket #455)
2009-11-11 Stefan Behnelcomment
2009-11-11 Stefan Behneltest case for #454
2009-11-11 Robert BradshawFix for different Windows float repr
2009-11-06 Robert BradshawTry-except around doctest tempfile deletion (for windows).
2009-11-06 Robert BradshawRemove unneeded cpp_exception compile test.
2009-11-05 Robert BradshawMove cpp_exceptions_helper.cpp to cpp_exceptions_helper...
2009-11-05 Robert BradshawFix bug #252, mangle illegal optional c argument names. 0.12.alpha0
2009-11-05 Robert BradshawTests for ticket #446.
2009-11-03 Dag Sverre SeljebotnFix #441
2009-11-03 Robert BradshawOptimized list pop.
2009-11-02 Dag Sverre SeljebotnTemporary fix for #441
2009-11-02 Dag Sverre Seljebotnmerge
2009-11-02 Dag Sverre SeljebotnFix #444 (utility code not pulled in in corner case)
2009-11-01 Stefan Behneldisable compile time error in favour of a runtime error...
2009-11-01 Stefan Behneltest __new__() optimisation interaction with __cinit__()
2009-10-31 Robert BradshawFix complex zero division testing.
2009-10-31 Stefan Behnelfix C assignment issue for the typed target case
2009-10-31 Stefan Behneladd a None check, except for plain extension type names
2009-10-31 Stefan Behneloptimise MyType.__new__(MyType) into a tp_new() slot...
2009-10-30 Stefan BehnelPy3 test fix
2009-10-30 Stefan BehnelPy3 doctest fix
2009-10-30 Stefan Behnelvarious Py3 test fixes after doctest refactoring
2009-10-29 Stefan Behnelextended test case
2009-10-29 Stefan Behnelfix #442: non-pyobject for-in-loop targets failed with...
2009-10-29 Robert BradshawMove some tests into function docstrings.
2009-10-29 Stefan Behnelextended/fixed test case
2009-10-29 Stefan Behneloptimise calls to int() and float() for casting purposes
2009-10-29 Robert BradshawT442, not T441.
2009-10-29 Robert BradshawTest fixes for T441 enumerate bug.
2009-10-28 Dag Sverre SeljebotnFix complex return values
2009-10-28 Dag Sverre Seljebotnmerge
2009-10-28 Dag Sverre SeljebotnTestcase: Coercing typedef float to complex miscompiles
2009-10-28 Stefan Behnelextended test case for ticket 252
2009-10-28 Robert Bradshawmerge
2009-10-28 Stefan Behneladded doctest to compile test case
2009-10-28 Stefan Behnelextended test case to make sure the ref-count optimisat...
2009-10-28 Stefan Behneldrop ref-counting on C attribute swaps
2009-10-27 Stefan BehnelPy3 test fixes
2009-10-27 Stefan Behneltest fixes for Py2.4
2009-10-27 Dag Sverre Seljebotnmerge
2009-10-27 Dag Sverre Seljebotnnumpy.pxd: Add intp_t and uintp_t
next