Cython has moved to github.

cython-devel

log

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