cython.git
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 Mark FlorissonMerged with libpython.py from Python3.2 + prevented...
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...
2010-11-24 Mark Florissonbranch merge
2010-11-24 Stefan Behnelfix error handling in sequential cython runs
2010-11-23 Stefan Behnelfix AutoTestDictTransform for lambda expressions
2010-11-23 Stefan Behnelfix constant folding for nonsense code like '-False'
2010-11-23 Stefan Behnelproperly disable test in Py2.3
2010-11-23 Stefan Behnelenable test for closure classes
2010-11-23 Stefan Behnelanother fix for str() handling that works around intern...
2010-11-23 Stefan Behnelmerge
2010-11-23 Robert BradshawCythonize fix for multiple files.
2010-11-23 Robert BradshawCythonize fix.
2010-11-22 Mark FlorissonMake stepping breakpoints internal in newer versions...
2010-11-22 Stefan BehnelPy3 locals test
2010-11-22 Stefan Behnelfix locals() in -3 mode
2010-11-22 Stefan Behnelimplement sorted(genexp) as [listcomp].sort()
2010-11-22 Stefan BehnelPy<=2.4 fix
2010-11-21 Mark Florissonbranch merge
2010-11-21 Stefan Behneltest runner: fix pending threads handling at shutdown
2010-11-21 Stefan Behneltest runner: visible termination message
2010-11-21 Stefan Behneltest runner: safer shutdown even if threads were kept...
2010-11-21 Stefan Behnelmerge
2010-11-21 Stefan Behneldisable pyregr test module that seems to leak threads
2010-11-21 Robert BradshawRemoved tag sage-cythonizes
2010-11-21 Robert BradshawRemoved tag cython-0.10.1
2010-11-21 Robert BradshawRemoved tag Version-0.9.8
2010-11-21 Robert BradshawAdded tag 0.9.8 for changeset 16a746d969e2
2010-11-21 Robert BradshawAdded tag 0.10.1 for changeset ef9d2c680684
2010-11-21 Stefan Behneltest runner: check for thread termination after each...
2010-11-21 Stefan Behneltest for ticket #537
2010-11-18 Vitja MakarovSupport class closures and nested classes.
2010-11-20 Stefan Behnelundo change before importing patch
2010-11-20 Stefan Behnelmerge
2010-11-20 Stefan Behnelcomment
2010-11-20 Lisandro Dalcinsilent gcc warning about unused function in testcase
2010-11-20 Stefan Behneloptimise Py3-style metaclass also when other keywords...
2010-11-20 Stefan Behnelcode cleanup
2010-11-19 Stefan Behneloptimisation: do not build and test metaclass kwargs...
2010-11-19 Stefan Behnelresolve 'cython' compiler directives also on Python...
2010-11-19 Stefan Behneltwo more pyregr tests disabled
2010-11-18 Stefan Behneldisabled class closures test
2010-11-18 Stefan Behnelmore metaclass cleanups, merged some redundant code...
2010-11-18 Stefan BehnelPy3 fix
2010-11-18 Stefan Behnelminor code cleanups for metaclass patch
2010-11-18 Mark FlorissonAttempt to merge back Cython locals -- failed! gdb...
2010-11-16 Mark FlorissonSkip local variables that are optimized out for 'cy...
2010-11-16 Mark FlorissonEnsure 'cy locals' and 'cy exec' don't use uninitialize...
2010-11-13 Mark FlorissonHandle error in lookup of 'ob_base' (in case the memory...
2010-11-13 Vitja MakarovActually implement py3 style metaclasses with support...
2010-11-18 Stefan Behneldisabled pyregr test that won't work in Cython
2010-11-18 Stefan Behneldisable CPython regression testing for a non-test module
2010-11-18 Stefan Behnelbacked out class closures patch - breaks CPython regres...
2010-11-17 Vitja MakarovSupport class closures and nested classes
2010-11-17 Stefan Behnelfix disabling of cleanup code generation for tuple...
2010-11-17 Stefan Behneltests for constant tuple caching
2010-11-17 Stefan Behnelsimplify (and centralise) module cleanup code generatio...
2010-11-16 Stefan Behnelmore cythonisation in the scanner/parser
2010-11-16 Stefan Behnelmore cythonisation in the scanner/parser
2010-11-16 Stefan Behnelenabled a compile test
2010-11-16 Stefan Behnelenabled stupid test
2010-11-16 Stefan Behnelcache constant tuples (including constant call arg...
2010-11-15 Stefan Behnelremoved unused code
2010-11-15 Stefan Behnelcode simplification
2010-11-15 Stefan Behnelremoved unused level of indirection from tree visitors...
2010-11-15 Stefan Behnelcleanup
2010-11-15 Stefan Behnelreduced overhead in the scanner
2010-11-15 Stefan Behnelfix test case
2010-11-15 Stefan Behnelreduced overhead in the scanner
next