[pypy-commit] buildbot default: fix argument order

2019-04-18 Thread mattip
Author: Matti Picus Branch: Changeset: r1081:f4e9749d24ba Date: 2019-04-18 22:13 +0300 http://bitbucket.org/pypy/buildbot/changeset/f4e9749d24ba/ Log:fix argument order diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++

[pypy-commit] buildbot default: use fixed version of benchmark repo, forcing 'branch' or 'revision' refer to pypy

2019-04-18 Thread mattip
Author: Matti Picus Branch: Changeset: r1080:fc95257ff7ab Date: 2019-04-18 22:05 +0300 http://bitbucket.org/pypy/buildbot/changeset/fc95257ff7ab/ Log:use fixed version of benchmark repo, forcing 'branch' or 'revision' refer to pypy Also use https:/speed.pypy.org url for

[pypy-commit] benchmarks default: use https for upload

2019-04-18 Thread mattip
Author: Matti Picus Branch: Changeset: r380:2a200b714bc6 Date: 2019-04-18 16:13 +0300 http://bitbucket.org/pypy/benchmarks/changeset/2a200b714bc6/ Log:use https for upload diff --git a/runner.py b/runner.py --- a/runner.py +++ b/runner.py @@ -196,9 +196,9 @@ help=("Upload results

[pypy-commit] cffi release-1.12: hg merge default

2019-04-18 Thread arigo
Author: Armin Rigo Branch: release-1.12 Changeset: r3263:553702112a56 Date: 2019-04-18 13:11 +0200 http://bitbucket.org/cffi/cffi/changeset/553702112a56/ Log:hg merge default diff too long, truncating to 2000 out of 2146 lines diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c ---

[pypy-commit] cffi default: Add whatsnews

2019-04-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r3262:d350e73b9dfb Date: 2019-04-18 13:10 +0200 http://bitbucket.org/cffi/cffi/changeset/d350e73b9dfb/ Log:Add whatsnews diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -3,6

[pypy-commit] pypy py3.6: Fix for issue #3003

2019-04-18 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96521:76db7b07a3b8 Date: 2019-04-18 12:17 +0200 http://bitbucket.org/pypy/pypy/changeset/76db7b07a3b8/ Log:Fix for issue #3003 diff --git a/lib-python/3/pdb.py b/lib-python/3/pdb.py --- a/lib-python/3/pdb.py +++ b/lib-python/3/pdb.py @@ -341,8

[pypy-commit] pypy py3.6: Fix. The general issue is space.newtext("string") where the

2019-04-18 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96520:4a70f02715ab Date: 2019-04-18 12:03 +0200 http://bitbucket.org/pypy/pypy/changeset/4a70f02715ab/ Log:Fix. The general issue is space.newtext("string") where the string might contain some random byte-chars from app-level. diff --git

[pypy-commit] pypy default: Don't raise ValueError when comparing arrays with out-of-bound unicodes

2019-04-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r96519:8fde6d376fef Date: 2019-04-18 11:37 +0200 http://bitbucket.org/pypy/pypy/changeset/8fde6d376fef/ Log:Don't raise ValueError when comparing arrays with out-of-bound unicodes diff --git a/pypy/module/array/interp_array.py

[pypy-commit] pypy py3.6: fix issue #3001: weird codecs can return strange types when using

2019-04-18 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96518:b4f7c179d353 Date: 2019-04-18 11:24 +0200 http://bitbucket.org/pypy/pypy/changeset/b4f7c179d353/ Log:fix issue #3001: weird codecs can return strange types when using codes.en/decode but not via

[pypy-commit] pypy py3.6: document branch

2019-04-18 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r96517:c43c94f0fd51 Date: 2019-04-18 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c43c94f0fd51/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: fix test

2019-04-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r96516:d7c51628e606 Date: 2019-04-18 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/d7c51628e606/ Log:fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_string.py ---

[pypy-commit] pypy default: Test and fix for unicode.translate()

2019-04-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r96515:a229b0127567 Date: 2019-04-18 11:02 +0200 http://bitbucket.org/pypy/pypy/changeset/a229b0127567/ Log:Test and fix for unicode.translate() diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py

[pypy-commit] benchmarks default: minimum changes to save results on newer codespeed, more improvements possible

2019-04-18 Thread mattip
Author: Matti Picus Branch: Changeset: r379:9a13486fa4c7 Date: 2019-04-18 10:41 +0300 http://bitbucket.org/pypy/benchmarks/changeset/9a13486fa4c7/ Log:minimum changes to save results on newer codespeed, more improvements possible diff --git a/savecpython.py b/savecpython.py ---

[pypy-commit] buildbot default: change tannit -> benchmarker

2019-04-18 Thread mattip
Author: Matti Picus Branch: Changeset: r1079:2e976793596a Date: 2019-04-18 10:26 +0300 http://bitbucket.org/pypy/buildbot/changeset/2e976793596a/ Log:change tannit -> benchmarker diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++

[pypy-commit] pypy winmultiprocessing: Work in progress.

2019-04-18 Thread andrewjlawrence
Author: andrewjlawrence Branch: winmultiprocessing Changeset: r96514:1140e7fc5df0 Date: 2019-04-18 07:54 +0100 http://bitbucket.org/pypy/pypy/changeset/1140e7fc5df0/ Log:Work in progress. diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++