extended test case
[cython.git] / tests /
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-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-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
2008-11-28 Stefan Behnelextended test cases
2008-11-28 Stefan Behnelmerge
2008-11-27 Dag Sverre SeljebotnInline function definitions in pxd files
2008-11-27 Dag Sverre SeljebotnFix broken error reporting for functions in pxds
2008-11-27 Stefan Behnelmerge
2008-11-27 Stefan Behnelnew test case for reassigning the dict variable during...
2008-11-27 Dag Sverre SeljebotnFix refcount bug with buffers of objects
2008-11-26 Robert Bradshawmerge
2008-11-25 Robert Bradshawmerge
2008-11-25 Robert Bradshawmerge 0.10.2
2008-11-25 Robert BradshawFix gcc crash on recursive typedef struct 0.10.2
2008-11-25 Stefan Behneltest case from ticket 123
2008-11-25 Stefan Behnelhandle value coercion correctly in dict iteration
2008-11-24 Stefan Behnelnew test for import-from with/without parentheses
2008-11-23 Stefan Behneltest case for inlined function
2008-11-23 Stefan Behnelmerge
2008-11-21 Stefan Behnelfix sequence assignments for value coercion to non...
2008-11-21 Stefan Behnelfix for assignments to sequences
2008-11-19 Stefan Behnelenable iter-dict optimisation also for a plain 'for...
2008-11-19 Stefan Behnelmerge
2008-11-19 Stefan Behnelextended for-loop test case
2008-11-19 Robert BradshawMerge 0.10.1 release.
2008-11-17 Stefan Behnelfixed ref-count bug in try-except handling 0.10.1
2008-11-17 Stefan Behnelfixed ref-count bug in try-except handling
2008-11-16 Stefan Behneltest case for iter-dict transform
2008-11-14 Lisandro Dalcinarray size could be expressions with known C compile...
2008-11-14 Stefan Behnelfix Python level 'import as' of packages
2008-11-14 Stefan Behnelmerge
2008-11-14 Stefan Behnelcompile time/runtime checks for array slice assignments
2008-11-14 Dag Sverre Seljebotnmerge
2008-11-13 Stefan Behneltest case for array slice assignments
2008-11-13 Stefan Behnelextended test case
2008-11-13 Stefan Behneltest cases for 'import as'
2008-11-12 Robert Bradshawmerge
2008-11-11 Stefan Behnelmerge
2008-11-11 Stefan Behnelextended test case
2008-11-11 Stefan Behnelpartial implementation of the "exec" statement
2008-11-10 Dag Sverre SeljebotnInclude complex float structs in numpy.pxd
2008-11-09 Robert Bradshawmerge
2008-11-07 Stefan Behnelconservative fix for empty switch statements
2008-11-07 Stefan Behnelconservative fix for empty switch statements
2008-11-04 Robert Bradshawmerge
2008-10-31 Stefan Behnelerror test case for boolean cooercion of incompatible...
2008-10-30 Robert BradshawAdd corner case temp (de)allocation test. 0.9.9.2.beta
2008-10-29 Lisandro Dalcinmerge
2008-10-29 Robert Bradshawmore arg parsing fixes
2008-10-29 Robert Bradshawmore call tests with keywords
2008-10-29 Robert Bradshawmore tests for callargs
2008-10-28 Robert BradshawFix ticket #98, better error reporting on bad types.
2008-10-27 Stefan Behnelnew error test for uncallable C types
2008-10-27 Stefan Behnelfixes for compile-time slicing
2008-10-27 Lisandro Dalcinmore tests for get/del integer keys in dicts
2008-10-27 "Lisandro Dalcin"Re: [Cython] PATCH: fix delitem for index nodes
2008-10-27 Robert Bradshawfix for struct construction test
2008-10-26 Stefan Behneluse unicode strings for compiler error tests (just...
2008-10-26 Stefan Behnelnew error test case for string to int conversion
2008-10-25 Stefan Behnelupdated test case
2008-10-25 Stefan Behnelmerge
2008-10-25 Stefan Behnelnew failing test case (from Pyrex list)
2008-10-19 Robert Bradshawdisallow names as keys in struct dict literals
2008-10-17 Lisandro Dalcinfix test suite reducing the signal-to-noise ratio of...
2008-10-17 Dag Sverre SeljebotnMinor Py3 fix in testcase
2008-10-17 Dag Sverre SeljebotnDocstring bugfix (#103)
next