Fix source list trimming in cythonize(...)
[cython.git] / tests /
2011-03-04 Lisandro DalcinAdd setjmp.pxd and tests
2011-03-03 Vitja MakarovMerge branch 'master' of https://github.com/cython...
2011-03-03 Vitja MakarovAdd testcase for #664
2011-03-03 Robert BradshawAllow pointer target in C array slice iteration to...
2011-03-03 Robert BradshawTest for struct pointer loop.
2011-03-02 Lisandro Dalcinfix special methods testcase for previous changes to...
2011-02-25 Stefan Behnelmerge
2011-02-25 Lisandro Dalcinenable test for ticket #562
2011-02-25 Lisandro Dalcinfix ticket #562
2011-02-23 Lisandro Dalcinfix builtin hasattr() to suppress only AttributeError...
2011-02-18 Robert BradshawMerge branch 'master' of git://github.com/cython/cython
2011-02-18 Robert Bradshawdel test and assignment fix
2011-02-18 Lisandro Dalcinfix testcases assuming char is signed (thanks to Yarosl...
2011-02-18 Lisandro DalcinPython 3: fix NumPy support
2011-02-17 Robert Bradshawcimport test
2011-02-09 Lisandro Dalcinfix declaration in testcase helper header
2011-02-09 Lisandro DalcinWindows: fix testcase failing to link
2011-02-07 Lisandro DalcinWindows: fix testcase to not link libm
2011-02-06 Stefan Behnelwhen indexing 'str', it's safe to infer 'str' for the...
2011-02-06 Stefan Behnelfix test after changing type inference for unicode...
2011-02-05 Stefan Behnelerror handling fixes for argument unpacking when args...
2011-02-05 Stefan Behnelfix error test case
2011-02-05 Stefan Behnelsupport 'Py_UCS4 in unicode_string' also in 16 Unicode...
2011-02-04 Robert BradshawMerge branch 'release 0.14.1'
2011-02-04 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-31 Stefan Behnelsupport surrogate pair to Py_UCS4 coercion only in...
2011-01-30 Robert BradshawMerge branch 'release2'
2011-01-29 Stefan Behneltest fix
2011-01-29 Stefan Behnelerror test fixes
2011-01-29 Stefan Behnelimplemented Py_UCS4 type
2011-01-29 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-29 Stefan Behnelmerge
2011-01-29 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-29 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-28 Robert BradshawMerge branch 'release'
2011-01-27 Stefan Behnelpartial rewrite of the #654 fix to exclude local variab...
2011-01-26 Stefan Behneltest case for ticket #654
2011-01-19 Stefan Behnelimplement ticket #650: substitute PyErr_NoMemory()...
2011-01-15 Stefan Behnelfix error reporting position for illegal string escapes
2011-01-15 Stefan Behnelreject invalid hex/unicode escape sequences instead...
2011-01-14 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-01-14 Stefan Behnelmerge
2011-01-14 Robert BradshawMerge branch 'master' of https://github.com/markfloriss...
2011-01-14 Robert BradshawMerge branch 'pyregr' of github.com:vitek/cython
2011-01-13 Stefan Behneltest that inferring the function pointer type for a...
2011-01-13 Stefan Behnelextended test case
2011-01-13 Stefan Behnelfix ticket #644: infer type of C-API optimised methods...
2011-01-13 Stefan Behnelfix ticket #643: infer the type of C function names...
2011-01-13 Mark FlorissonMerge https://github.com/cython/cython
2011-01-12 Stefan Behnelfix typo in test
2011-01-12 Stefan Behnelextended test case for raw strings
2011-01-12 Stefan Behnelwhitespace (for test readability)
2011-01-12 Stefan Behneladditional tests for escape sequences in raw strings
2011-01-12 Stefan Behnelmerge
2011-01-12 Robert BradshawRun long string literal tests.
2011-01-12 Robert BradshawAdded test for #640.
2011-01-08 Mark FlorissonMerge https://github.com/cython/cython
2011-01-08 Robert BradshawFix indexing type inference.
2011-01-03 Stefan Behnelfix ticket #602: let bytes literals start off as 'bytes...
2010-12-30 Stefan Behnelre-disable test
2010-12-30 Stefan Behnelmerge
2010-12-30 Stefan Behnelmerge
2010-12-30 Stefan Behnelextended test case
2010-12-29 Stefan Behnelenable extended test case for ticket #593
2010-12-27 Robert BradshawMerge https://github.com/snaury/cython
2010-12-27 Stefan Behnelre-allow Python values in ExprStatNode and NameNode...
2010-12-27 Stefan Behnelnogil fix: disallow ExprStatNode to clean up Python...
2010-12-27 Stefan Behnelalways INCREF Python arguments in 'with gil' C function...
2010-12-26 Stefan Behnelfix bug 633: make sure we own references to Python...
2010-12-21 Robert BradshawFix #632 isinstance bugs.
2010-12-21 Robert BradshawRegression tests for #632.
2010-12-19 Stefan Behnelfix ticket #631: temp leak when deleting slices
2010-12-19 Stefan Behneltest cleanup
2010-12-16 Stefan Behnelfix ticket #576: builtin 'str' type must be 'unicode...
2010-12-16 Stefan Behnelworking test for ticket #87
2010-12-14 Robert Bradshawmerge
2010-12-14 Stefan Behneldo not generate vtable for subtypes of builtin types...
2010-12-14 Robert Bradshawmerge
2010-12-14 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-13 Lisandro DalcinMSVC: fixes for complex types
2010-12-13 Robert Bradshawmerge
2010-12-13 Robert BradshawPut back trailing whitespace in doctest output.
2010-12-13 Robert Bradshawmerge
2010-12-13 Robert BradshawCouple more trailing whitespace deletions.
2010-12-13 Robert Bradshawmerge whitespace changes
2010-12-13 Robert BradshawRemove trailing whitespace.
2010-12-12 Robert BradshawFix #528, x.conjugate() not available in nogil mode
2010-12-11 Robert Bradshawnewlines
2010-12-09 Mark FlorissonCompile C test sample code with -fPIC
2010-12-09 Robert Bradshawnewlines
2010-12-09 Robert BradshawMerge https://github.com/markflorisson88/cython
2010-12-06 Stefan Behnelcleanup of last patch, fix typo in test name
2010-12-06 Vitja MakarovAllow pyfunction redefinition
2010-12-05 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-05 Robert Bradshawmerge
2010-12-05 Robert BradshawComplicated cythonize setup.
2010-12-05 Robert BradshawC++ cythonize test.
2010-12-04 Stefan Behneltest for ticket #608
2010-12-04 Robert BradshawMerge branch 'math' of https://github.com/certik/cython
2010-12-04 Robert BradshawMerge branch 'fatal_errors' of https://github.com/certi...
next