[pypy-commit] cffi default: Redo the original intention of a couple of extra tests.

2014-11-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r1581:f9bbb11363fc Date: 2014-11-21 20:45 +0100 http://bitbucket.org/cffi/cffi/changeset/f9bbb11363fc/ Log:Redo the original intention of a couple of extra tests. diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py

[pypy-commit] cffi default: CPython: Silent GCC -Wconversion warnings

2014-11-21 Thread dalcinl
Author: Lisandro Dalcin Branch: Changeset: r1575:1f05f7f5f966 Date: 2014-04-26 20:44 +0300 http://bitbucket.org/cffi/cffi/changeset/1f05f7f5f966/ Log:CPython: Silent GCC -Wconversion warnings diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py --- a/cffi/vengine_cpy.py +++ b/cffi/vengine

[pypy-commit] cffi default: Add test for approximate return types

2014-11-21 Thread dalcinl
Author: Lisandro Dalcin Branch: Changeset: r1576:4ebadac73fae Date: 2014-04-30 14:18 +0300 http://bitbucket.org/cffi/cffi/changeset/4ebadac73fae/ Log:Add test for approximate return types diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing

[pypy-commit] cffi default: Enable GCC/Clang -Wconversion and add tests for expected failures

2014-11-21 Thread dalcinl
Author: Lisandro Dalcin Branch: Changeset: r1580:d398e0a66539 Date: 2014-11-21 17:50 +0300 http://bitbucket.org/cffi/cffi/changeset/d398e0a66539/ Log:Enable GCC/Clang -Wconversion and add tests for expected failures diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/

[pypy-commit] cffi default: Add and fix tests for enumerations

2014-11-21 Thread dalcinl
Author: Lisandro Dalcin Branch: Changeset: r1578:0870cf7eeeca Date: 2014-11-21 14:23 +0300 http://bitbucket.org/cffi/cffi/changeset/0870cf7eeeca/ Log:Add and fix tests for enumerations diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/te

[pypy-commit] cffi default: CPython: Add explicit typecasts in _cffi_from_c_int()

2014-11-21 Thread dalcinl
Author: Lisandro Dalcin Branch: Changeset: r1577:8106093be18d Date: 2014-11-21 12:55 +0300 http://bitbucket.org/cffi/cffi/changeset/8106093be18d/ Log:CPython: Add explicit typecasts in _cffi_from_c_int() diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py --- a/cffi/vengine_cpy.py +++ b/

[pypy-commit] cffi default: Fix test for approximate floating point return type

2014-11-21 Thread dalcinl
Author: Lisandro Dalcin Branch: Changeset: r1579:9642bf799905 Date: 2014-11-21 14:40 +0300 http://bitbucket.org/cffi/cffi/changeset/9642bf799905/ Log:Fix test for approximate floating point return type diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py

[pypy-commit] extradoc extradoc: last few results

2014-11-21 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r5466:7559563b6034 Date: 2014-11-21 13:21 +0100 http://bitbucket.org/pypy/extradoc/changeset/7559563b6034/ Log:last few results diff --git a/talk/dls2012/benchmarks/iter/result-2.4.0.txt b/talk/dls2012/benchmarks/iter/result-2.4.0.txt --- a/tal

[pypy-commit] extradoc extradoc: numpy versions of these benchmarks

2014-11-21 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r5464:0fbd61901330 Date: 2014-11-21 09:50 +0100 http://bitbucket.org/pypy/extradoc/changeset/0fbd61901330/ Log:numpy versions of these benchmarks diff --git a/talk/dls2012/benchmarks/benchmark.sh b/talk/dls2012/benchmarks/benchmark.sh --- a/tal

[pypy-commit] extradoc extradoc: merge

2014-11-21 Thread hakanardo
Author: Hakan Ardo Branch: extradoc Changeset: r5465:206c058dcb38 Date: 2014-11-21 09:50 +0100 http://bitbucket.org/pypy/extradoc/changeset/206c058dcb38/ Log:merge diff --git a/blog/draft/io-improvements.rst b/blog/draft/io-improvements.rst new file mode 100644 --- /dev/null +++ b/blog/draft

[pypy-commit] pypy optresult: hack hack hack until we start passing more tests from test_loop

2014-11-21 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74629:e2f4be5fe8dc Date: 2014-11-21 10:11 +0200 http://bitbucket.org/pypy/pypy/changeset/e2f4be5fe8dc/ Log:hack hack hack until we start passing more tests from test_loop diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/ji