fix ticket #644: infer type of C-API optimised methods of builtin types as Python...
[cython.git] / Cython / Compiler / ExprNodes.py
2010-09-09 Stefan Behnelfix compiler crash in type inference if we cannot deter...
2010-09-08 Stefan Behnelfix type inference for sliced builtins
2010-09-08 Stefan Behnelinfer type of slices for some builtin types
2010-09-04 Stefan Behnelsupport redundant parsing of string literals as unicode...
2010-09-03 Corbin SimpsonExprNodes: Add C++ error handling for std::invalid_argu...
2010-08-26 Robert Bradshawsupport for comma operator
2010-08-16 Lisandro Dalcinsilent GCC warnings with Py<2.5
2010-08-16 Stefan Behnelmerged in latest cython-release
2010-08-15 Stefan Behnelmerge
2010-08-14 Lisandro DalcinPyObject_GC_[Un]TRACK -> PyObject_GC_[Un]Track
2010-08-09 Stefan Behnelmore None check elimination
2010-08-09 Stefan Behnelmerged in changes from cython-release branch
2010-08-09 Stefan Behnelbetter debug output
2010-07-25 Stefan Behnelcoercions should always return a new node in order...
2010-07-23 Stefan Behnelmerge
2010-07-23 Robert BradshawMerge closures into main development branch.
2010-07-17 Stefan Behnelmerged in latest cython-devel
2010-07-17 Stefan Behnelbetter error message for tuple unpacking, following...
2010-07-17 Craig Citromerge
2010-07-17 Craig CitroFix bug in type analysis for ComprehensionNodes.
2010-07-17 Stefan Behnelmerged in latest cython-devel
2010-07-15 Stefan Behnelmerge
2010-07-14 Stefan Behnelmerged in latest cython-devel
2010-07-07 Craig CitroFix type inference on unary operators.
2010-07-07 Craig CitroVarious cosmetic touch-ups.
2010-07-07 Craig CitroFix an error with coercing C ints in boolean context.
2010-07-07 Craig CitroFix a bug with automatic conversion of public attribute...
2010-07-06 Stefan Behneldo not let set/dict comprehensions leak in Py2, only...
2010-07-03 Stefan Behnelfix "Py_UNICODE in ..." against wide unicode literals...
2010-06-25 Stefan Behnelmerged in latest cython-devel
2010-06-15 Stefan Behnelmerged in latest cython-devel
2010-06-15 Stefan Behnelfix node traversal in yield expressions
2010-06-07 Robert BradshawAnother large integer literal fix (indexing).
2010-06-01 Stefan Behnelmerged in latest cython-devel
2010-05-31 Stefan Behnelmerged in latest cython-devel
2010-05-27 Stefan Behnelremember constant values during new constant node creation
2010-05-27 Stefan Behnelmerged in latest cython-devel
2010-05-27 Stefan Behnelclean up comprehensions to bring them closer to generat...
2010-05-27 Stefan Behneldrop sum(genexpr) into plain C code when the result...
2010-05-27 Robert BradshawAnother IntNode fix.
2010-05-27 Robert BradshawFix types of marked integer literals.
2010-05-27 Robert BradshawMore large literal as double fixes.
2010-05-27 Robert BradshawFix large integer literals used in C double context.
2010-05-26 Stefan Behnelmerged in latest cython-devel
2010-05-25 Stefan Behnelrevert comprehensions to their previous (var-leaking...
2010-05-23 Stefan Behnelfix scoping rules for comprehensions and inlined genera...
2010-05-18 Stefan Behnelmerged in latest cython-devel
2010-05-17 Stefan Behnelfix indexing for inferred Py_UNICODE 'strings'
2010-05-17 Stefan Behnelmerge
2010-05-16 Stefan Behnelmerged in latest cython-devel
2010-05-16 Stefan Behnelmerge
2010-05-16 Stefan Behneloptimise predicates and methods for single unicode...
2010-05-15 Robert Bradshawmerge
2010-05-15 Stefan Behnelinfer plain object for bytes_string[i] and str/unicode...
2010-05-14 Stefan Behnelmerged in latest cython-devel
2010-05-13 Stefan Behneltypo
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelerror handling in __test__ dict creation code
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelprevent redundant coercion from Py_UNICODE to a unicode...
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelfix copy+paste bug
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelprevent Py_UNICODE from becoming a plain integer during...
2010-05-12 Stefan Behnelimplement ticket #535: fast index access into unicode...
2010-05-11 Stefan Behnelfix ticket #525: let float values pass through the...
2010-05-10 Lisandro Dalcinbackout 63a493cdeee2 (usage of & is intentional)
2010-05-10 Lisandro Dalcinchange & to && in many places
2010-05-09 Stefan Behnelmerged in latest cython-devel
2010-05-06 Stefan Behnelparser support for generator expressions so that we...
2010-05-05 Stefan Behnelmerged in latest cython-devel
2010-05-05 Stefan Behnelfix ticket #145 also for CondExprNode, make "bint ...
2010-05-04 Stefan Behnelfix ticket #145: the result of 'True or 5' must not...
2010-05-02 Stefan Behnelreverted last commit, cast must happen to the value...
2010-05-02 Stefan Behnelcode simplification
2010-05-01 Stefan Behnelmerged in latest cython-devel
2010-05-01 Stefan Behnelcode cleanup
2010-05-01 Stefan Behnelavoid GIL error for optimised container bool tests...
2010-04-28 Stefan Behnelmerged in latest cython-devel
2010-04-27 Stefan Behnelmore dead code removal for conditionals
2010-04-27 Stefan Behnelfix constant folding in PrimaryCmpNode/CascadedCmpNode
2010-04-27 Stefan Behnelsupport casting '<bytes>int_val' and coercing integers...
2010-04-25 Stefan Behnelmerge
2010-04-25 Stefan Behnelwhitespace
2010-04-24 Stefan Behnelmerged in latest cython-devel
2010-04-22 Stefan Behnelmerged in latest cython-devel
2010-04-22 Stefan Behnelcleanup
2010-04-22 Stefan Behnelsimplify ExprNode.as_none_safe_node() with a sensible...
2010-04-21 Stefan Behnelgeneric way to wrap an ExprNode in a NoneCheckNode
2010-04-20 Stefan Behnelimplement 'char_val in bytes_string' and 'pyunicode_val...
2010-04-20 Stefan Behnelsafety fix: why should the return type always be exactl...
2010-04-20 Stefan Behneltypo
2010-04-19 Stefan Behnelnative support for Py_UNICODE, coercion between 1-chara...
2010-04-16 Lisandro Dalcindefine PyBytes_XXX for Py<2.6 and use these through...
2010-04-16 Stefan Behnelfix PyBytes_GET_SIZE usage
2010-04-15 Stefan Behnelfix stupid crash
2010-04-15 Stefan Behnelfaster way to test certain builtin types for truth...
2010-04-14 Stefan Behnelmerge
next