[pypy-commit] pypy default: On GNU/Hurd use the sysconf() method (some day, it'll have SMP...)

2019-08-11 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r97158:7fc3484b9993 Date: 2019-08-11 20:49 -0300 http://bitbucket.org/pypy/pypy/changeset/7fc3484b9993/ Log:On GNU/Hurd use the sysconf() method (some day, it'll have SMP...) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython

[pypy-commit] pypy winconsoleio: Added a few more functions

2019-08-11 Thread andrewjlawrence
Author: andrewjlawrence Branch: winconsoleio Changeset: r97157:d892abac55ac Date: 2019-08-11 23:17 +0100 http://bitbucket.org/pypy/pypy/changeset/d892abac55ac/ Log:Added a few more functions diff --git a/pypy/module/_io/__init__.py b/pypy/module/_io/__init__.py --- a/pypy/module/_io/__init__.

[pypy-commit] pypy py3.6: Remove the only usage of open() in the py3.6 core parts (as found in the branch

2019-08-11 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97153:4006ceea6169 Date: 2019-08-11 22:45 +0200 http://bitbucket.org/pypy/pypy/changeset/4006ceea6169/ Log:Remove the only usage of open() in the py3.6 core parts (as found in the branch py3.6-sandbox-2). Also wrap the raw RPython exception

[pypy-commit] pypy py3.6-sandbox-2: comment

2019-08-11 Thread arigo
Author: Armin Rigo Branch: py3.6-sandbox-2 Changeset: r97155:7f7d17b89d46 Date: 2019-08-11 23:07 +0200 http://bitbucket.org/pypy/pypy/changeset/7f7d17b89d46/ Log:comment diff --git a/pypy/module/posix/interp_scandir.py b/pypy/module/posix/interp_scandir.py --- a/pypy/module/posix/interp_sca

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

2019-08-11 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97156:d21e9a6b4037 Date: 2019-08-11 23:11 +0200 http://bitbucket.org/pypy/pypy/changeset/d21e9a6b4037/ Log:merge heads diff --git a/pypy/module/_cppyy/test/conftest.py b/pypy/module/_cppyy/test/conftest.py --- a/pypy/module/_cppyy/test/conftest.p

[pypy-commit] pypy py3.6-sandbox-2: hg merge py3.6

2019-08-11 Thread arigo
Author: Armin Rigo Branch: py3.6-sandbox-2 Changeset: r97154:f19d31ff52b6 Date: 2019-08-11 22:55 +0200 http://bitbucket.org/pypy/pypy/changeset/f19d31ff52b6/ Log:hg merge py3.6 diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importing.py +++ b/p

[pypy-commit] pypy py3.6-sandbox-2: fixes

2019-08-11 Thread arigo
Author: Armin Rigo Branch: py3.6-sandbox-2 Changeset: r97152:5fadf669fc02 Date: 2019-08-11 22:46 +0200 http://bitbucket.org/pypy/pypy/changeset/5fadf669fc02/ Log:fixes diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py

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

2019-08-11 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97151:17f20f51c2cb Date: 2019-08-11 22:47 +0300 http://bitbucket.org/pypy/pypy/changeset/17f20f51c2cb/ Log:merge default into branch diff --git a/pypy/module/_cppyy/test/conftest.py b/pypy/module/_cppyy/test/conftest.py --- a/pypy/module/_cppyy/

[pypy-commit] pypy default: sync with upstream vmprof

2019-08-11 Thread mattip
Author: Matti Picus Branch: Changeset: r97150:8cb85ca95940 Date: 2019-08-11 22:44 +0300 http://bitbucket.org/pypy/pypy/changeset/8cb85ca95940/ Log:sync with upstream vmprof diff --git a/rpython/rlib/rvmprof/src/shared/_vmprof.c b/rpython/rlib/rvmprof/src/shared/_vmprof.c --- a/rpython/rlib

[pypy-commit] pypy py3.6-sandbox-2: hg merge sandbox-2

2019-08-11 Thread arigo
Author: Armin Rigo Branch: py3.6-sandbox-2 Changeset: r97149:67130f4a3a0c Date: 2019-08-11 20:54 +0200 http://bitbucket.org/pypy/pypy/changeset/67130f4a3a0c/ Log:hg merge sandbox-2 diff too long, truncating to 2000 out of 2641 lines diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyo

[pypy-commit] pypy default: Try to split the run of individual test files in this directory too

2019-08-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r97147:872b51a36497 Date: 2019-08-11 20:31 +0200 http://bitbucket.org/pypy/pypy/changeset/872b51a36497/ Log:Try to split the run of individual test files in this directory too diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py --- a/pypy/testr

[pypy-commit] buildbot default: add aarch64 to rpython page

2019-08-11 Thread mattip
Author: Matti Picus Branch: Changeset: r1090:7ea68e40c299 Date: 2019-08-11 20:40 +0300 http://bitbucket.org/pypy/buildbot/changeset/7ea68e40c299/ Log:add aarch64 to rpython page diff --git a/master/templates/layout.html b/master/templates/layout.html --- a/master/templates/layout.html +++ b

[pypy-commit] pypy default: Fix test collection on windows and s390x

2019-08-11 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97146:597f4be1ae97 Date: 2019-08-11 17:51 +0100 http://bitbucket.org/pypy/pypy/changeset/597f4be1ae97/ Log:Fix test collection on windows and s390x diff --git a/pypy/module/_cppyy/test/conftest.py b/pypy/module/_cppyy/test/conftest.py --- a/pypy/modul

[pypy-commit] pypy default: aarch64: fix test_regalloc_integration.py

2019-08-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r97145:a6010dc54fc4 Date: 2019-08-11 14:09 + http://bitbucket.org/pypy/pypy/changeset/a6010dc54fc4/ Log:aarch64: fix test_regalloc_integration.py diff --git a/rpython/jit/backend/aarch64/runner.py b/rpython/jit/backend/aarch64/runner.py --- a/rpyth

[pypy-commit] pypy default: aarch64: fix test_gc_integration.py

2019-08-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r97144:381752e5cd15 Date: 2019-08-11 14:06 + http://bitbucket.org/pypy/pypy/changeset/381752e5cd15/ Log:aarch64: fix test_gc_integration.py diff --git a/rpython/jit/backend/aarch64/assembler.py b/rpython/jit/backend/aarch64/assembler.py --- a/rpyth