cython.git
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
2010-12-04 Stefan Behnelextended test case
2010-12-04 Stefan Behnelextended test case
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 Stefan Behnelremoved 'complex' type test that depends on 'cdef compl...
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 Stefan Behneladditional test case
2010-12-02 Stefan Behnelclean up evil import collisions in ParseTreeTransforms.py
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 Behneladditional tests
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 Behneladditional tests
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-30 Robert Bradshawtypedef in namespace test
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 Stefan Behnelsupport building Cython itself with the refnanny enabled
2010-11-28 Stefan Behneltest case for ticket #601
2010-11-27 Stefan Behnelrenamed test module
2010-11-27 Vitja MakarovSupport lambda in module scope #603
2010-11-27 Stefan Behnelsetup.py option '--cython-compile-all' to compile more...
2010-11-26 Stefan Behneldisabled compilation of Cython.Compiler.ParseTreeTransf...
2010-11-26 Stefan Behnelmerge
2010-11-26 Stefan Behnelanother Py3 fix for compiled Cython module
2010-11-26 Lisandro Dalcinrename PYREX_WITHOUT_ASSERTIONS -> CYTHON_WITHOUT_ASSER...
2010-11-26 Stefan Behnelre-disable compilation for some Cython modules as they...
2010-11-26 Stefan Behnelmissing import
2010-11-26 Stefan Behnelanother Py3 fix for the compiled modules
2010-11-26 Stefan Behnelanother Py3 fix for the compiled modules
2010-11-26 Stefan Behnelmissing imports
2010-11-26 Stefan Behnelfix several Py3 and import issues in the compiled modules
2010-11-26 Stefan Behnelcompile modules Cython.Compiler.Nodes and Cython.Compil...
2010-11-26 Stefan Behnelcompile Cython.Compiler.ModuleNode module
2010-11-26 Stefan Behnelfix unknown names in Nodes.py
2010-11-26 Stefan Behnelcompile Cython.Compiler.Optimize module
2010-11-26 Stefan Behneltypo
2010-11-26 Stefan Behnelcompile Cython.Compiler.ParseTreeTransforms module
2010-11-26 Stefan Behnelreally fix parallel/cascaded assignments this time...
2010-11-26 Stefan Behnelcomments
2010-11-26 Stefan Behnelextended test case
2010-11-25 Stefan Behneladded __future__.nested_scopes as an importable dummy
2010-11-25 Stefan Behneldisable test in Py2.3
2010-11-25 Stefan Behnelenabled parallel assignments test
2010-11-25 Stefan Behnelfix for parallel assignments: subexpressions were incor...
2010-11-25 Stefan Behneloutput hex numbers for node ids in Node.dump() as in...
2010-11-25 Stefan Behneloutput hex numbers for node ids in Node.dump() as in...
2010-11-25 Stefan Behnelfix ticket #598: list comprehensions in closures
2010-11-25 Stefan Behneltest fixes
2010-11-25 Stefan Behnelextended test cases for tickets #600 and #598
2010-11-25 Stefan Behnelextended test cases for scoped genexprs at module level
2010-11-25 Stefan Behneltest case for ticket #600: scope of iterable in genexprs
2010-11-25 Stefan Behneltest that functions that do not need a closure know...
2010-11-25 Stefan Behneladditional closure tests
2010-11-25 Stefan Behnelsplit module doctest into function doctests, enable...
2010-11-25 Vitja MakarovClosure optimization
2010-11-25 Stefan Behnelcopied boolean tests from CPython's regr tests
2010-11-25 Stefan Behnelcode cleanup in ConstantFolding transform to make boole...
2010-11-25 Stefan Behnelfix result types for C math operations on Python booleans
2010-11-25 Stefan Behnelfix '<int>bool(<int>x)' to always return 0 or 1 instead...
2010-11-24 Stefan Behneltest case for ticket #598: scoped list comp in function...
next