An error occurred fetching the project authors.
- 07 Jan, 2018 2 commits
-
-
Stefan Behnel authored
Increase number of items for which list.extend([...]) is optimised. Benchmarking shows that append() is still faster for 8 items (on an empty list) than extend(). This limit could be increased for larger lists (which grow by a larger amount), but if we have to settle on one value then 8 is good enough, as we can expect literal item lists to be rather short.
-
Stefan Behnel authored
-
- 19 Dec, 2014 1 commit
-
-
Lars Buitinck authored
-
- 17 Nov, 2013 1 commit
-
-
Stefan Behnel authored
-
- 26 Jul, 2013 1 commit
-
-
Stefan Behnel authored
-
- 27 Sep, 2011 1 commit
-
-
Stefan Behnel authored
-
- 07 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 29 Oct, 2009 1 commit
-
-
Robert Bradshaw authored
-
- 29 Mar, 2009 1 commit
-
-
Stefan Behnel authored
cleanup and simplification, moved some optimised builtin list methods into the transform to see how it works out
-
- 30 Dec, 2008 1 commit
-
-
Stefan Behnel authored
-
- 29 Jul, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 26 Jul, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 14 May, 2008 1 commit
-
-
Stefan Behnel authored
tons of fixes for the test suite: docstrings must be unicode strings to run in Py3's doctest (obviously...) --HG-- rename : tests/compile/withnogil.pyx => tests/run/withnogil.pyx
-
- 01 Jan, 2008 1 commit
-
-
Stefan Behnel authored
-
- 31 Dec, 2007 1 commit
-
-
Stefan Behnel authored
-