[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 ---

[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

[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 ---

[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

[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

[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

[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 ---

[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 +++

[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 ---

[pypy-commit] pypy compile_ncurses_tcl_tk_suse_latest: close branch to be merged

2019-09-10 Thread mattip
Author: Matti Picus Branch: compile_ncurses_tcl_tk_suse_latest Changeset: r97411:295e9e2d5447 Date: 2019-09-10 08:33 +0300 http://bitbucket.org/pypy/pypy/changeset/295e9e2d5447/ Log:close branch to be merged diff --git a/lib_pypy/_tkinter/tklib_build.py b/lib_pypy/_tkinter/tklib_build.py

[pypy-commit] pypy compile_ncurses_tcl_tk_suse_latest: Some linux distributions place ncurses under /usr/include/ncurses and tcl/tk under /usr/lib64.

2019-09-10 Thread jose...@gmail.com
Author: joserubiovida...@gmail.com Branch: compile_ncurses_tcl_tk_suse_latest Changeset: r97409:4e47fdc746fb Date: 2019-09-09 07:53 +0200 http://bitbucket.org/pypy/pypy/changeset/4e47fdc746fb/ Log:Some linux distributions place ncurses under /usr/include/ncurses and tcl/tk under