clean up comprehensions to bring them closer to generator expressions, make their...
[cython.git] / Cython / Compiler / ExprNodes.py
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-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
2010-04-14 Lisandro Dalcinfixes and tests for enum in bool contexts and func...
2010-04-12 Lisandro Dalcinrename local variable __import__ -> py_import in utilit...
2010-03-29 Lisandro Dalcincleanup the various utility codes related to {Get|Set...
2010-03-20 Stefan Behnelmerged in latest cython-devel
2010-03-20 Stefan Behnelmerged in latest cython-devel
2010-03-15 Craig Citrospecal -> special
2010-03-13 Stefan Behnelmerge
2010-03-13 Craig Citromerge
2010-03-13 Craig CitroMinor cleanups
2010-03-12 Dag Sverre Seljebotnmerge
2010-03-10 Robert Bradshawmerge latest cython-devel into cpp branch
2010-03-10 Craig Citromerge
2010-03-10 Lisandro Dalcinfix buffer code and testcases to silent GCC warning
2010-03-09 Stefan Behnelmerged in latest cython-devel
2010-03-09 Stefan Behnelmerged in latest cython-devel, applied nogil-method...
2010-03-06 Stefan Behnelmerged in latest cython-devel
2010-03-06 Stefan Behnelmerged in latest cython-devel
2010-03-06 Stefan Behnelmerged with latest cython-devel
2010-02-24 Lisandro Dalcinfix for slice assignment
2010-02-24 Robert BradshawAvoid extra function call for un-optimized __Pyx_PyDict...
2010-02-23 Stefan Behnelremoved apparently dead comment
2010-02-23 Stefan Behnelreverted PyDict_GetItem() implementation, replaced...
2010-02-23 Robert BradshawFast GetItem for declared dicts.
2010-02-21 Robert BradshawFunction call returning a reference is an lvalue.
2010-02-21 Robert Bradshawcleanup
2010-02-21 Robert Bradshawmerge latest cython-devel
2010-02-21 Robert BradshawNested classes example.
2010-02-21 Robert BradshawAllow nested C++ types.
2010-02-20 Dag Sverre Seljebotnmerge
2010-02-20 Robert Bradshawmerge
2010-02-20 Robert BradshawCompiler crash on calling non-entry function.
2010-02-19 Robert BradshawFunction overloading fixes.
2010-02-19 Robert BradshawMore cimported type fixes.
2010-02-19 daniloafFix on constructor call from cimported C++ classes
2010-02-19 Robert BradshawC++ class constructor calls.
2010-02-16 Stefan Behnelpure syntax-level merge of latest cython-devel - breaks...
2010-02-12 Stefan Behnelsmarter type analysis in BinopNode: propagate known...
2010-02-11 Stefan Behnelminor fix and extension to type inference for builtin...
2010-02-11 Stefan Behneltype inference for some common operations between built...
2010-02-11 Stefan Behnelenable for-in iteration also for C arrays of known...
2010-02-10 Robert BradshawGet rid of __Pyx_Name unused warning.
next