Most basic distutils test.
[cython.git] / tests /
2010-09-12 Robert BradshawMost basic distutils test.
2010-09-11 Robert BradshawSome error tests for c array iteration.
2010-09-11 Robert BradshawCleanup slice iteration code.
2010-09-09 Stefan Behneltest readability
2010-09-09 Stefan BehnelPy2 test fix
2010-09-09 Stefan Behnelmerge
2010-09-09 Stefan Behnelfix optimised iteration over sliced C arrays with given...
2010-09-09 Robert BradshawTests fixes for Py3.
2010-09-09 Robert BradshawTests for pointer slicing.
2010-09-08 Stefan Behneladded new non-working array iteration test, commented...
2010-09-08 Stefan Behnelfix test
2010-09-08 Stefan Behnelfix type inference for sliced builtins
2010-09-08 Stefan Behnelinfer type of slices for some builtin types
2010-09-08 Stefan Behnelpartial optimisation for ord(Py_UNICODE) - better optim...
2010-09-07 Stefan Behnelreject non-ASCII literal characters in Python 3 byte...
2010-09-04 Stefan Behnelsupport redundant parsing of string literals as unicode...
2010-09-03 Stefan Behnelimplement C array iteration with explicit step size...
2010-08-27 Robert BradshawC++ namespace tests.
2010-08-26 Robert Bradshawsupport for comma operator
2010-08-26 Stefan Behnelextended getattr test case
2010-08-20 Lisandro Dalcinskip __index__ test for Py<2.5
2010-08-19 Robert BradshawRemove failing __getattr__ missing test.
2010-08-16 Stefan Behnelmerged in latest cython-release
2010-08-15 Stefan Behnelextended test case: test that common method forwarding...
2010-08-15 Stefan Behnelextended test case: test that common method forwarding...
2010-08-15 Stefan Behneldisable extended unicode test for Python versions ...
2010-08-15 Stefan Behneldisable extended unicode test for Python versions ...
2010-08-15 Stefan Behneladded docstring test for __getattr__ which makes the...
2010-08-15 Stefan Behnelfix inop test
2010-08-15 Stefan Behnelfix inop test
2010-08-15 Stefan Behnelmerge
2010-08-15 Robert BradshawSpecial method docstring tests.
2010-08-13 Carl WittyFix #561 doctests to work under Python 2 and 3; remove...
2010-08-13 Stefan Behnellots of runnable tests for try-except
2010-08-13 Stefan Behnelnew test case for doctests in special methods
2010-08-12 Robert Bradshawmerge
2010-08-12 Lisandro Dalcinfix failing tests (Python 2, 32bits) because of L suffi...
2010-08-12 Robert BradshawComment out ___XXXslice__ methods so we don't break...
2010-08-11 Robert BradshawFix cpp bool test.
2010-08-11 Robert Bradshawcpp_bool test (failing)
2010-08-11 Robert BradshawFix builtin bool tests.
2010-08-10 Robert BradshawAdd T562 to known bugs list.
2010-07-27 Carl Wittytrac #562: test case for segmentation fault
2010-07-28 Carl WittyTest suite for #561, verifying that all bound methods...
2010-08-09 Stefan Behneldo not rely on floating point string representation...
2010-08-09 Stefan Behnelmerged in changes from cython-release branch
2010-08-09 Stefan Behnelbetter error output in test
2010-07-31 Robert BradshawTestcase for #564, refcount bug in isinstance optimization
2010-07-23 Stefan BehnelPy3 test fix 0.13.beta0
2010-07-23 Stefan Behnelmerge
2010-07-23 Stefan Behnelsafety fix for unicode literals test - otherwise fails...
2010-07-23 Robert BradshawMerge closures into main development branch.
2010-07-22 Lisandro Dalcinfix C++ namespace for enum items
2010-07-20 Stefan Behnelgenerate the expected (fast) code for isinstance()...
2010-07-18 Robert BradshawTest case for #494, function binding.
2010-07-18 Robert BradshawFix #502, handle implicitly unsigned chars.
2010-07-17 Stefan Behnelmerged in latest cython-devel
2010-07-17 Stefan Behnelbetter error message for tuple unpacking, following...
2010-07-17 Stefan Behnelfix test for Py3.x after breaking it with the Py2.4 fix
2010-07-17 Stefan Behneltest fix for Py<2.5
2010-07-17 Stefan Behneltest fix for Py<=2.5
2010-07-17 Stefan Behneltest fix for Py<=2.5
2010-07-17 Stefan Behneltest fix for Py<=2.5
2010-07-17 Stefan Behneltest fix for Py<=2.5
2010-07-17 Stefan Behneltest fix for Py<2.5
2010-07-17 Stefan Behneltest fix for Py<=2.5
2010-07-17 Stefan Behneltest fix for Py<=2.5
2010-07-17 Stefan Behnelfix test in Py<=2.5
2010-07-17 Stefan Behnelfix test in Py<=2.5
2010-07-17 Stefan Behnelmoved new listcomp test over to existing test module...
2010-07-17 Craig Citromerge
2010-07-17 Craig CitroFix bug in type analysis for ComprehensionNodes.
2010-07-17 Stefan Behnelmerge
2010-07-17 Stefan Behnelmerged in latest cython-devel
2010-07-16 Stefan Behneltest fix
2010-07-16 Stefan Behneltest fix
2010-07-16 Stefan Behnelreimplement min()/max() optimisation before type analysis
2010-07-16 Stefan Behnelrewrite of min()/max() optimisation, now correctly...
2010-07-15 Stefan Behnelmerge
2010-07-14 Stefan Behnelmerged in latest cython-devel
2010-07-14 Lisandro Dalcinsilent spurious MSVC performance warning about C++...
2010-07-09 Craig CitroFix imports in Cython/Include/numpy.pxd.
2010-07-07 Robert BradshawTest for #554, closures inside cdef block.
2010-07-07 Craig CitroMake str unsafe for type inference. See trac #553.
2010-07-07 Craig CitroFix type inference on unary operators.
2010-07-07 Craig CitroFix an error with coercing C ints in boolean context.
2010-07-07 Craig CitroFix a bug with automatic conversion of public attribute...
2010-07-08 Craig CitroFix a warning coming from tests/run/cython_includes...
2010-07-06 Stefan Behneldo not let set/dict comprehensions leak in Py2, only...
2010-07-03 Stefan Behnelfix order of surrogate pair in wide unicode strings
2010-07-03 Stefan Behnelfix "Py_UNICODE in ..." against wide unicode literals...
2010-06-25 Stefan Behnelmerged in latest cython-devel
2010-06-15 Stefan Behnelmerged in latest cython-devel
2010-06-15 Stefan Behnelfix bug #544: handle side-effects in flattened in-list...
2010-06-15 Stefan Behnelextended test case
2010-06-11 Lisandro Dalcinmove legacy pxd files to Cython/Includes/Deprecated
2010-06-07 Robert BradshawAnother large integer literal fix (indexing).
2010-06-07 Robert BradshawBug in large literal indexing.
2010-06-07 Robert BradshawLarge integer literal type inference test.
2010-06-01 Stefan Behnelmerged in latest cython-devel
next