Fix leak in try-break.
[cython.git] / tests /
2009-02-26 Robert Bradshawmerge
2009-02-26 Robert BradshawTest for typed from...import
2009-02-25 Lisandro Dalcinfix reference leak in the capi export function, add...
2009-02-24 Stefan Behnelfix test case
2009-02-24 Stefan Behnelmerge
2009-02-24 Stefan Behnelclean up ref-counting for default arguments (by Lisandro)
2009-02-23 Lisandro Dalcinmerge
2009-02-23 Stefan Behnelenable test case in Py3
2009-02-23 Stefan Behnelmerge and fixes
2009-02-23 Stefan Behnelrevert offending NumPy test changes
2009-02-23 Lisandro Dalcinfix ref-counting & cleanup and add testcase for functio...
2009-02-21 Stefan Behnelmerge
2009-02-21 Stefan Behnelwork around Python inconsistency in test case
2009-02-21 Stefan BehnelPy3 test fixes
2009-02-21 Stefan Behnelunicode test fixes
2009-02-21 Stefan Behnelunicode fixes for numpy test (untested, hopefully not...
2009-02-21 Stefan Behnelmerge
2009-02-21 Stefan BehnelPy3 test fix
2009-02-21 Stefan BehnelPy3 test fix
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
next