[pypy-commit] cffi default: More comments for e59662b013b4

2018-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r3095:2d01bb9db3de Date: 2018-02-11 10:52 +0100 http://bitbucket.org/cffi/cffi/changeset/2d01bb9db3de/ Log:More comments for e59662b013b4 diff --git a/cffi/setuptools_ext.py b/cffi/setuptools_ext.py --- a/cffi/setuptools_ext.py +++ b/cffi/setuptools_ext

[pypy-commit] pypy py3.5: fix test for python3

2018-02-11 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93798:8c123f06687c Date: 2018-02-11 09:00 -0500 http://bitbucket.org/pypy/pypy/changeset/8c123f06687c/ Log:fix test for python3 diff --git a/pypy/module/cpyext/test/test_longobject.py b/pypy/module/cpyext/test/test_longobject.py --- a/pypy/modul

[pypy-commit] pypy py3.5: test, fix for unicode keys. Shouldn't there be a case for ByteDictStrategy?

2018-02-11 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93799:d46f72070fa8 Date: 2018-02-11 11:18 -0500 http://bitbucket.org/pypy/pypy/changeset/d46f72070fa8/ Log:test, fix for unicode keys. Shouldn't there be a case for ByteDictStrategy? diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspa

[pypy-commit] pypy py3.5: back out changeset: d46f72070fa8, solution is more complicated tahn a one-line fix

2018-02-11 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93800:71e87bfd8acd Date: 2018-02-11 13:31 -0500 http://bitbucket.org/pypy/pypy/changeset/71e87bfd8acd/ Log:back out changeset: d46f72070fa8, solution is more complicated tahn a one-line fix diff --git a/pypy/objspace/std/mapdict.py b/pypy

[pypy-commit] pypy msvc14: document how to install vc14

2018-02-11 Thread mattip
Author: Matti Picus Branch: msvc14 Changeset: r93801:87ef885dfbcf Date: 2018-02-11 13:52 -0500 http://bitbucket.org/pypy/pypy/changeset/87ef885dfbcf/ Log:document how to install vc14 diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +++ b/pypy/doc/windows.rs

[pypy-commit] pypy py3.5: Issue #2747

2018-02-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93802:b256fef073df Date: 2018-02-11 20:37 +0100 http://bitbucket.org/pypy/pypy/changeset/b256fef073df/ Log:Issue #2747 unixccompiler.py thinks the compiler is not GCC because it is ``cc`` with PyPy. diff --git a/lib-python/3/distu

[pypy-commit] pypy default: Issue #2750

2018-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r93803:7eaba44b228a Date: 2018-02-11 20:52 +0100 http://bitbucket.org/pypy/pypy/changeset/7eaba44b228a/ Log:Issue #2750 Speed up array.__setslice__() for arguments that are changing the size of the array, but in such a way that it's just

[pypy-commit] pypy py3.5-msvc14: temporary fix

2018-02-11 Thread mattip
Author: Matti Picus Branch: py3.5-msvc14 Changeset: r93804:73862e53862b Date: 2018-02-11 13:34 -0500 http://bitbucket.org/pypy/pypy/changeset/73862e53862b/ Log:temporary fix diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py --- a/pypy/objspace/std/mapdict.py +++ b/pypy

[pypy-commit] pypy msvc14: document an additional download necessary for msvc14

2018-02-11 Thread mattip
Author: Matti Picus Branch: msvc14 Changeset: r93805:fa9dd53cf815 Date: 2018-02-11 15:38 -0500 http://bitbucket.org/pypy/pypy/changeset/fa9dd53cf815/ Log:document an additional download necessary for msvc14 diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst +

[pypy-commit] pypy py3.5-msvc14: debugging build slave

2018-02-11 Thread mattip
Author: Matti Picus Branch: py3.5-msvc14 Changeset: r93806:a7d51637ca64 Date: 2018-02-11 17:35 -0500 http://bitbucket.org/pypy/pypy/changeset/a7d51637ca64/ Log:debugging build slave diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --- a/rpython/tr

[pypy-commit] pypy py3.5-msvc14: ignore VS140COMNTOOLS environment variable in order to set up the SDK toolkit

2018-02-11 Thread mattip
Author: Matti Picus Branch: py3.5-msvc14 Changeset: r93807:5a84b83fffbe Date: 2018-02-11 22:49 -0500 http://bitbucket.org/pypy/pypy/changeset/5a84b83fffbe/ Log:ignore VS140COMNTOOLS environment variable in order to set up the SDK toolkit diff --git a/rpython/translator/platform/windo