cython.git
2010-12-11 Vitja Makarovtest runner: Add CythonPyregrTestCase
2010-12-11 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-11 Robert BradshawAdded tag 0.14.rc0 for changeset a6b9f0a6d02d
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 Stefan Behneleliminate StopIterationNode
2010-12-11 Robert Bradshawcython.inline test
2010-12-11 Robert Bradshawcython.inline type inference
2010-12-11 Stefan Behnelsplit refnanny setup macro in declaration and setup...
2010-12-11 Stefan Behneloptimise away redundant ref-counting of unused yield...
2010-12-11 Stefan Behneldisable generators test in Py2.4 - depends on Generator...
2010-12-11 Stefan Behneltest_heapq seems to be fixed (and its C code looks...
2010-12-11 Stefan Behneltemp result name of YieldExprNode must be allocated...
2010-12-11 Robert BradshawSome unit tests for the build system.
2010-12-11 Stefan Behnelstore away temp values *after* calculating the yield...
2010-12-10 Robert BradshawChange numeric demo to numpy demo using new features...
2010-12-10 Stefan BehnelPy<=2.5 test fix
2010-12-10 Stefan Behnelno need to own an argument passed into a Python function
2010-12-10 Stefan Behneldrop redundant code
2010-12-10 Robert BradshawBetter compile message.
2010-12-10 Robert BradshawUpdate spam demo.
2010-12-10 Robert BradshawCythonize exclude parameter.
2010-12-10 Vitja MakarovFix py3k support
2010-12-10 Vitja MakarovMove generate parsing,checking and misc code to generat...
2010-12-10 Vitja MakarovGenerators: add throw() support
2010-12-10 Vitja MakarovTryExceptStatNode: save previous exception state in...
2010-12-10 Vitja MakarovChange generator body signature to PyObject* (*body...
2010-12-10 Vitja MakarovAdd close() support
2010-12-10 Robert BradshawMore gdb test guards.
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 Vitja MakarovMake Refnanny happy, fix some errors. More testcases.
2010-12-09 Vitja Makarovtest_heapq: now broken, SIGSEGV
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 Vitja MakarovExperimental support for generators
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 BradshawAdded tag 0.14.beta2 for changeset 8412b39fbc3e
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 BradshawInclude debugging files in manifest.
2010-12-09 Robert BradshawDebugging test package in setup.py.
2010-12-09 Robert BradshawAdded tag 0.14.beta1 for changeset 31b531a6c45b
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 BradshawDisable pure test for Py < 2.6.
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 BradshawAdded tag 0.14.alpha0 for changeset 478f57be445d
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 BradshawInclude srctree in sdist.
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 Stefan BehnelPy3 fix in test runner
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-05 Robert BradshawPython 2.3 fix
2010-12-05 Robert Bradshawhide output in end-to-end tests
2010-12-04 Stefan Behneltab fix
2010-12-04 Stefan Behneltest for ticket #608
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
next