An error occurred fetching the project authors.
- 25 Nov, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 22 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 14 Nov, 2010 1 commit
-
-
Stefan Behnel authored
optimise 'int_val in string_literal' into a switch statement when x is an arbitrary expression, not only a name
-
- 12 Nov, 2010 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 07 Nov, 2010 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 06 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 03 Nov, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 11 Sep, 2010 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 09 Sep, 2010 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 08 Sep, 2010 1 commit
-
-
Stefan Behnel authored
partial optimisation for ord(Py_UNICODE) - better optimisation that returns a C integer result requires type analysis refactoring
-
- 03 Sep, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
implement C array iteration with explicit step size (#574), always coerce start/stop offsets in C array iteration to Py_ssize_t
-
- 09 Aug, 2010 1 commit
-
-
Stefan Behnel authored
-
- 20 Jul, 2010 1 commit
-
-
Stefan Behnel authored
-
- 17 Jul, 2010 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Jul, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 14 Jul, 2010 1 commit
-
-
Stefan Behnel authored
-
- 07 Jul, 2010 1 commit
-
-
Craig Citro authored
-
- 03 Jul, 2010 1 commit
-
-
Stefan Behnel authored
-
- 15 Jun, 2010 1 commit
-
-
Stefan Behnel authored
-
- 30 May, 2010 1 commit
-
-
Stefan Behnel authored
disable tuple(genexpr) as it has a non-obvious negative effect on memory usage - better let users write tuple([...]) explicitly
-
- 28 May, 2010 1 commit
-
-
Stefan Behnel authored
-
- 27 May, 2010 4 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
-