An error occurred fetching the project authors.
- 04 Dec, 2008 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 02 Dec, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Dec, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 28 Nov, 2008 2 commits
-
-
Stefan Behnel authored
optimise dict(a=1,b=2,...) into {'a':1, 'b':2, ...}, also works for Py3 keyword identifiers as run/dict.pyx shows
-
Stefan Behnel authored
-
- 27 Nov, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Nov, 2008 1 commit
-
-
Stefan Behnel authored
-
- 25 Nov, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 19 Nov, 2008 1 commit
-
-
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
-
- 18 Nov, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 Nov, 2008 1 commit
-
-
Stefan Behnel authored
new transform that converts for-in-dict.iter*() into a while-loop over PyDict_Next(), which makes the loop 30-50% faster
-
- 04 Nov, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 21 Oct, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 14 Oct, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 09 Oct, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 08 Oct, 2008 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Reworking of list conversion (needs to always analyse to a PyObject first to play well with everything else.)
-
- 23 Sep, 2008 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 22 Sep, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
--HG-- rename : tests/run/noneattributeacc.pyx => tests/run/nonecheck.pyx
-
- 07 Sep, 2008 1 commit
-
-
Stefan Behnel authored
-
- 21 Aug, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 08 Aug, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 29 Jul, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 26 Jul, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 20 Jul, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 16 Jul, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 11 Jul, 2008 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 07 Jun, 2008 1 commit
-
-
Robert Bradshaw authored
-