cython-devel

log

age author description
3 days Stefan Behnel safety fixdefault tip
15 months Eric Huss Check dependencies defined for the extension to determine if cython
5 days Stefan Behnel another embed test fix for Python 2.4
5 days Stefan Behnel retry by moving stupidly misplaced fix
5 days Stefan Behnel try to fix embedding test in Hudson builds
6 days Stefan Behnel build embedding test against static Python library to support non-shared CPython builds
6 days Robert Bradshaw C++ namespace tests.
6 days Robert Bradshaw Fix namespace conversion functions.
6 days Robert Bradshaw Fix namespace error for function arguments.
7 days Robert Bradshaw support for comma operator
7 days Robert Bradshaw Fix for comma operator bug.
7 days Stefan Behnel extended getattr test case
8 days Craig Citro Added tag 0.13 for changeset 32c957267b3b
8 days Craig Citro Bump version to 0.130.13
10 days Lisandro Dalcin more robust build for embedded tests
12 days Lisandro Dalcin previous commit broke numpy buffer access for Py<=2.4
12 days Lisandro Dalcin fix support for packed structs with SunPro compiler
13 days Lisandro Dalcin skip __index__ test for Py<2.5
2 weeks Robert Bradshaw Bump version to 0.13.rc1
2 weeks Robert Bradshaw Unset debug flags.
2 weeks Robert Bradshaw bump version to 0.13.r0
2 weeks Robert Bradshaw Remove failing __getattr__ missing test.
2 weeks Lisandro Dalcin conditional compilation for {Py2|Py3}-only special methods
2 weeks Lisandro Dalcin get rid of Py_TPFLAGS_HAVE_INDEX to fill typeobj.nb_index slot
2 weeks Lisandro Dalcin set CYTHON_UNUSED modifier for __index__ special method
2 weeks Lisandro Dalcin silent GCC warnings with Py<2.5
2 weeks Stefan Behnel merged in latest cython-release
2 weeks Stefan Behnel extended test case: test that common method forwarding patterns still work with the new special method setup code
2 weeks Stefan Behnel disable extended unicode test for Python versions < 2.6.5
2 weeks Stefan Behnel less verbose 2to3 output in test runner
2 weeks Stefan Behnel quick fix for __getattr__ until we have a better solution
2 weeks Stefan Behnel fix inop test
2 weeks Stefan Behnel Added tag 0.13.beta1 for changeset 14957f635a37
2 weeks Stefan Behnel extended test case: test that common method forwarding patterns still work with the new special method setup code
2 weeks Stefan Behnel disable extended unicode test for Python versions < 2.6.5
2 weeks Stefan Behnel less verbose 2to3 output in test runner
2 weeks Stefan Behnel quick fix for __getattr__ until we have a better solution
2 weeks Stefan Behnel added docstring test for __getattr__ which makes the special method test fail
2 weeks Stefan Behnel fix inop test
2 weeks Stefan Behnel merge
2 weeks Stefan Behnel lots of runnable tests for try-except
2 weeks Stefan Behnel unpack exception test tuples in 'except' clauses, results in shorter, faster and more readable code
2 weeks Stefan Behnel new test case for doctests in special methods
2 weeks Robert Bradshaw Fix invisible special methods.
2 weeks Robert Bradshaw Special method docstring tests.
2 weeks Robert Bradshaw Restore special method docstrings.
2 weeks Lisandro Dalcin PyObject_GC_[Un]TRACK -> PyObject_GC_[Un]Track
2 weeks Carl Witty Fix #561 doctests to work under Python 2 and 3; remove problematic doctest from type_slots_int_long_T287.pyx
2 weeks Craig Citro Make version number 0.13.beta10.13.beta1
2 weeks Robert Bradshaw merge
2 weeks Robert Bradshaw Define PyBoolObject for Py3.
2 weeks Lisandro Dalcin fix failing tests (Python 2, 32bits) because of L suffix from long repr
2 weeks Robert Bradshaw Comment out ___XXXslice__ methods so we don't break Py3 tests.
2 weeks Carl Witty Fix #566, where __getslice__ generates code that gives a confusing compiler error under Python 3. (Now you get a Cython compiler warning and a direct error message.) A modification of the patch for #215.
3 weeks Robert Bradshaw Fix cpp bool test.
3 weeks Robert Bradshaw cpp_bool test (failing)
3 weeks Robert Bradshaw Fix builtin bool tests.
3 weeks Robert Bradshaw CPython and C++ bool declarations.
3 weeks Robert Bradshaw Remove bool builtin name.
3 weeks Robert Bradshaw Add T562 to known bugs list.