An error occurred fetching the project authors.
- 28 May, 2010 1 commit
-
-
Stefan Behnel authored
-
- 27 May, 2010 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
clean up comprehensions to bring them closer to generator expressions, make their scoping behaviour configurable remove optimisations for set([...]) and dict([...]) as they do not take side-effects into account: unhashable items lead to pre-mature exit from the loop instead, transform set(genexp), list(genexp) and dict(genexp) into inlined comprehensions that do not leak loop variables
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 May, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 May, 2010 1 commit
-
-
Stefan Behnel authored
fix scoping rules for comprehensions and inlined generator expressions by injecting a separate scope instance
-
- 17 May, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 May, 2010 1 commit
-
-
Stefan Behnel authored
-
- 12 May, 2010 1 commit
-
-
Stefan Behnel authored
fix test py_unicode_type, remove code from Optimize.py that became redundant when Py_UNICODE started coercing to unicode by default
-
- 10 May, 2010 2 commits
-
-
Lisandro Dalcin authored
-
Lisandro Dalcin authored
-
- 09 May, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 May, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 May, 2010 1 commit
-
-
Stefan Behnel authored
-
- 29 Apr, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
code cleanup for if-const dead code removal: move handling into ConstantFolding transform, where it can also replace the entire node --HG-- rename : tests/run/consts.pyx => tests/run/if_const.pyx
-
- 26 Apr, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Apr, 2010 1 commit
-
-
Stefan Behnel authored
-
- 22 Apr, 2010 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 21 Apr, 2010 1 commit
-
-
Stefan Behnel authored
-
- 20 Apr, 2010 1 commit
-
-
Stefan Behnel authored
optimise literal string case using a switch statement enable switch transform for regular PrimaryCmpNode
-
- 19 Apr, 2010 1 commit
-
-
Stefan Behnel authored
native support for Py_UNICODE, coercion between 1-character unicode literals and Py_UNICODE, fix C iteration over unicode strings by using Py_UNICODE*
-
- 18 Apr, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Apr, 2010 1 commit
-
-
Lisandro Dalcin authored
-
- 15 Apr, 2010 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-