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