- 25 Nov, 2008 10 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Won't break existing code, only makes bad code compile now.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
support 'yield' statement/expression in parser to provide at least a more meaningful error message for now
-
- 24 Nov, 2008 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 Nov, 2008 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Nov, 2008 1 commit
-
-
DagSverreSeljebotn authored
-
- 23 Nov, 2008 2 commits
-
-
Stefan Behnel authored
-
Lisandro Dalcin authored
-
- 22 Nov, 2008 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 21 Nov, 2008 2 commits
-
-
Stefan Behnel authored
- coercion code cannot currently be taken out of the conditional as the temp release of the coercion code happens straight away
-
Stefan Behnel authored
- in the case of an unpacking error, no assignment must take place => do the complete unpacking first, then the assignment - a tiny bit slower for tuples (<5%) - shorter, much more readable code
-
- 19 Nov, 2008 10 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
enable iter-dict optimisation also for a plain 'for x in dict', assign dict ref to temp var before entering the loop to avoid re-assignment problems
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 18 Nov, 2008 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 17 Nov, 2008 1 commit
-
-
Stefan Behnel authored
-