Added tag 0.14.rc0 for changeset a6b9f0a6d02d
[cython.git] / Cython /
2010-12-11 Robert Bradshawbump version 0.14.rc0
2010-12-11 Robert Bradshawanother fix
2010-12-11 Robert BradshawPython 2.3 fix.
2010-12-11 Robert Bradshawfix introduced bug
2010-12-11 Robert BradshawMore inline tests, quiet tests.
2010-12-11 Robert BradshawDependencies fixes/cleaunup.
2010-12-11 Robert Bradshawnewlines
2010-12-11 Robert Bradshawcython.inline test
2010-12-11 Robert Bradshawcython.inline type inference
2010-12-11 Robert BradshawSome unit tests for the build system.
2010-12-10 Robert BradshawBetter compile message.
2010-12-10 Robert BradshawCythonize exclude parameter.
2010-12-10 Robert Bradshawmerge
2010-12-09 Mark FlorissonRemove Python 3 metaclass support from Python 2 code...
2010-12-09 Mark FlorissonCompile C test sample code with -fPIC
2010-12-09 Mark FlorissonDrop Python 2.5 support + unicode UCS4 builds support...
2010-12-09 Mark FlorissonDrop Python 2.5 support + unicode UCS4 builds support...
2010-12-09 Stefan Behnelcompile fix for Cython/Compiler/ParseTreeTransforms.py
2010-12-09 Stefan Behnelfix local variable init code in ScopedExprNode
2010-12-09 Robert BradshawBump version number again. 0.14.beta2
2010-12-09 Robert BradshawMore test fiddling.
2010-12-09 Robert BradshawMore gdb test disabling.
2010-12-09 Robert Bradshawnewlines
2010-12-09 Robert BradshawDisable gdb tests for now.
2010-12-09 Robert BradshawClearer versioning.
2010-12-09 Robert BradshawBump version number. 0.14.beta1
2010-12-09 Robert Bradshawmerge
2010-12-09 Robert BradshawBump version number. 0.14.beta0
2010-12-09 Robert BradshawMerge https://github.com/markflorisson88/cython
2010-12-09 Robert BradshawFix bug with -t option.
2010-12-09 Robert Bradshawmerge
2010-12-09 Robert BradshawEnd-to-end fixes.
2010-12-09 Robert Bradshawfatal_errors -> fast_fail
2010-12-09 Robert BradshawFix fatal errors + nice exception traceback interaction.
2010-12-09 Stefan BehnelPy2.3 fix
2010-12-09 Stefan Behnelcompile fixes in Parsing.py: kwargs names must be bytes...
2010-12-09 Stefan Behneltyping fixes in compiled Code.py
2010-12-09 Stefan Behnelfix Py3 version dependency in C code
2010-12-09 Stefan Behnelcompile Code.py
2010-12-08 Stefan Behnelslight scanner C code simplification
2010-12-08 Stefan Behnelreduce code size of parser and speed it up a little...
2010-12-08 Mark FlorissonFetch and restore error for Cython locals dict building
2010-12-06 Stefan Behnelfix ext type inheritance from 'int' in Py3
2010-12-06 Stefan Behnelcleanup of last patch, fix typo in test name
2010-12-06 Vitja MakarovAllow pyfunction redefinition
2010-12-05 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-05 Mark FlorissonMade tests less verbose by not using distutils.core...
2010-12-05 Robert BradshawBump version. 0.14.alpha0
2010-12-05 Robert Bradshawtypo
2010-12-05 Robert BradshawMore robust include searching.
2010-12-05 Robert Bradshawstring literal parsing
2010-12-05 Robert BradshawHigher-level import.
2010-12-05 Robert Bradshawmerge
2010-12-05 Robert BradshawComplicated cythonize setup.
2010-12-05 Robert BradshawC++ cythonize test.
2010-12-05 Robert Bradshawpropagate build options
2010-12-05 Robert BradshawCython build cleanup.
2010-12-05 Robert BradshawFix #610 - Compiler crash on --no-docstrings.
2010-12-05 Robert BradshawMore graceful fail for fatal-errors option.
2010-12-04 Stefan Behneltab fix
2010-12-04 Robert BradshawMerge branch 'math' of https://github.com/certik/cython
2010-12-04 Robert BradshawMerge branch 'fatal_errors' of https://github.com/certi...
2010-12-04 Stefan Behnelprevent inheriting from PyVarObjects: tuple, bytes...
2010-12-04 Stefan Behnelsupport ext type inheritance from builtin types
2010-12-04 Stefan Behnelprovide Python complex type as cpython.complex.complex
2010-12-04 Stefan Behnelmake 'complex' the C double complex type instead of...
2010-12-04 Stefan Behnelcomment
2010-12-04 Stefan Behnelfix following PEP 384
2010-12-04 Stefan Behnelkeep type information when coercing from C complex...
2010-12-04 Stefan Behnelfix line number reporting in AST stack traces
2010-12-04 Ondrej CertikImplement the --fatal-errors command line option
2010-12-04 Ondrej CertikImplement libc.math and test it
2010-12-03 Mark FlorissonPrint warning if cygdb reads debug info and is using...
2010-12-03 Stefan Behnelmade fields of builtin objects immutable
2010-12-03 Stefan Behnelticket #607: access inner fields of CPython's builtin...
2010-12-03 Stefan Behnelfix type check as 'slice'
2010-12-03 Stefan Behnelfix compiler crash after last change
2010-12-03 Vitja MakarovSupport lambda in class and cclass scope, ticket #605.
2010-12-02 Mark Florisson"Fix" printing of gdb.Values with non-ascii characters...
2010-12-02 Mark FlorissonSkip debugger tests for pre-2.5 python versions and...
2010-12-02 Stefan Behnelclean up evil import collisions in ParseTreeTransforms.py
2010-12-01 Mark FlorissonExcluded cygdb from python 2.3 and 2.4 installations...
2010-12-01 Mark Florissonbranch merge
2010-12-01 Stefan Behnelmerge
2010-11-30 Stefan Behnelfix ticket #606: move scoped local variables back into...
2010-11-30 Robert BradshawChange version number for dev branch.
2010-11-30 Stefan Behnelmerge
2010-11-30 Stefan Behnelcomment
2010-11-30 Stefan Behnelreduce code redundancy in IterationNode, skip None...
2010-11-30 Stefan Behneloptimise sum([int_const for ...]) into an inlined sum...
2010-11-30 Stefan Behnelrefactor scope handling in ScopedExprNode, enable type...
2010-11-30 Stefan Behnelfix type inference for ResultRefNode
2010-11-29 Mark FlorissonChanged bytes object ob_sval cast to unsigned char...
2010-11-29 Stefan Behnelminor code optimisations
2010-11-28 Stefan Behnelcdef another class in ParseTreeTransforms
2010-11-28 Stefan Behnelfix ticket #604: refcounting bugs in 'from ... import *'
2010-11-28 Mark Florissoncy exec test + correct building of locals dict in Cytho...
2010-11-28 markset breakpoint pending on for libpython
2010-11-27 Vitja MakarovSupport lambda in module scope #603
2010-11-26 markChoose PyString/PyBytesObjectPtr according to python...
next