[pypy-commit] pypy default: document cffi as a build-time requirement

2017-01-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89847:31ec34667797 Date: 2017-01-30 17:34 + http://bitbucket.org/pypy/pypy/changeset/31ec34667797/ Log:document cffi as a build-time requirement diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++ b/pypy/doc/build.rst

[pypy-commit] pypy py3.5-siphash24: merge of py3.5 and rpython-hash

2017-01-30 Thread arigo
Author: Armin Rigo Branch: py3.5-siphash24 Changeset: r89840:b16aafab3cca Date: 2017-01-30 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/b16aafab3cca/ Log:merge of py3.5 and rpython-hash diff too long, truncating to 2000 out of 2764 lines diff --git a/pypy/config/pypyoption.py b/pypy

[pypy-commit] pypy rpython-hash: fix tests

2017-01-30 Thread arigo
Author: Armin Rigo Branch: rpython-hash Changeset: r89846:9e79f3fff9b6 Date: 2017-01-30 17:58 +0100 http://bitbucket.org/pypy/pypy/changeset/9e79f3fff9b6/ Log:fix tests diff --git a/rpython/rlib/test/test_rweakvaldict.py b/rpython/rlib/test/test_rweakvaldict.py --- a/rpython/rlib/test/test_

[pypy-commit] pypy real-mode-translator-driver: backendopt should run before stackcheckinsertion if it has not been disabled.

2017-01-30 Thread william_ml_leslie
Author: William ML Leslie Branch: real-mode-translator-driver Changeset: r89845:0c50e082bdd7 Date: 2017-01-31 03:24 +1100 http://bitbucket.org/pypy/pypy/changeset/0c50e082bdd7/ Log:backendopt should run before stackcheckinsertion if it has not been disabled. Also, fix logging

[pypy-commit] pypy PEP393: hg merge py3.5

2017-01-30 Thread rlamy
Author: Ronan Lamy Branch: PEP393 Changeset: r89844:7f5f8c45c219 Date: 2017-01-30 16:21 + http://bitbucket.org/pypy/pypy/changeset/7f5f8c45c219/ Log:hg merge py3.5 diff --git a/pypy/interpreter/astcompiler/symtable.py b/pypy/interpreter/astcompiler/symtable.py --- a/pypy/interpreter/ast

[pypy-commit] pypy py3.5: Replace @api_decl(..., cts) with @cts.decl(...)

2017-01-30 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89843:3bda7ec5d342 Date: 2017-01-30 16:18 + http://bitbucket.org/pypy/pypy/changeset/3bda7ec5d342/ Log:Replace @api_decl(..., cts) with @cts.decl(...) diff --git a/pypy/module/cpyext/import_.py b/pypy/module/cpyext/import_.py --- a/pypy/module

[pypy-commit] pypy py3.5-siphash24: py3.5 defaults to "siphash24" instead of "fnv"

2017-01-30 Thread arigo
Author: Armin Rigo Branch: py3.5-siphash24 Changeset: r89841:a87943ab010b Date: 2017-01-30 17:00 +0100 http://bitbucket.org/pypy/pypy/changeset/a87943ab010b/ Log:py3.5 defaults to "siphash24" instead of "fnv" diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/confi

[pypy-commit] pypy py3.5-siphash24: Fix the parameters in sys.hash_info

2017-01-30 Thread arigo
Author: Armin Rigo Branch: py3.5-siphash24 Changeset: r89842:26fb67149ae5 Date: 2017-01-30 17:12 +0100 http://bitbucket.org/pypy/pypy/changeset/26fb67149ae5/ Log:Fix the parameters in sys.hash_info diff --git a/pypy/module/sys/system.py b/pypy/module/sys/system.py --- a/pypy/module/sys/syste

[pypy-commit] pypy py3.5: hg merge default

2017-01-30 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89839:f5231270d7c6 Date: 2017-01-30 16:13 + http://bitbucket.org/pypy/pypy/changeset/f5231270d7c6/ Log:hg merge default diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext

[pypy-commit] pypy default: fix

2017-01-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89838:c173189d53b2 Date: 2017-01-30 16:09 + http://bitbucket.org/pypy/pypy/changeset/c173189d53b2/ Log:fix diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext/api.py @@ -682,7

[pypy-commit] pypy default: Replace @api_decl(..., cts) with @cts.decl(...)

2017-01-30 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89837:6873f23470b6 Date: 2017-01-30 16:02 + http://bitbucket.org/pypy/pypy/changeset/6873f23470b6/ Log:Replace @api_decl(..., cts) with @cts.decl(...) diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.p

[pypy-commit] pypy py3.5: hg merge default

2017-01-30 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89836:530080182f9b Date: 2017-01-30 16:56 +0100 http://bitbucket.org/pypy/pypy/changeset/530080182f9b/ Log:hg merge default ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mai

[pypy-commit] pypy rpython-hash: fix comments

2017-01-30 Thread arigo
Author: Armin Rigo Branch: rpython-hash Changeset: r89834:6bc7be33e2c1 Date: 2017-01-30 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/6bc7be33e2c1/ Log:fix comments diff --git a/rpython/translator/c/test/test_boehm.py b/rpython/translator/c/test/test_boehm.py --- a/rpython/translator

[pypy-commit] pypy rpython-hash: hg merge default

2017-01-30 Thread arigo
Author: Armin Rigo Branch: rpython-hash Changeset: r89835:59ed8e907ea8 Date: 2017-01-30 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/59ed8e907ea8/ Log:hg merge default diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py ++

[pypy-commit] pypy real-mode-translator-driver: Patch hack_for_cffi_modules to call dependent tasks

2017-01-30 Thread william_ml_leslie
Author: William ML Leslie Branch: real-mode-translator-driver Changeset: r89833:c3390fd8ebf4 Date: 2017-01-31 01:38 +1100 http://bitbucket.org/pypy/pypy/changeset/c3390fd8ebf4/ Log:Patch hack_for_cffi_modules to call dependent tasks diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal

[pypy-commit] pypy rpython-hash: obscure translation issues

2017-01-30 Thread arigo
Author: Armin Rigo Branch: rpython-hash Changeset: r89832:daf38d35f189 Date: 2017-01-30 13:56 +0100 http://bitbucket.org/pypy/pypy/changeset/daf38d35f189/ Log:obscure translation issues diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posi

[pypy-commit] pypy rpython-hash: make --hash a PyPy-specific option, fixes

2017-01-30 Thread arigo
Author: Armin Rigo Branch: rpython-hash Changeset: r89831:dcfe8dc6240f Date: 2017-01-30 11:25 +0100 http://bitbucket.org/pypy/pypy/changeset/dcfe8dc6240f/ Log:make --hash a PyPy-specific option, fixes diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyop