An error occurred fetching the project authors.
- 16 Nov, 2016 1 commit
-
-
Robert Bradshaw authored
This fixes #1523.
-
- 17 Apr, 2015 1 commit
-
-
Stefan Behnel authored
-
- 12 Apr, 2013 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 10 Apr, 2012 1 commit
-
-
Stefan Behnel authored
-
- 20 Mar, 2012 1 commit
-
-
Stefan Behnel authored
use normal loop for larger numbers of items in tuple unpacking instead of unrolled loop to reduce code overhead
-
- 06 May, 2011 1 commit
-
-
Stefan Behnel authored
-
- 05 May, 2011 2 commits
-
-
Stefan Behnel authored
according to unladen swallows' bm_unpack_sequence benchmark: - ~25% faster for tuples (60% faster than CPython 2.7) - ~3x faster for lists (40% faster than CPython 2.7) also, apparently using less memory during gcc compilation --HG-- extra : rebase_source : 1069d7a0c9c338c16e96cc289114e0d0052a7588
-
Stefan Behnel authored
--HG-- extra : rebase_source : 18e87455b812d7b9a1f2f2b28593455ca5521e89
-
- 04 May, 2011 1 commit
-
-
Stefan Behnel authored
according to unladen swallows' bm_unpack_sequence benchmark: - ~25% faster for tuples (60% faster than CPython 2.7) - ~3x faster for lists (40% faster than CPython 2.7) also, apparently using less memory during gcc compilation --HG-- extra : rebase_source : 1069d7a0c9c338c16e96cc289114e0d0052a7588
-
- 03 May, 2011 1 commit
-
-
Stefan Behnel authored
--HG-- extra : rebase_source : 18e87455b812d7b9a1f2f2b28593455ca5521e89
-
- 29 Oct, 2009 1 commit
-
-
Robert Bradshaw 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
-