[pypy-commit] pypy default: Support for revdb translation

2019-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r95676:30d8fded3b4f Date: 2019-01-19 23:36 +0100 http://bitbucket.org/pypy/pypy/changeset/30d8fded3b4f/ Log:Support for revdb translation diff --git a/pypy/module/gc/__init__.py b/pypy/module/gc/__init__.py --- a/pypy/module/gc/__init__.py +++ b/pypy/mo

[pypy-commit] pypy unicode-utf8-py3: merge unicode-utf8 into branch

2019-01-19 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95675:c01df448bea6 Date: 2019-01-19 22:14 +0200 http://bitbucket.org/pypy/pypy/changeset/c01df448bea6/ Log:merge unicode-utf8 into branch diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py --- a/pypy/objspace/

[pypy-commit] pypy unicode-utf8: fill_char can be a utf8 multibyte codepoint

2019-01-19 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95674:25ff5465e2c1 Date: 2019-01-19 22:12 +0200 http://bitbucket.org/pypy/pypy/changeset/25ff5465e2c1/ Log:fill_char can be a utf8 multibyte codepoint diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py --- a/pypy/

[pypy-commit] pypy default: fix the test to match 432d816c6d7b

2019-01-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r95673:de85e0ef8bdc Date: 2019-01-19 18:06 +0100 http://bitbucket.org/pypy/pypy/changeset/de85e0ef8bdc/ Log:fix the test to match 432d816c6d7b diff --git a/rpython/memory/gc/test/test_direct.py b/rpython/memory/gc/test/test_direct.py --- a/rpython/memo