Merge remote branch 'upstream/master'
[cython.git] / Cython / Compiler / ExprNodes.py
2011-01-15 Vitja MakarovMerge remote branch 'upstream/master'
2011-01-15 Vitja MakarovMerge branch 'master' of github.com:vitek/cython
2011-01-14 Robert BradshawMerge branch 'master' of https://github.com/markfloriss...
2011-01-14 Robert BradshawMerge branch 'pyregr' of github.com:vitek/cython
2011-01-13 Vitja MakarovMerge remote branch 'upstream/master'
2011-01-13 Stefan Behnelfix ticket #644: infer type of C-API optimised methods...
2011-01-13 Stefan Behneltypo
2011-01-13 Stefan Behnelfix ticket #643: infer the type of C function names...
2011-01-13 Vitja MakarovMerge remote branch 'upstream/master'
2011-01-12 Vitja MakarovAdd no_assignment_synthesis flag to DefNode
2011-01-11 Vitja MakarovMerge branch 'master' of github.com:vitek/cython
2011-01-09 Vitja MakarovChange name to genexpr for now
2011-01-09 Vitja MakarovGeneratorExpressionNode: loop isn't actually child...
2011-01-09 Vitja MakarovAdd support for generator expressions, currently breaki...
2011-01-08 Mark FlorissonMerge https://github.com/cython/cython
2011-01-08 Vitja MakarovMerge remote branch 'upstream/master'
2011-01-08 Robert BradshawFix indexing type inference.
2011-01-05 Vitja MakarovMerge remote branch 'upstream/master'
2011-01-03 Stefan Behnelfix ticket #602: let bytes literals start off as 'bytes...
2010-12-30 Stefan Behnelmerged reverted patches from cython-devel
2010-12-29 Stefan Behnelmerged in latest cython-devel
2010-12-29 Stefan Behnelmerged in latest cython-devel
2010-12-29 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-28 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-27 Robert BradshawMerge https://github.com/snaury/cython
2010-12-27 Stefan Behnelanother post-#633 fix: accidentally wasn't restricted...
2010-12-27 Stefan Behnelre-allow Python values in ExprStatNode and NameNode...
2010-12-27 Stefan Behnelfix for the #633 fix: cannot create owned reference...
2010-12-26 Stefan Behnelfix bug 633: make sure we own references to Python...
2010-12-21 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-19 Stefan Behnelfix ticket #631: temp leak when deleting slices
2010-12-19 Vitja MakarovRemove OldYieldExprNode
2010-12-19 Vitja MakarovBackport generators to python < 2.5, use StopIteration...
2010-12-19 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-16 Lisandro Dalcinadd missing static storage specifiers
2010-12-14 Robert Bradshawmerge
2010-12-14 Stefan Behnelmerge
2010-12-14 Stefan Behnelactually, drop the comments, they don't tell much anyway
2010-12-14 Robert Bradshawmerge
2010-12-14 Stefan Behnelcomments, code cleanup
2010-12-14 Stefan Behnelfix first assignments to closure variables
2010-12-14 Robert BradshawFix any/all.
2010-12-14 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-13 Robert Bradshawmerge
2010-12-13 Robert Bradshawmerge
2010-12-13 Robert Bradshawmerge whitespace changes
2010-12-13 Robert BradshawRemove trailing whitespace.
2010-12-13 Vitja MakarovFix error handling add error tests
2010-12-13 Vitja MakarovRename temps_allocator to closure_temps and move it...
2010-12-13 Stefan Behnelmerge
2010-12-13 Stefan Behnelfix assignments to closure variables
2010-12-12 Vitja MakarovMove ClosureTempAllocator to Code.py
2010-12-12 Vitja MakarovRename stuff from CyGenerator to __Pyx_Generator
2010-12-12 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-12 Robert BradshawFix #559, <void *> [] is not caught by Cython but by gcc
2010-12-11 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-11 Stefan Behneleliminate StopIterationNode
2010-12-11 Stefan Behneloptimise away redundant ref-counting of unused yield...
2010-12-11 Stefan Behneltemp result name of YieldExprNode must be allocated...
2010-12-11 Stefan Behnelstore away temp values *after* calculating the yield...
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 Vitja MakarovGenerators: add throw() support
2010-12-10 Vitja MakarovChange generator body signature to PyObject* (*body...
2010-12-10 Vitja MakarovAdd close() support
2010-12-10 Robert Bradshawmerge
2010-12-09 Vitja MakarovMake Refnanny happy, fix some errors. More testcases.
2010-12-09 Vitja MakarovExperimental support for generators
2010-12-09 Stefan Behnelfix local variable init code in ScopedExprNode
2010-12-05 Mark FlorissonMerge branch 'master' of https://github.com/cython...
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 Behnelkeep type information when coercing from C complex...
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-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 Stefan Behnelmerge
2010-11-30 Stefan Behnelreduce code redundancy in IterationNode, skip None...
2010-11-30 Stefan Behnelrefactor scope handling in ScopedExprNode, enable type...
2010-11-26 Stefan Behnelanother Py3 fix for the compiled modules
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-25 Vitja MakarovClosure optimization
2010-11-25 Stefan Behnelfix result types for C math operations on Python booleans
2010-11-24 Mark Florissonbranch merge
2010-11-23 Stefan Behnelanother fix for str() handling that works around intern...
2010-11-23 Stefan Behnelmerge
2010-11-22 Stefan Behnelfix locals() in -3 mode
2010-11-21 Mark Florissonbranch merge
2010-11-20 Stefan Behnelmerge
2010-11-20 Stefan Behnelcode cleanup
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-13 Vitja MakarovActually implement py3 style metaclasses with support...
2010-11-17 Stefan Behnelsimplify (and centralise) module cleanup code generatio...
2010-11-16 Stefan Behnelcache constant tuples (including constant call arg...
2010-11-15 Stefan Behnelcleanup
next