- 29 Mar, 2009 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
cleanup and simplification, moved some optimised builtin list methods into the transform to see how it works out
-
Stefan Behnel authored
-
Stefan Behnel authored
currently providing optimisations for - getattr(o,a) - getattr(o,a,d) - X.append(o) - L.append(o) - list.append(L,x)
-
Stefan Behnel authored
-
- 28 Mar, 2009 6 commits
-
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
- 27 Mar, 2009 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 26 Mar, 2009 7 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 25 Mar, 2009 20 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
Throwing an error is to invasive for 0.11.x, and also one needs to be able to subclass/access attributes of builtin types before we get rid of the declaration altogether.
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
--HG-- rename : tests/bugs/missing_self_in_cpdef_method_T165.pyx => tests/errors/missing_self_in_cpdef_method_T165.pyx
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 24 Mar, 2009 1 commit
-
-
Kurt Smith authored
-