Add pyrex_directives dictionary optional attribute of Extension objects to
[cython.git] / tests /
2010-07-22 Lisandro Dalcinfix C++ namespace for enum items
2010-07-18 Robert BradshawTest case for #494, function binding.
2010-07-18 Robert BradshawFix #502, handle implicitly unsigned chars.
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-16 Stefan Behneltest fix
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 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-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-15 Stefan Behnelfix bug #544: handle side-effects in flattened in-list...
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 Behnelfix test case
2010-06-01 Stefan Behneltest for ticket #536
2010-05-31 Stefan Behnelsupport setting language level (2 or 3) for source...
2010-05-31 Stefan Behnelextended test case
2010-05-27 Robert BradshawFix types of marked integer literals.
2010-05-27 Robert BradshawMore large literal as double fixes.
2010-05-27 Robert BradshawLarge literal int + double test.
2010-05-24 Robert BradshawAllow longer int literals on 64-bit machines.
2010-05-17 Stefan Behnelfix indexing for inferred Py_UNICODE 'strings'
2010-05-17 Stefan Behnelextended test case
2010-05-17 Stefan Behnelmake len(Py_UNICODE) efficient
2010-05-17 Stefan Behnelfix test after fixing code
2010-05-16 Stefan Behnelmerge
2010-05-16 Stefan Behneloptimise predicates and methods for single unicode...
2010-05-15 Robert Bradshawmerge
2010-05-15 Robert BradshawAdd failing test to bugs list.
2010-05-15 David BarnettC++ failures / tests
2010-05-15 Stefan Behnelinfer plain object for bytes_string[i] and str/unicode...
2010-05-14 Stefan Behnel'fix' stupid test
2010-05-14 Stefan Behnelinfer type of loop variable when for-in-looping over...
2010-05-12 Stefan Behnelprevent redundant coercion from Py_UNICODE to a unicode...
2010-05-12 Stefan Behnelfix doctest in Py3
2010-05-12 Stefan Behnelfix test py_unicode_type, remove code from Optimize...
2010-05-12 Stefan Behnelprevent Py_UNICODE from becoming a plain integer during...
2010-05-12 Stefan Behnelimplement ticket #535: fast index access into unicode...
2010-05-11 Stefan Behnelfix ticket #525: let float values pass through the...
2010-05-11 Robert BradshawString literal identifiers ending in newlines.
2010-05-09 Stefan Behnelenable working test
2010-05-09 Stefan Behnelfix ticket #533: 'continue' in the 'else' block of...
2010-05-08 Lisandro Dalcinfix except+ for cppclass methods (with Denys Duchier)
2010-05-08 Stefan Behneltest for ticket #533: reference leak in 'continue'...
2010-05-06 Stefan Behnelextended test case
2010-05-05 Stefan Behnelnew test for pointer operations
2010-05-05 Lisandro Dalcinadd some POSIX pxd's and a few tests
2010-05-04 Stefan Behnelcollapse BoolBinopNode during constant folding, small...
2010-05-04 Stefan Behnelfix ticket #145: the result of 'True or 5' must not...
2010-05-04 Stefan Behnelseveral test cases for ticket 145
2010-05-04 Stefan Behnelextended test case based on ticket #145
2010-05-04 Stefan Behnelnew test for ticket #354
2010-05-04 Stefan Behnelenable .pop() optimisation also for typed lists
2010-05-03 dalcinlMSVC: quick fix for int complex test failing in C+...
2010-05-03 dalcinlDisable test for libc.stdint (missing stdint.h in MSVC)
2010-05-02 Lisandro Dalcinfix ssize_t tescase (ticket #399)
2010-05-01 Stefan Behnelfix 'cython.set' and 'cython.frozenset' when set/frozen...
2010-05-01 Stefan Behnelavoid GIL error for optimised container bool tests...
2010-05-01 Stefan Behnelfix error on def-nogil functions
2010-05-01 Stefan Behnelremoved dead copy of test file
2010-04-29 Stefan Behneltest fix after extending dead code removal
2010-04-29 Stefan Behnelextended test case
2010-04-29 Stefan Behnelextended test case
2010-04-29 Stefan Behnelextended test case
2010-04-29 Stefan Behnelcode cleanup for if-const dead code removal: move handl...
2010-04-29 Stefan Behnelnew test case
2010-04-28 dalcinlsizeof(long double)==sizeof(double) in MSVC conficts...
2010-04-28 Lisandro Dalcinfix testcase
2010-04-28 Lisandro Dalcinintroduce CYTHON_UNUSED macro to annotate functions...
2010-04-28 Lisandro DalcinPy3: __cmp__ is gone, __bool__ instead of __nonzero__
2010-04-28 Stefan Behnelextended test case
2010-04-27 Stefan Behnelextended test
2010-04-27 Stefan Behnelmore dead code removal for conditionals
2010-04-27 Stefan Behnelfix constant folding in PrimaryCmpNode/CascadedCmpNode
2010-04-27 Stefan Behnelsupport casting '<bytes>int_val' and coercing integers...
2010-04-26 Stefan Behnelextended test case
2010-04-26 Stefan BehnelPy3 test fix
2010-04-25 Stefan Behnelmerge
2010-04-25 Stefan Behneloptimised char/Py_UNICODE indexing of bytes/unicode...
2010-04-25 Stefan Behnelcoerce Py_UNICODE to and from single character unicode...
2010-04-23 Lisandro Dalcinsupport arbitrarily sized typedef integral types
2010-04-22 Lisandro Dalcincustom from_py converter for Py_UNICODE
2010-04-22 Stefan Behnelextended test case
next