[pypy-commit] cffi default: py3 fix

2019-01-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r3187:d100f3412c88 Date: 2019-01-29 00:14 +0100 http://bitbucket.org/cffi/cffi/changeset/d100f3412c88/ Log:py3 fix diff --git a/testing/cffi0/test_function.py b/testing/cffi0/test_function.py --- a/testing/cffi0/test_function.py +++

[pypy-commit] cffi default: Backed out changeset 7a76a3815340

2019-01-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r3186:e2f85d257915 Date: 2019-01-29 00:12 +0100 http://bitbucket.org/cffi/cffi/changeset/e2f85d257915/ Log:Backed out changeset 7a76a3815340 On Windows, there is no lround() or (as far as I can find) any math function returning an

[pypy-commit] cffi default: Windows compilation fix

2019-01-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r3185:e851dbe5757a Date: 2019-01-29 00:00 +0100 http://bitbucket.org/cffi/cffi/changeset/e851dbe5757a/ Log:Windows compilation fix diff --git a/c/ffi_obj.c b/c/ffi_obj.c --- a/c/ffi_obj.c +++ b/c/ffi_obj.c @@ -700,22 +700,22 @@ static PyObject

[pypy-commit] cffi default: Issue #362

2019-01-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r3184:73a16cc62771 Date: 2019-01-28 23:33 +0100 http://bitbucket.org/cffi/cffi/changeset/73a16cc62771/ Log:Issue #362 Add "thread canary" objects which are deallocated if the PyThreadState is explicitly deallocated by CPython. If the

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

2019-01-28 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r95743:c5adb85f6de1 Date: 2019-01-28 19:02 + http://bitbucket.org/pypy/pypy/changeset/c5adb85f6de1/ Log:hg merge py3.5 diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++

[pypy-commit] pypy unicode-utf8-py3: update whatsnew

2019-01-28 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95742:2368e6fcba43 Date: 2019-01-23 23:40 +0200 http://bitbucket.org/pypy/pypy/changeset/2368e6fcba43/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst ---

[pypy-commit] pypy default: merge heads

2019-01-28 Thread mattip
Author: Matti Picus Branch: Changeset: r95741:018346b46386 Date: 2019-01-28 20:56 +0200 http://bitbucket.org/pypy/pypy/changeset/018346b46386/ Log:merge heads diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++ b/pypy/doc/contributor.rst @@

[pypy-commit] pypy py3.6: merge py3.5 into branch

2019-01-28 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r95739:614f05464dbb Date: 2019-01-28 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/614f05464dbb/ Log:merge py3.5 into branch diff too long, truncating to 2000 out of 2143 lines diff --git a/extra_tests/cffi_tests/cffi0/test_ffi_backend.py

[pypy-commit] pypy release-pypy3.6-7.x: version -> 7.0.0 alpha

2019-01-28 Thread mattip
Author: Matti Picus Branch: release-pypy3.6-7.x Changeset: r95740:a51d929d674b Date: 2019-01-28 16:26 +0200 http://bitbucket.org/pypy/pypy/changeset/a51d929d674b/ Log:version -> 7.0.0 alpha diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h ---

[pypy-commit] pypy default: first draft of release note

2019-01-28 Thread mattip
Author: Matti Picus Branch: Changeset: r95738:07c721ed19aa Date: 2019-01-28 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/07c721ed19aa/ Log:first draft of release note diff --git a/pypy/doc/release-v7.0.0.rst b/pypy/doc/release-v7.0.0.rst new file mode 100644 --- /dev/null +++

[pypy-commit] pypy default: start to write a release announcement

2019-01-28 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95736:8019bdc4d877 Date: 2019-01-28 18:50 +0100 http://bitbucket.org/pypy/pypy/changeset/8019bdc4d877/ Log:start to write a release announcement diff --git a/pypy/doc/release-v7.0.0.rst b/pypy/doc/release-v7.0.0.rst new file mode 100644 ---

[pypy-commit] pypy default: update contributor.rst

2019-01-28 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r95735:d4cd9570a582 Date: 2019-01-28 17:27 +0100 http://bitbucket.org/pypy/pypy/changeset/d4cd9570a582/ Log:update contributor.rst diff --git a/pypy/doc/contributor.rst b/pypy/doc/contributor.rst --- a/pypy/doc/contributor.rst +++