Cython has moved to github.

cython

log

age author description
17 months Craig Citro Added tag 0.13 for changeset 32c957267b3bdefault tip
17 months Craig Citro Bump version to 0.130.13
17 months Lisandro Dalcin more robust build for embedded tests
17 months Lisandro Dalcin previous commit broke numpy buffer access for Py<=2.4
17 months Lisandro Dalcin fix support for packed structs with SunPro compiler
17 months Lisandro Dalcin skip __index__ test for Py<2.5
17 months Robert Bradshaw Bump version to 0.13.rc1
17 months Robert Bradshaw Unset debug flags.
17 months Robert Bradshaw bump version to 0.13.r0
17 months Robert Bradshaw Remove failing __getattr__ missing test.
17 months Lisandro Dalcin conditional compilation for {Py2|Py3}-only special methods
17 months Lisandro Dalcin get rid of Py_TPFLAGS_HAVE_INDEX to fill typeobj.nb_index slot
17 months Lisandro Dalcin set CYTHON_UNUSED modifier for __index__ special method
17 months Lisandro Dalcin silent GCC warnings with Py<2.5
17 months Stefan Behnel merged in latest cython-release
17 months Stefan Behnel extended test case: test that common method forwarding patterns still work with the new special method setup code
17 months Stefan Behnel disable extended unicode test for Python versions < 2.6.5
17 months Stefan Behnel less verbose 2to3 output in test runner
17 months Stefan Behnel quick fix for __getattr__ until we have a better solution
17 months Stefan Behnel added docstring test for __getattr__ which makes the special method test fail
17 months Stefan Behnel fix inop test
17 months Stefan Behnel merge
18 months Stefan Behnel lots of runnable tests for try-except
18 months Stefan Behnel unpack exception test tuples in 'except' clauses, results in shorter, faster and more readable code
18 months Stefan Behnel new test case for doctests in special methods
17 months Robert Bradshaw Fix invisible special methods.
17 months Robert Bradshaw Special method docstring tests.
17 months Robert Bradshaw Restore special method docstrings.
17 months Lisandro Dalcin PyObject_GC_[Un]TRACK -> PyObject_GC_[Un]Track
17 months Stefan Behnel extended test case: test that common method forwarding patterns still work with the new special method setup code
17 months Stefan Behnel disable extended unicode test for Python versions < 2.6.5
17 months Stefan Behnel less verbose 2to3 output in test runner
17 months Stefan Behnel quick fix for __getattr__ until we have a better solution
17 months Stefan Behnel fix inop test
17 months Stefan Behnel Added tag 0.13.beta1 for changeset 14957f635a37
18 months Carl Witty Fix #561 doctests to work under Python 2 and 3; remove problematic doctest from type_slots_int_long_T287.pyx
18 months Craig Citro Make version number 0.13.beta10.13.beta1
18 months Robert Bradshaw merge
18 months Robert Bradshaw Define PyBoolObject for Py3.
18 months Lisandro Dalcin fix failing tests (Python 2, 32bits) because of L suffix from long repr
18 months Robert Bradshaw Comment out ___XXXslice__ methods so we don't break Py3 tests.
18 months 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.
18 months Robert Bradshaw Fix cpp bool test.
18 months Robert Bradshaw cpp_bool test (failing)
18 months Robert Bradshaw Fix builtin bool tests.
18 months Robert Bradshaw CPython and C++ bool declarations.
18 months Robert Bradshaw Remove bool builtin name.
18 months Robert Bradshaw Add T562 to known bugs list.
18 months Carl Witty trac #562: test case for segmentation fault
18 months Carl Witty Test suite for #561, verifying that all bound methods are still there.
18 months Carl Witty trac #561: fixed major performance bug in special functions (by not generating Python versions and letting PyType_Ready() do it instead; details are on the trac ticket)
18 months Stefan Behnel do not rely on floating point string representation in tests
18 months Stefan Behnel more None check elimination
18 months Stefan Behnel re-enable tree assertions in tests
18 months Stefan Behnel merged in changes from cython-release branch
18 months Stefan Behnel reenable optimisations to prevent their tests from failing, tiny cleanup
18 months Stefan Behnel better debug output
18 months Stefan Behnel prevent control characters in unicode literals (ord<32) from sneaking into the C source
18 months Stefan Behnel better error output in test
18 months Robert Bradshaw Optimization tests.