when indexing 'str', it's safe to infer 'str' for the result
[cython.git] / Cython / Compiler / ExprNodes.py
2011-02-06 Stefan Behnelwhen indexing 'str', it's safe to infer 'str' for the...
2011-02-06 Stefan Behnelfor indexing into / looping over unicode strings, infer...
2011-02-05 Stefan Behnelsupport 'Py_UCS4 in unicode_string' also in 16 Unicode...
2011-02-04 Robert BradshawMerge branch 'release 0.14.1'
2011-01-31 Stefan Behnelcleanup
2011-01-31 Stefan Behnelcache constant 'slice' instances
2011-01-31 Stefan Behnelfix constant_result of SliceNode
2011-01-30 Robert BradshawMerge branch 'release2'
2011-01-29 Stefan Behnelimplemented Py_UCS4 type
2011-01-29 Stefan Behnelmerge
2011-01-29 Stefan Behnelvarargs tempification needs to be done for all varargs...
2011-01-29 Stefan Behnelfunction argument temping algorithm is smart enough...
2011-01-28 Stefan Behnellast call argument doesn't need to be simple, so don...
2011-01-28 Stefan Behnelwhen deciding if function argument must be moved into...
2011-01-28 Stefan Behnelfix IndexNode.is_simple() for buffer access
2011-01-28 Stefan Behnelindexing a C ptr/array is 'simple'
2011-01-28 Robert BradshawMerge branch 'release'
2011-01-28 Stefan Behnelbuild fix for the last self argument change
2011-01-28 Stefan Behnela method's self argument doesn't need to be in a temp...
2011-01-28 Stefan BehnelPyTypeTestNode and NoneCheckNode are 'simple' when...
2011-01-28 Stefan BehnelC type casts are 'simple'
2011-01-27 Stefan Behnelfix tweak: closure variables are not safe as function...
2011-01-27 Stefan Behnelmerge
2011-01-27 Robert BradshawTweak #654 fix, c functions can't be assinged to.
2011-01-27 Stefan BehnelTupleNode is always simple
2011-01-27 Stefan Behnelpartial rewrite of the #654 fix to exclude local variab...
2011-01-26 Stefan Behnelmerge
2011-01-26 Stefan Behnelfix ticket #654: fix function argument evaluation order...
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 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-08 Mark FlorissonMerge https://github.com/cython/cython
2011-01-08 Robert BradshawFix indexing type inference.
2011-01-03 Stefan Behnelfix ticket #602: let bytes literals start off as 'bytes...
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-19 Stefan Behnelfix ticket #631: temp leak when deleting slices
2010-12-16 Lisandro Dalcinadd missing static storage specifiers
2010-12-14 Robert Bradshawmerge
2010-12-14 Robert Bradshawmerge
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-12 Robert BradshawFix #559, <void *> [] is not caught by Cython but by gcc
2010-12-10 Robert Bradshawmerge
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
2010-11-15 Stefan Behnelcleanup
2010-11-14 Stefan Behnelparse integer literals differently based on the type...
2010-11-14 Robert BradshawInplace analysis fix.
2010-11-13 Mark Florissonbranch merge
2010-11-12 Stefan Behnelfix interaction between complex types and IntNode
2010-11-12 Stefan Behnelproperly assign target type to new IntNode on coercion
2010-11-12 Stefan Behnelmerge
2010-11-12 Stefan Behnelmake IntNode smarter about the type of integer it choos...
2010-11-12 Stefan Behnelfix coercion from IntNode to FloatNode, e.g. for hex...
2010-11-12 Stefan Behnelmerge
2010-11-12 Robert BradshawFix for non-parse generated BinOp nodes.
2010-11-12 Stefan Behnelmerge
2010-11-12 Robert Bradshawmerge
2010-11-12 Stefan Behnelfix compiler crash in Py3 on negative Py2 octal integer...
2010-11-12 Robert BradshawActualy use PyNumber_Inplace* operations.
next