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

2017-06-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91619:19f65d747b8e Date: 2017-06-17 16:41 +0200 http://bitbucket.org/pypy/pypy/changeset/19f65d747b8e/ Log:Fix test diff --git a/pypy/module/pypyjit/test_pypy_c/test_weakref.py b/pypy/module/pypyjit/test_pypy_c/test_weakref.py --- a/pypy/module/p

[pypy-commit] pypy py3.5: Add a failing test. Unsure how to fix it---I can't quite follow the mess

2017-06-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91618:9d66d935ba76 Date: 2017-06-17 16:36 +0200 http://bitbucket.org/pypy/pypy/changeset/9d66d935ba76/ Log:Add a failing test. Unsure how to fix it---I can't quite follow the mess of buffers and memoryviews for now... diff --git a/pypy/mod

[pypy-commit] pypy py3.5: Improve test, now not passing for maybe a good reason

2017-06-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91620:3351108873e1 Date: 2017-06-17 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/3351108873e1/ Log:Improve test, now not passing for maybe a good reason diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/tes

[pypy-commit] pypy py3.5: Fixes for test_descr

2017-06-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91617:70d5dcb50915 Date: 2017-06-17 16:01 +0200 http://bitbucket.org/pypy/pypy/changeset/70d5dcb50915/ Log:Fixes for test_descr diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py --- a/lib-python/3/test/test_descr.py ++

[pypy-commit] pypy default: Add "can_be_None=False" in the result annotation of these methods

2017-06-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r91621:2e1b4bdca21f Date: 2017-06-17 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/2e1b4bdca21f/ Log:Add "can_be_None=False" in the result annotation of these methods diff --git a/rpython/rlib/rstring.py b/rpython/rlib/rstring.py --- a/rpython/rl

[pypy-commit] pypy py3.5: hg merge default

2017-06-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r91622:d7d9692a9f74 Date: 2017-06-17 18:32 +0200 http://bitbucket.org/pypy/pypy/changeset/d7d9692a9f74/ Log:hg merge default diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,6 @@ syntax: glob *.py[co] -*.sw[po] +*.sw[

[pypy-commit] pypy py3.5: Fix sys.builtin_module_names to actually list all the built-in modules

2017-06-17 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r91623:12adced6b2f7 Date: 2017-06-18 02:43 +0100 http://bitbucket.org/pypy/pypy/changeset/12adced6b2f7/ Log:Fix sys.builtin_module_names to actually list all the built-in modules and only them, which allows importlib to correctly set