[pypy-commit] pypy default: only embed on darwin (backport from py3.6)

2019-09-10 Thread mattip
Author: Matti Picus Branch: Changeset: r97430:38e941ce6bc8 Date: 2019-09-11 09:04 +0300 http://bitbucket.org/pypy/pypy/changeset/38e941ce6bc8/ Log:only embed on darwin (backport from py3.6) diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/t

[pypy-commit] pypy py3.6: Merge with default

2019-09-10 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97429:6cbd0f9d8052 Date: 2019-09-11 08:58 +0300 http://bitbucket.org/pypy/pypy/changeset/6cbd0f9d8052/ Log:Merge with default diff --git a/lib_pypy/_curses_build.py b/lib_pypy/_curses_build.py --- a/lib_pypy/_curses_build.py +++ b/lib_pypy/_curse

[pypy-commit] pypy default: in hypothesis 3.51 average_size was deprecated, removed in hypothesis 4.0

2019-09-10 Thread mattip
Author: Matti Picus Branch: Changeset: r97428:904f23b7e13b Date: 2019-09-11 08:53 +0300 http://bitbucket.org/pypy/pypy/changeset/904f23b7e13b/ Log:in hypothesis 3.51 average_size was deprecated, removed in hypothesis 4.0 diff --git a/rpython/rlib/test/test_rutf8.py b/rpython/rlib/te

[pypy-commit] pypy openssl-for-macos: close branch to be merged

2019-09-10 Thread mattip
Author: Matti Picus Branch: openssl-for-macos Changeset: r97426:eb707e329a18 Date: 2019-09-11 08:39 +0300 http://bitbucket.org/pypy/pypy/changeset/eb707e329a18/ Log:close branch to be merged diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy default: merge openssl-for-macos which updates _ssl to openssl-1.1.1c and binds statically

2019-09-10 Thread mattip
Author: Matti Picus Branch: Changeset: r97427:849070e3fadb Date: 2019-09-11 08:43 +0300 http://bitbucket.org/pypy/pypy/changeset/849070e3fadb/ Log:merge openssl-for-macos which updates _ssl to openssl-1.1.1c and binds statically also always rebuild cffi modules when packagin

[pypy-commit] pypy winconsoleio: Fix translation

2019-09-10 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97425:b4f36c7acc15 Date: 2019-09-10 23:11 +0100 http://bitbucket.org/pypy/pypy/changeset/b4f36c7acc15/ Log:Fix translation diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.py --- a/pypy/modu

[pypy-commit] pypy winconsoleio: Implemented a bit more of readall. Fixed memory allocation in

2019-09-10 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97424:38ba22b576dd Date: 2019-09-10 22:54 +0100 http://bitbucket.org/pypy/pypy/changeset/38ba22b576dd/ Log:Implemented a bit more of readall. Fixed memory allocation in read_console_w diff --git a/pypy/module/_io/interp_win32con

[pypy-commit] pypy openssl-for-macos: add no-shared to _ssl, separate "make" from "make install"

2019-09-10 Thread mattip
Author: Matti Picus Branch: openssl-for-macos Changeset: r97423:cf76a77c4734 Date: 2019-09-10 22:57 +0300 http://bitbucket.org/pypy/pypy/changeset/cf76a77c4734/ Log:add no-shared to _ssl, separate "make" from "make install" diff --git a/pypy/tool/build_cffi_imports.py b/pypy/tool/build_cffi_

[pypy-commit] pypy py3.6: re-add support for unmarshalling TYPE_INT64, since there's now a test for it in

2019-09-10 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97422:5ec0fce493e7 Date: 2019-09-10 21:32 +0200 http://bitbucket.org/pypy/pypy/changeset/5ec0fce493e7/ Log:re-add support for unmarshalling TYPE_INT64, since there's now a test for it in the CPython test suite diff --git a

[pypy-commit] pypy py3.6: Update pymacro.h to match CPython 3.6.9

2019-09-10 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97419:e4a6d51f7bf2 Date: 2019-09-10 17:48 +0100 http://bitbucket.org/pypy/pypy/changeset/e4a6d51f7bf2/ Log:Update pymacro.h to match CPython 3.6.9 diff --git a/pypy/module/cpyext/include/pymacro.h b/pypy/module/cpyext/include/pymacro.h --- a/pypy

[pypy-commit] pypy default: remove unused index

2019-09-10 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97417:d91ea5e3d27e Date: 2019-09-10 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/d91ea5e3d27e/ Log:remove unused index diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/ru

[pypy-commit] pypy default: optimize codepoint_index_at_byte_position by using the index structure more,

2019-09-10 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97416:7b5414be06fa Date: 2019-09-10 15:31 +0200 http://bitbucket.org/pypy/pypy/changeset/7b5414be06fa/ Log:optimize codepoint_index_at_byte_position by using the index structure more, instead of calling next_codepoint_pos up to

[pypy-commit] pypy default: two comments

2019-09-10 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97414:e32eb9a73d7e Date: 2019-09-10 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/e32eb9a73d7e/ Log:two comments diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py --- a/rpython/rlib/rutf8.py +++ b/rpython/rlib/rutf8.py

[pypy-commit] pypy default: stop using codepoints_in_utf8 for the result of find

2019-09-10 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97415:b2971d2576c1 Date: 2019-09-10 13:18 +0200 http://bitbucket.org/pypy/pypy/changeset/b2971d2576c1/ Log:stop using codepoints_in_utf8 for the result of find even for very small strings it's a lot slower than using binary

[pypy-commit] pypy openssl-for-macos: always rebuild for packaging

2019-09-10 Thread mattip
Author: Matti Picus Branch: openssl-for-macos Changeset: r97413:e7dd1ccfdb32 Date: 2019-09-10 13:53 +0300 http://bitbucket.org/pypy/pypy/changeset/e7dd1ccfdb32/ Log:always rebuild for packaging diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/p