[pypy-commit] pypy default: siphash24 changes for big endian machines, only byte swap when directly loading from memory. in any other case we already place the bytes into int64 integers

2017-03-16 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r90720:0555945f3314 Date: 2017-03-16 08:46 +0100 http://bitbucket.org/pypy/pypy/changeset/0555945f3314/ Log:siphash24 changes for big endian machines, only byte swap when directly loading from memory. in any other case we already place the

[pypy-commit] pypy release-pypy3.5-5.x: merge py3.5 into py3.5-release

2017-03-16 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-5.x Changeset: r90723:74c8ff71e7ae Date: 2017-03-16 14:43 +0200 http://bitbucket.org/pypy/pypy/changeset/74c8ff71e7ae/ Log:merge py3.5 into py3.5-release diff --git a/lib-python/3/test/test_importlib/util.py b/lib-python/3/test/test_importlib/util

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

2017-03-16 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r90722:702d82ab8269 Date: 2017-03-16 14:42 +0200 http://bitbucket.org/pypy/pypy/changeset/702d82ab8269/ Log:merge default into py3.5 diff --git a/lib_pypy/cffi/cparser.py b/lib_pypy/cffi/cparser.py --- a/lib_pypy/cffi/cparser.py +++ b/lib_pypy/cff

[pypy-commit] pypy release-pypy2.7-5.x: merge default into branch

2017-03-16 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-5.x Changeset: r90721:a7294dae4050 Date: 2017-03-16 14:41 +0200 http://bitbucket.org/pypy/pypy/changeset/a7294dae4050/ Log:merge default into branch diff too long, truncating to 2000 out of 2146 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +

[pypy-commit] pypy vmprof-native: merge default

2017-03-16 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90724:4a1cac3da487 Date: 2017-03-16 10:19 +0100 http://bitbucket.org/pypy/pypy/changeset/4a1cac3da487/ Log:merge default diff too long, truncating to 2000 out of 2513 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE

[pypy-commit] pypy default: two tweaks

2017-03-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90725:711b307e45d7 Date: 2017-03-16 15:29 +0100 http://bitbucket.org/pypy/pypy/changeset/711b307e45d7/ Log:two tweaks diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.rst --- a/pypy/doc/release-v5.7.0.rst +++ b/pypy/doc/relea

[pypy-commit] pypy vmprof-native: do not link to libunwind, it is now dynamically loaded

2017-03-16 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90726:92ab51dfa540 Date: 2017-03-16 16:36 +0100 http://bitbucket.org/pypy/pypy/changeset/92ab51dfa540/ Log:do not link to libunwind, it is now dynamically loaded diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf

[pypy-commit] pypy default: emphasize that pypy3.5 release is linux-64 only

2017-03-16 Thread mattip
Author: Matti Picus Branch: Changeset: r90727:02b4b72d54e6 Date: 2017-03-16 18:00 +0200 http://bitbucket.org/pypy/pypy/changeset/02b4b72d54e6/ Log:emphasize that pypy3.5 release is linux-64 only diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.rst --- a/pypy/doc/release-v5

[pypy-commit] pypy vmprof-native: remove test dynamic, code was disabled and removed from rvmprof

2017-03-16 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90728:562ce8f6798e Date: 2017-03-16 18:12 +0100 http://bitbucket.org/pypy/pypy/changeset/562ce8f6798e/ Log:remove test dynamic, code was disabled and removed from rvmprof diff --git a/rpython/rlib/rvmprof/test/test_dynamic.py b/rpyt

[pypy-commit] pypy default: add some links, improve formatting, and factor out the RPython changes (since

2017-03-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90729:3ecf4b9db0f5 Date: 2017-03-16 18:10 +0100 http://bitbucket.org/pypy/pypy/changeset/3ecf4b9db0f5/ Log:add some links, improve formatting, and factor out the RPython changes (since they are often not so relevant to PyPy users) diff

[pypy-commit] pypy vmprof-native: missing folder for include

2017-03-16 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90730:a21fcad99e6d Date: 2017-03-16 18:30 +0100 http://bitbucket.org/pypy/pypy/changeset/a21fcad99e6d/ Log:missing folder for include diff --git a/rpython/rlib/rvmprof/src/rvmprof.h b/rpython/rlib/rvmprof/src/rvmprof.h --- a/rpython

[pypy-commit] pypy vmprof-native: remove more unused methods, revert changes to gcc/trackgcroot which is not relevant anymore

2017-03-16 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90731:0c5935077701 Date: 2017-03-16 18:35 +0100 http://bitbucket.org/pypy/pypy/changeset/0c5935077701/ Log:remove more unused methods, revert changes to gcc/trackgcroot which is not relevant anymore diff --git a/rpython/rlib/

[pypy-commit] pypy default: start listing the unimplemented things in pypy3

2017-03-16 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90732:62778ea2a449 Date: 2017-03-16 23:01 +0100 http://bitbucket.org/pypy/pypy/changeset/62778ea2a449/ Log:start listing the unimplemented things in pypy3 diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.rst --- a/pypy/doc/re

[pypy-commit] pypy py3.5: Skip test_importlib.frozen package from lib-python test suite.

2017-03-16 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90733:f6376456fff5 Date: 2017-03-16 23:13 +0100 http://bitbucket.org/pypy/pypy/changeset/f6376456fff5/ Log:Skip test_importlib.frozen package from lib-python test suite. PyPy doesn't have frozen modules (in the sense of CPython's). diff

[pypy-commit] pypy py3.5: Call init_extra_module_attrs() for MixedModules.

2017-03-16 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90734:e311a2caebc8 Date: 2017-03-16 23:49 +0100 http://bitbucket.org/pypy/pypy/changeset/e311a2caebc8/ Log:Call init_extra_module_attrs() for MixedModules. This increases compatibilty with CPython, as this sets some module attrib

[pypy-commit] pypy py3.5: Fix nested namespace packages in zipimport.

2017-03-16 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90735:9068bed7f373 Date: 2017-03-17 01:49 +0100 http://bitbucket.org/pypy/pypy/changeset/9068bed7f373/ Log:Fix nested namespace packages in zipimport. diff --git a/pypy/module/zipimport/interp_zipimport.py b/pypy/module/zipimport/interp_zipimpo

[pypy-commit] pypy default: cffi is not required for translation, just having pycparser works too

2017-03-16 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r90736:e668451adc8d Date: 2017-03-17 01:20 + http://bitbucket.org/pypy/pypy/changeset/e668451adc8d/ Log:cffi is not required for translation, just having pycparser works too diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.

[pypy-commit] pypy py3.5: Fix filename decoding for zipimport module.

2017-03-16 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90737:978c95116422 Date: 2017-03-17 02:57 +0100 http://bitbucket.org/pypy/pypy/changeset/978c95116422/ Log:Fix filename decoding for zipimport module. diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp

[pypy-commit] pypy release-pypy3.5-5.x: set version for beta release (squeaky)

2017-03-16 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-5.x Changeset: r90738:88dd4b6290ca Date: 2017-03-17 07:41 +0200 http://bitbucket.org/pypy/pypy/changeset/88dd4b6290ca/ Log:set version for beta release (squeaky) diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/pat