Include all of Tools.
[cython.git] / tests /
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
2009-10-27 Stefan Behnelefficiently support for-in loops over char* arrays...
2009-10-26 Stefan Behnelcheck for bytes.decode() optimisation in test case
2009-10-26 Stefan Behnelextended test case
2009-10-25 Stefan Behnelticket 436: efficiently support char*.decode() through...
2009-10-25 Stefan Behnelfix intern() test in Py3
2009-10-24 Lisandro Dalcinfix testcase
2009-10-24 Stefan Behnelmissing weakref .pxd file, include all python_*.pxd...
2009-10-23 Lisandro Dalcinadditional test for type casts (ticket #417)
2009-10-22 Lisandro DalcinExtension type cast should reject None (ticket #417)
2009-10-23 Stefan Behnelfix bug 409: use cascaded assignments also for the...
2009-10-22 Stefan Behnelfix in-place division in Py3
2009-10-22 Robert Bradshawanother merge
2009-10-22 Robert BradshawCpp exception tests.
2009-10-22 Stefan Behnelmerge
2009-10-22 Stefan Behnelfix intern() optimisation
2009-10-22 Robert BradshawFix casts and negations in except clauses.
2009-10-22 Robert BradshawMore cmp tests, refix C assignable types.
2009-10-22 Robert Bradshawmerge
2009-10-22 Robert BradshawMore comparison fixes.
2009-10-22 Robert BradshawFix comparison type deduction.
2009-10-22 Robert Bradshawmerge
2009-10-21 Stefan Behnelfix bug 430: make 'locals().items()' work
2009-10-21 Stefan Behneltest fixes
2009-10-21 Stefan Behnelfix bug 429: make 'locals' builtin overridable
2009-10-21 Stefan Behnelnew test case for locals()
2009-10-21 Stefan Behnelextended test case
2009-10-21 Stefan Behneltest case for locals(), ticket 429
2009-10-21 Stefan Behnelextended test case
2009-10-21 Stefan Behneldetect optimisable IndexNodes assignments in ref-count...
2009-10-20 Stefan Behnelhandle simple swap assignments without ref-counting
2009-10-20 Stefan Behnelmerge
2009-10-20 Stefan Behnelextended test case
2009-10-20 Stefan Behnelextended test case
2009-10-20 Stefan Behnelextended test case
2009-10-20 Stefan Behneltest simplification
2009-10-20 Dag Sverre SeljebotnFix for buffer testcase (s must be bytes, not unicode)
2009-10-20 Dag Sverre SeljebotnBlacklist __nonzero__ from autotestdict
2009-10-20 Dag Sverre Seljebotnmerge
2009-10-20 Dag Sverre SeljebotnFix z.conjugate() for typedef-ed z; disallow external...
2009-10-18 Stefan BehnelPy3 test fixes
2009-10-18 Stefan Behnelfix default string value representation in auto-embedde...
2009-10-18 Stefan Behnelenable working test
2009-10-18 Stefan Behneltest case cleanup
2009-10-18 Stefan Behnelnew test case for reraising exceptions
2009-10-17 Stefan BehnelPy2 test fixes
2009-10-17 Stefan Behnelfix bug 412: str char comparison, refactoring to move...
2009-10-17 Stefan Behnelfix test case in C++
2009-10-17 Robert Bradshawsome test fixes
2009-10-16 Stefan Behnelsimple test for testing truth of C values
2009-10-16 Stefan Behnelmerge
2009-10-16 Dag Sverre SeljebotnYet another bugfix for autotestdict
2009-10-16 Dag Sverre SeljebotnUpdate a testcase
2009-10-16 Dag Sverre SeljebotnFix #418 (wrong error message)
2009-10-16 Stefan Behnelmerge
2009-10-15 Dag Sverre Seljebotnmerge
2009-10-15 Robert Bradshawmerge
2009-10-15 Robert BradshawFix short-circuit for and/or, preserve type.
2009-10-15 Dag Sverre Seljebotnmerge
2009-10-15 Robert BradshawFix typo in test.
2009-10-15 Robert Bradshawshort circut bug test #404
2009-10-15 Robert BradshawFix #245, crash on cimported struct -> object.
2009-10-15 Robert Bradshawmerge
2009-10-15 Robert BradshawTestcase for #411, cpdef temps.
2009-10-15 Dag Sverre Seljebotncomplexvar.conjugate() support
next