Cython has moved to github.

cython-devel

log

age author description
2 years Robert Bradshaw Make __new__ -> __cinit__ into an error, fix compiler crash.default tip
2 years Robert Bradshaw Fix #632 isinstance bugs.
2 years Robert Bradshaw Regression tests for #632.
2 years Stefan Behnel fix ticket #631: temp leak when deleting slices
2 years Stefan Behnel test cleanup
2 years W. Trevor King Update PyBuffer_Release() declaration to match new buffer API.
2 years Lisandro Dalcin static storage for typeobjects of private cdef classes
2 years Lisandro Dalcin add missing static storage specifiers
2 years Stefan Behnel merge
2 years Stefan Behnel fix compile crash
2 years Lisandro Dalcin aesthetic code generation fix for module preamble
2 years Stefan Behnel fix ticket #576: builtin 'str' type must be 'unicode' type in -3 mode
2 years Stefan Behnel provide 'builtins' builtin module in -3 mode
2 years Stefan Behnel safer way to check for builtins in Optimize.py
2 years Stefan Behnel drop unused import
2 years Stefan Behnel working test for ticket #87
2 years Lisandro Dalcin fix ResourceWarning about unclosed files in Py 3.2
2 years Lisandro Dalcin Inline: Py3 fixes
2 years Lisandro Dalcin remove ancient MANIFEST.in entries
2 years Robert Bradshaw Bump version number for devel branch.
2 years Robert Bradshaw merge
2 years Robert Bradshaw Added tag 0.14 for changeset 15bf34c93874
2 years Robert Bradshaw Bump version number.0.14
2 years Stefan Behnel do not generate vtable for subtypes of builtin types that do not define methods themselves
2 years Robert Bradshaw merge
2 years Robert Bradshaw Add --disable-function-redefinition for legacy code.
2 years Robert Bradshaw Fix any/all.
2 years Lisandro Dalcin MSVC: fixes for complex types
2 years Robert Bradshaw merge
2 years Robert Bradshaw Put back trailing whitespace in doctest output.
2 years Robert Bradshaw merge
2 years Robert Bradshaw Couple more trailing whitespace deletions.
2 years Robert Bradshaw merge whitespace changes
2 years Robert Bradshaw Remove trailing whitespace.
2 years Robert Bradshaw Fix #559, <void *> [] is not caught by Cython but by gcc
2 years Robert Bradshaw Fix #528, x.conjugate() not available in nogil mode
2 years Robert Bradshaw conjugate for other numeric types
2 years Robert Bradshaw Better unicode/str handling for user-supplied code.
2 years Robert Bradshaw Added tag 0.14.rc0 for changeset a6b9f0a6d02d
2 years Robert Bradshaw bump version0.14.rc0
2 years Robert Bradshaw another fix
2 years Robert Bradshaw Python 2.3 fix.
2 years Robert Bradshaw fix introduced bug
2 years Robert Bradshaw More inline tests, quiet tests.
2 years Robert Bradshaw Dependencies fixes/cleaunup.
2 years Robert Bradshaw newlines
2 years Robert Bradshaw cython.inline test
2 years Robert Bradshaw cython.inline type inference
2 years Robert Bradshaw Some unit tests for the build system.
2 years Robert Bradshaw Change numeric demo to numpy demo using new features, update setup.py.
2 years Robert Bradshaw Better compile message.
2 years Robert Bradshaw Update spam demo.
2 years Robert Bradshaw Cythonize exclude parameter.
2 years Robert Bradshaw More gdb test guards.
2 years Robert Bradshaw merge
2 years Mark Florisson Remove Python 3 metaclass support from Python 2 code (c'est ridicule!)
2 years Mark Florisson Compile C test sample code with -fPIC
2 years Mark Florisson Drop Python 2.5 support + unicode UCS4 builds support + add more tests
2 years Mark Florisson Drop Python 2.5 support + unicode UCS4 builds support + add more tests
2 years Stefan Behnel compile fix for Cython/Compiler/ParseTreeTransforms.py