- 21 Dec, 2012 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 20 Dec, 2012 6 commits
-
-
Stefan Behnel authored
analyse loop variable in scoped comprehensions as local variable (enables control flow based optimisations)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Fix __Pyx_ImportType if #Py_LIMITED_API is defined.
-
Bradley M. Froehle authored
-
- 18 Dec, 2012 1 commit
-
-
Mark Florisson authored
Fix first example in memoryview docs
-
- 17 Dec, 2012 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Dec, 2012 18 commits
-
-
Mark Florisson authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
prevent special __weakref__ attribute from triggering generation of garbage collection code for the type
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/run/function_as_method_T494.pyx => tests/run/function_as_method_py_T494.py
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
drop 'vile hack' by restricting state changes of AttributeNode during infer_type() to what analyse_types() does
-
Stefan Behnel authored
fix warning about unused temp variable when both FlattenInListTransform and SwitchTransform are applied
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
scoder authored
Update documentation of extension type __dealloc__ method.
-
- 15 Dec, 2012 8 commits
-
-
Josh Ayers authored
-
Josh Ayers authored
Added note that the __dealloc__ method of a superclass is always called, even if it is overridden in a subclass.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
enable 'inline_defnode_calls' optimisation for benchmarks (even though they don't benefit currently)
-
Stefan Behnel authored
-