Cython has moved to github.

cython-devel

log

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