fix ticket #644: infer type of C-API optimised methods of builtin types as Python...
[cython.git] / Cython / Compiler / ExprNodes.py
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 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-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.
2010-11-12 Robert BradshawBuffer fix.
2010-11-12 Robert BradshawHandle inplace arithmatic via parse tree transform.
2010-11-11 Stefan Behnelcleanup
2010-11-11 Stefan Behnelfix TupleNode typing as tuple_type instead of py_object...
2010-11-11 Stefan Behnelskip None checks on a node if we know its constant...
2010-11-11 Stefan Behnelreplace literal None check by a NoneCheckNode
2010-11-11 Stefan Behnelcomment
2010-11-11 Stefan Behnelfaster equality check for unicode strings (speeds up...
2010-11-08 Stefan Behnelerror handling fix in metaclass utility code
2010-11-08 Stefan BehnelPy2.3 fix
2010-11-08 Stefan Behnelclean up metaclass code
2010-11-05 Vitja MakarovPy3 metaclasses initial support.
2010-11-07 Stefan Behnelfix exception type on None error
2010-11-07 Stefan Behnelfix 'self' argument type in generic builtin method...
2010-11-03 Stefan Behnelfix ref-leak in Py2 metaclass support
2010-11-03 Mark Florissonmerge with cython-devel
2010-11-02 Vitja Makarov__metaclass__ support
2010-11-02 Stefan Behnelfix octal literals as Python constants, convert octal...
2010-11-01 Stefan Behnelfix ticket #578 by working around CPython bug 9834...
2010-10-30 Stefan Behnelmake bytes the common type of char* and bytes literal...
2010-10-10 Haoyu BaiFix T422 by making module name as a StringConst
2010-10-08 Stefan Behnelfix 'nogil' flag on PythonCapiCallNode after the last...
2010-10-06 Lisandro Dalcinfix Python exception checking within nogil blocks
2010-10-05 Robert Bradshaw#581 - bad reference type coercion
2010-09-27 Lisandro DalcinFix C++ exception handling for nogil functions (with...
2010-09-23 Robert BradshawComplex powers.
2010-09-22 Robert BradshawFix pow(float, -) for MSVC.
2010-09-11 Robert BradshawCleanup slice iteration code.
2010-09-09 Stefan Behnelmerge
2010-09-09 Robert BradshawFix slicing tests.
2010-09-09 Robert Bradshawin and not in operators for C arrays and sliced pointers
2010-09-09 Stefan Behnelminor cleanup in type inference indexing
next