[pypy-commit] cffi default: Silence bogus warning

2018-11-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r3172:355a99f0c4cc Date: 2018-11-27 21:49 +0200 http://bitbucket.org/cffi/cffi/changeset/355a99f0c4cc/ Log:Silence bogus warning diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -156,7 +156,6 @@ macr

[pypy-commit] pypy unicode-utf8-py3: test, fix allowing surrogates in PyUnicodeObject

2018-11-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95370:33f7275c06e2 Date: 2018-11-25 18:52 -0600 http://bitbucket.org/pypy/pypy/changeset/33f7275c06e2/ Log:test, fix allowing surrogates in PyUnicodeObject diff --git a/pypy/module/cpyext/test/test_getargs.py b/pypy/module/cpyext/test

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

2018-11-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95371:c700c69056ba Date: 2018-11-26 22:23 -0800 http://bitbucket.org/pypy/pypy/changeset/c700c69056ba/ Log:merge py3.5 into branch diff --git a/extra_tests/cffi_tests/cffi1/test_parse_c_type.py b/extra_tests/cffi_tests/cffi1/test_pars

[pypy-commit] pypy unicode-utf8-py3: add two forms of the same test, AppTest fails

2018-11-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95372:1bd2b4a25f02 Date: 2018-11-27 18:01 -0800 http://bitbucket.org/pypy/pypy/changeset/1bd2b4a25f02/ Log:add two forms of the same test, AppTest fails diff --git a/pypy/objspace/std/test/test_listobject.py b/pypy/objspace/std/test/t

[pypy-commit] pypy cleanup-test_lib_pypy: Merge test_exception_extra.py into test_exc.py

2018-11-27 Thread rlamy
Author: Ronan Lamy Branch: cleanup-test_lib_pypy Changeset: r95373:df2db0bd9619 Date: 2018-11-28 03:16 + http://bitbucket.org/pypy/pypy/changeset/df2db0bd9619/ Log:Merge test_exception_extra.py into test_exc.py diff --git a/pypy/module/exceptions/test/test_exc.py b/pypy/module/exception

[pypy-commit] pypy cleanup-test_lib_pypy: Move test_string_extra.py to extra_tests/

2018-11-27 Thread rlamy
Author: Ronan Lamy Branch: cleanup-test_lib_pypy Changeset: r95374:d11ea562df99 Date: 2018-11-28 03:38 + http://bitbucket.org/pypy/pypy/changeset/d11ea562df99/ Log:Move test_string_extra.py to extra_tests/ diff --git a/pypy/module/test_lib_pypy/test_string_extra.py b/extra_tests/test_st

[pypy-commit] pypy unicode-utf8-py3: fix list(str)

2018-11-27 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95375:4af05f233eaa Date: 2018-11-27 22:09 -0800 http://bitbucket.org/pypy/pypy/changeset/4af05f233eaa/ Log:fix list(str) diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --- a/pypy/objspace/std/unic