An error occurred fetching the project authors.
- 25 Jul, 2015 1 commit
-
-
Stefan Behnel authored
-
- 14 Jul, 2015 3 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 10 Jul, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 07 Jul, 2015 1 commit
-
-
Stefan Behnel authored
avoid exit overhead in inlined generator expressions by directly returning the result instead of raising a StopIteration with value
-
- 06 Jul, 2015 1 commit
-
-
Stefan Behnel authored
re-establish a simple form of generator inlining for any() and all() that does not remove the generator but inlines the evaluation into the inner loop
-
- 15 May, 2015 1 commit
-
-
Stefan Behnel authored
-
- 10 Apr, 2015 1 commit
-
-
Stefan Behnel authored
switch to using PySet_GET_SIZE() for set size and truth requests as it's fast and also works as expected in PyPy
-
- 09 Apr, 2015 1 commit
-
-
Stefan Behnel authored
-
- 30 Mar, 2015 1 commit
-
-
Stefan Behnel authored
-
- 29 Mar, 2015 1 commit
-
-
Stefan Behnel authored
reimplement ord() to make its (C long) return value and input argument type (bytes/unicode/char/unichar) available to the type analysis and avoid redundant round-trips into Python space
-
- 28 Mar, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 27 Mar, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Mar, 2015 1 commit
-
-
Stefan Behnel authored
-
- 21 Mar, 2015 1 commit
-
-
Stefan Behnel authored
-
- 20 Mar, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Mar, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Jan, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 11 Jan, 2015 1 commit
-
-
Stefan Behnel authored
-
- 31 Dec, 2014 1 commit
-
-
root authored
-
- 29 Dec, 2014 3 commits
- 28 Dec, 2014 3 commits
-
-
Stefan Behnel authored
always create a new IntNode for the step value in iter-range optimisation as we overwrite its value later
-
Stefan Behnel authored
-
root authored
-
- 27 Dec, 2014 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
do not depend on reversed(range()) bounds having a numeric type and just use whatever spanning type we find
-
Stefan Behnel authored
-
root authored
-
- 19 Dec, 2014 1 commit
-
-
Lars Buitinck authored
-