[pypy-commit] pypy py3.6: Fix test

2019-05-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: py3.6 Changeset: r96698:9bf9185580c6 Date: 2019-05-27 10:35 +0100 http://bitbucket.org/pypy/pypy/changeset/9bf9185580c6/ Log:Fix test diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --- a/pypy/module/_socket/t

[pypy-commit] pypy default: the virtualenv issue was resolved so now win32 uses venv/Scripts/pypy-c.exe

2019-05-27 Thread mattip
Author: Matti Picus Branch: Changeset: r96699:129d1eff1693 Date: 2019-05-27 09:51 +0300 http://bitbucket.org/pypy/pypy/changeset/129d1eff1693/ Log:the virtualenv issue was resolved so now win32 uses venv/Scripts/pypy-c.exe diff --git a/testrunner/get_info.py b/testrunner/get_info.py

[pypy-commit] pypy py3.6: fix merge

2019-05-27 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96700:3ddfc6aee731 Date: 2019-05-27 14:18 +0300 http://bitbucket.org/pypy/pypy/changeset/3ddfc6aee731/ Log:fix merge diff --git a/lib_pypy/_cffi_ssl/_stdssl/error.py b/lib_pypy/_cffi_ssl/_stdssl/error.py --- a/lib_pypy/_cffi_ssl/_stdssl/error.py

[pypy-commit] pypy default: Ignore strange entries

2019-05-27 Thread fijal
Author: fijal Branch: Changeset: r96701:06e38bb00f7e Date: 2019-05-27 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/06e38bb00f7e/ Log:Ignore strange entries diff --git a/rpython/tool/jitlogparser/parser.py b/rpython/tool/jitlogparser/parser.py --- a/rpython/tool/jitlogparser/parser.p

[pypy-commit] pypy py3.6: fix merge

2019-05-27 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96702:5c4489ede2be Date: 2019-05-27 17:36 +0300 http://bitbucket.org/pypy/pypy/changeset/5c4489ede2be/ Log:fix merge diff --git a/lib_pypy/_cffi_ssl/_stdssl/__init__.py b/lib_pypy/_cffi_ssl/_stdssl/__init__.py --- a/lib_pypy/_cffi_ssl/_stdssl/__

[pypy-commit] pypy winconsoleio: Started implementing winconsoleio

2019-05-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96703:01c16b67cba4 Date: 2019-05-27 10:27 +0100 http://bitbucket.org/pypy/pypy/changeset/01c16b67cba4/ Log:Started implementing winconsoleio diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32consoleio.

[pypy-commit] pypy winconsoleio: Add winconsoleio to init

2019-05-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96704:d1f9ab0fd01b Date: 2019-05-27 21:06 +0100 http://bitbucket.org/pypy/pypy/changeset/d1f9ab0fd01b/ Log:Add winconsoleio to init diff --git a/pypy/module/_io/__init__.py b/pypy/module/_io/__init__.py --- a/pypy/module/_io/__init__.py

[pypy-commit] pypy winconsoleio: Initial implementation of winconsoleio

2019-05-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96706:c795c20ce4b8 Date: 2019-05-27 23:33 +0100 http://bitbucket.org/pypy/pypy/changeset/c795c20ce4b8/ Log:Initial implementation of winconsoleio diff --git a/pypy/module/_io/interp_win32consoleio.py b/pypy/module/_io/interp_win32conso

[pypy-commit] pypy winconsoleio: Merged py3.6

2019-05-27 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r96705:617ba4ae9ec9 Date: 2019-05-27 21:07 +0100 http://bitbucket.org/pypy/pypy/changeset/617ba4ae9ec9/ Log:Merged py3.6 diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py b/lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py --- a/lib_py

[pypy-commit] pypy optimizeopt-cleanup: Don't fallback to jumping to the preamble in compile_retrace(),

2019-05-27 Thread rlamy
Author: Ronan Lamy Branch: optimizeopt-cleanup Changeset: r96707:5e0d762fe4fd Date: 2019-05-25 03:02 +0100 http://bitbucket.org/pypy/pypy/changeset/5e0d762fe4fd/ Log:Don't fallback to jumping to the preamble in compile_retrace(), since optimize_peeled_loop() already takes care of it.

[pypy-commit] pypy optimizeopt-cleanup: Don't pass the optimizer around unnecessarily

2019-05-27 Thread rlamy
Author: Ronan Lamy Branch: optimizeopt-cleanup Changeset: r96708:3df8ad2225a4 Date: 2019-05-27 20:01 +0100 http://bitbucket.org/pypy/pypy/changeset/3df8ad2225a4/ Log:Don't pass the optimizer around unnecessarily diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainter

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

2019-05-27 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r96710:018e437e5061 Date: 2019-05-28 09:16 +0300 http://bitbucket.org/pypy/pypy/changeset/018e437e5061/ Log:merge default into branch diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py --- a/pyp

[pypy-commit] pypy default: require binary vmprof since building from source requires libunwind on linux

2019-05-27 Thread mattip
Author: Matti Picus Branch: Changeset: r96709:bc4cf55dc154 Date: 2019-05-28 09:14 +0300 http://bitbucket.org/pypy/pypy/changeset/bc4cf55dc154/ Log:require binary vmprof since building from source requires libunwind on linux diff --git a/requirements.txt b/requirements.txt --- a/requ