[pypy-commit] pypy win32-faulthandler: Enable faulthandler on Windows

2017-04-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: win32-faulthandler Changeset: r90980:8b35bf4b2160 Date: 2017-04-05 23:22 +0200 http://bitbucket.org/pypy/pypy/changeset/8b35bf4b2160/ Log:Enable faulthandler on Windows diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/p

[pypy-commit] pypy win32-faulthandler: Try to enable the faulthandler module on Windows

2017-04-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: win32-faulthandler Changeset: r90979:7abeafdfbe0f Date: 2017-04-05 23:19 +0200 http://bitbucket.org/pypy/pypy/changeset/7abeafdfbe0f/ Log:Try to enable the faulthandler module on Windows ___ pypy-commit mailing

[pypy-commit] pypy py3.5: Remove meaningless assert causing spurious test failure

2017-04-05 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90978:237ec3526387 Date: 2017-04-05 19:17 +0100 http://bitbucket.org/pypy/pypy/changeset/237ec3526387/ Log:Remove meaningless assert causing spurious test failure diff --git a/lib-python/3/test/_test_multiprocessing.py b/lib-python/3/test/_test_m

[pypy-commit] pypy default: add branch

2017-04-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r90977:d98d9ed5f208 Date: 2017-04-05 19:22 +0200 http://bitbucket.org/pypy/pypy/changeset/d98d9ed5f208/ Log:add branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy reusing-r11: Close branch, ready to merge

2017-04-05 Thread arigo
Author: Armin Rigo Branch: reusing-r11 Changeset: r90975:2303ebebd08a Date: 2017-04-05 19:20 +0200 http://bitbucket.org/pypy/pypy/changeset/2303ebebd08a/ Log:Close branch, ready to merge ___ pypy-commit mailing list pypy-commit@python.org https://m

[pypy-commit] pypy default: hg merge reusing-r11

2017-04-05 Thread arigo
Author: Armin Rigo Branch: Changeset: r90976:6b21a8908e9f Date: 2017-04-05 19:22 +0200 http://bitbucket.org/pypy/pypy/changeset/6b21a8908e9f/ Log:hg merge reusing-r11 Improve the generated machine code by tracking the (constant) value of r11 across intructions. This lets us

[pypy-commit] pypy reusing-r11: fix vector_ext too

2017-04-05 Thread arigo
Author: Armin Rigo Branch: reusing-r11 Changeset: r90972:2bf445995637 Date: 2017-04-05 16:34 +0200 http://bitbucket.org/pypy/pypy/changeset/2bf445995637/ Log:fix vector_ext too diff --git a/rpython/jit/backend/x86/vector_ext.py b/rpython/jit/backend/x86/vector_ext.py --- a/rpython/jit/backe

[pypy-commit] pypy reusing-r11: fix test

2017-04-05 Thread arigo
Author: Armin Rigo Branch: reusing-r11 Changeset: r90971:d25e41f8176a Date: 2017-04-05 16:13 +0200 http://bitbucket.org/pypy/pypy/changeset/d25e41f8176a/ Log:fix test diff --git a/rpython/jit/backend/x86/test/test_runner.py b/rpython/jit/backend/x86/test/test_runner.py --- a/rpython/jit/bac

[pypy-commit] pypy mtest: Document the branch

2017-04-05 Thread rlamy
Author: Ronan Lamy Branch: mtest Changeset: r90968:edd1e0af7d7f Date: 2017-04-05 15:09 +0100 http://bitbucket.org/pypy/pypy/changeset/edd1e0af7d7f/ Log:Document the branch diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-pypy3-head.rst

[pypy-commit] pypy reusing-r11: fixes

2017-04-05 Thread arigo
Author: Armin Rigo Branch: reusing-r11 Changeset: r90967:b5e006d2ab59 Date: 2017-04-05 16:05 +0200 http://bitbucket.org/pypy/pypy/changeset/b5e006d2ab59/ Log:fixes diff --git a/rpython/jit/backend/x86/regloc.py b/rpython/jit/backend/x86/regloc.py --- a/rpython/jit/backend/x86/regloc.py +++

[pypy-commit] pypy py3.5: Display the reason for skipped lib-python tests

2017-04-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r90966:846a7740a9e2 Date: 2017-04-05 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/846a7740a9e2/ Log:Display the reason for skipped lib-python tests diff --git a/testrunner/lib_python_tests.py b/testrunner/lib_python_tests.py --- a

[pypy-commit] pypy reusing-r11: A branch to play with reusing the constant value loaded in r11 across

2017-04-05 Thread arigo
Author: Armin Rigo Branch: reusing-r11 Changeset: r90964:82a65c384629 Date: 2017-04-05 14:39 +0200 http://bitbucket.org/pypy/pypy/changeset/82a65c384629/ Log:A branch to play with reusing the constant value loaded in r11 across instructions ___

[pypy-commit] pypy reusing-r11: in-progress

2017-04-05 Thread arigo
Author: Armin Rigo Branch: reusing-r11 Changeset: r90965:d8f5a5347abb Date: 2017-04-05 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/d8f5a5347abb/ Log:in-progress diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x86/as

[pypy-commit] pypy default: do not generate the sources by the configure script, but include the config files for each individual configs

2017-04-05 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90963:8ec4d61dcb0a Date: 2017-04-05 07:35 -0400 http://bitbucket.org/pypy/pypy/changeset/8ec4d61dcb0a/ Log:do not generate the sources by the configure script, but include the config files for each individual configs diff --git a/.hgignor

[pypy-commit] pypy release-pypy2.7-5.x: Another case where we read .upper without checking .has_upper

2017-04-05 Thread arigo
Author: Armin Rigo Branch: release-pypy2.7-5.x Changeset: r90962:9ca2794aed92 Date: 2017-04-04 20:47 +0200 http://bitbucket.org/pypy/pypy/changeset/9ca2794aed92/ Log:Another case where we read .upper without checking .has_upper (grafted from e691a4f66264ec4b5a9cfa7c53c5cc079713e274)

[pypy-commit] pypy release-pypy2.7-5.x: Issue #2528: test and fix for int_and() propagating wrong bounds

2017-04-05 Thread arigo
Author: Armin Rigo Branch: release-pypy2.7-5.x Changeset: r90961:e0ad22c8f2c8 Date: 2017-04-04 20:37 +0200 http://bitbucket.org/pypy/pypy/changeset/e0ad22c8f2c8/ Log:Issue #2528: test and fix for int_and() propagating wrong bounds (grafted from 42ab42428685f84d22e980313ba1f4a1b357cafc

[pypy-commit] pypy default: Don't call configure if the libbacktrace library is not used.

2017-04-05 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r90960:078cbc790834 Date: 2017-04-05 09:17 +0200 http://bitbucket.org/pypy/pypy/changeset/078cbc790834/ Log:Don't call configure if the libbacktrace library is not used. This is an attempt to fix the win32 build diff --git a/rpython/rl