refnanny fix
[cython.git] / tests /
2009-02-21 Dag Sverre Seljebotnnew temps bug on indexing deletion
2009-02-21 Robert Bradshawmerge
2009-02-21 Robert BradshawTest for cmp nodes
2009-02-21 Robert Bradshawtry-break test
2009-02-20 Robert Bradshawmerge
2009-02-20 Stefan Behnelmerge
2009-02-20 Lisandro DalcinSpecial handling of Py_ssize_t and size_t in the parser...
2009-02-16 Lisandro Dalcin some fixes in order to silent GCC warnings about unuse...
2009-02-13 Dag Sverre Seljebotnmerge
2009-02-12 Lisandro Dalcinmerge
2009-02-11 Robert Bradshawextend size_t test
2009-02-10 Lisandro Dalcinmake 'Py_ssize_t' and 'size_t' have lower rank than...
2009-02-10 Lisandro Dalcinextend tryfinally testcase
2009-02-08 Stefan Behnelnew test case for bug 208
2009-02-07 Lisandro Dalcinmake Cython understand 'size_t' as a native C type...
2009-02-07 Robert Bradshawmerge
2009-02-06 Lisandro Dalcinquick fix in testcase to avoid C compiler warnings
2009-02-02 Dag Sverre SeljebotnTestcase for temps in SliceIndexNode
2009-01-30 Magnus Lie HetlandFix for #196
2009-01-29 Stefan Behnelmerge
2009-01-29 Dag Sverre SeljebotnFix #172
2009-01-28 Robert BradshawLoop should match ticket.
2009-01-28 Robert BradshawStrange ValueError + numpy bug
2009-01-26 Dag Sverre SeljebotnFix #117
2009-01-26 Dag Sverre SeljebotnAdded test for #184
2009-01-25 Stefan Behnelfix test case in Py<2.6
2009-01-25 Stefan Behnelbug test for ticket 166
2009-01-25 Stefan Behnelnew directory 'tests/bugs' to keep tests for open tickets
2009-01-14 Jason EvansPrint default arguments syntactically, in order to...
2009-01-20 Robert Bradshawliteral float tests
2009-01-17 Stefan Behnelmerge
2009-01-17 Robert Bradshawtest for temp allocation bug in call
2009-01-16 Robert Bradshawmore complete #include test
2009-01-16 Robert BradshawTest for #include order
2009-01-15 Robert Bradshawtest for char* slices
2009-01-06 Jason EvansTake care to preserve cpdef method docstrings when...
2009-01-11 Stefan Behnelmade new test case an error test case
2009-01-10 hoytak@gmail.comNew test case for non-constant DEF statements.
2009-01-07 Dag Sverre Seljebotnmerge
2009-01-07 Dag Sverre Seljebotnmerge
2009-01-03 Stefan Behneltest for '**' on int types
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan Behnelcleanup
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan BehnelPy3 test case fix
2008-12-30 Stefan Behnelfix doctest
2008-12-30 Stefan Behnelextended test case for list.pop()
2008-12-28 Stefan Behnelextended test case to make sure arguments pass as expected
2008-12-25 Stefan Behnelextended test case
2008-12-22 Lisandro DalcinBacked out changeset 9ef9ef371247
2008-12-22 Lisandro Dalcinfix testcase to avoid GCC warning about unused function
2008-12-19 Stefan Behnelextended for-loop test case
2008-12-19 Stefan Behnelfix expected messages in error test
2008-12-19 Stefan Behneluse a straight call to PyList_Tuple() on code like...
2008-12-19 Stefan BehnelPy2.3 test fix
2008-12-19 Stefan Behnelfix for-from loop in list comprehensions
2008-12-18 Stefan Behnelextended test cases for for-loop and list comp
2008-12-18 Stefan Behnelmore tests for for-loops and constant expressions
2008-12-17 Stefan Behnelmoved iter-range() optimisation into a transform (worth...
2008-12-16 Dag Sverre SeljebotnFix error in buffer typestring checking
2008-12-14 Stefan Behnelreplace set([...]) by a literal set {...}
2008-12-14 Stefan Behnelextended test case to make sure we didn't break some...
2008-12-14 Stefan Behnelgeneric aggregation of a constant BinopNode into a...
2008-12-13 Stefan Behnelinitial test for constant folding
2008-12-13 Stefan Behneldoctests must set __doc__ in Py2.3
2008-12-13 Stefan Behnelextended test case
2008-12-12 Stefan Behneltest fix
2008-12-12 Stefan Behnelimplement set/dict comprehensions and set literals
2008-12-11 Stefan Behnelembed __init__ signature in class docstring
2008-12-08 Stefan Behnelrunnable test case for try-finally
2008-12-07 Stefan Behnelextended with statement test case - disabled for now...
2008-12-07 Stefan Behnelextended test case for in/not-in operator
2008-12-05 Stefan Behnelextended test case for dict iteration in list comprehen...
2008-12-05 Stefan Behnelextended test case
2008-12-05 Stefan Behnelmerge
2008-12-04 Stefan Behnelmerge
2008-12-04 Stefan Behnelsame test for 'and' operator
2008-12-04 Stefan Behnelfixed ref-counting in BoolBinopNode
2008-12-03 Stefan Behnelmerge
2008-12-03 Stefan Behnelfix crashes on type casts
2008-12-03 Stefan Behnelextended 'if' test case that enforces heavy temp usage
2008-11-30 Stefan Behnelmerge
2008-11-30 Dag Sverre SeljebotnBoolBinopNode converted, introduced parameters to gener...
2008-11-30 Dag Sverre Seljebotnmerge
2008-11-30 Stefan Behnelmerge
2008-11-30 Stefan Behnelextended test case for returning from for loops
2008-11-29 Dag Sverre SeljebotnConverted IteratorNode to new temps, fixes #124
next