[pypy-commit] pypy unicode-utf8-py3: fix to skip test

2018-11-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95305:debe241b1b92 Date: 2018-11-12 19:20 -0800 http://bitbucket.org/pypy/pypy/changeset/debe241b1b92/ Log:fix to skip test diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeobject.py ---

[pypy-commit] pypy unicode-utf8-py3: use utf8 without converting to unicode

2018-11-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95306:5e342e9eee98 Date: 2018-11-12 19:23 -0800 http://bitbucket.org/pypy/pypy/changeset/5e342e9eee98/ Log:use utf8 without converting to unicode diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py

[pypy-commit] pypy unicode-utf8-py3: test, fix for surrogates in type name

2018-11-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95308:720cb17cdc85 Date: 2018-11-12 20:29 -0800 http://bitbucket.org/pypy/pypy/changeset/720cb17cdc85/ Log:test, fix for surrogates in type name diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_type

[pypy-commit] pypy unicode-utf8-py3: test, fix assigning to type qualname

2018-11-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95309:9b6e8faed6ae Date: 2018-11-12 20:36 -0800 http://bitbucket.org/pypy/pypy/changeset/9b6e8faed6ae/ Log:test, fix assigning to type qualname diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeo

[pypy-commit] pypy unicode-utf8-py3: test, fix wcharp2utf8n for lastchr != 0

2018-11-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95310:89c980f7f54b Date: 2018-11-13 00:18 -0800 http://bitbucket.org/pypy/pypy/changeset/89c980f7f54b/ Log:test, fix wcharp2utf8n for lastchr != 0 diff --git a/rpython/rtyper/lltypesystem/rffi.py b/rpython/rtyper/lltypesystem/rffi.py

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

2018-11-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95304:e41d802a74a7 Date: 2018-11-12 16:23 -0800 http://bitbucket.org/pypy/pypy/changeset/e41d802a74a7/ Log:merge py3.5 into branch diff --git a/pypy/module/_io/test/test_bufferedio.py b/pypy/module/_io/test/test_bufferedio.py --- a/py

[pypy-commit] pypy unicode-utf8-py3: special case surrogateescape if already handled, this code needs refactoring

2018-11-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95307:88ab1ff0c4e8 Date: 2018-11-12 19:25 -0800 http://bitbucket.org/pypy/pypy/changeset/88ab1ff0c4e8/ Log:special case surrogateescape if already handled, this code needs refactoring diff --git a/pypy/objspace/std/unicodeobjec

[pypy-commit] pypy unicode-utf8-py3: fix copy-paste

2018-11-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95311:3eafff66d59a Date: 2018-11-13 00:51 -0800 http://bitbucket.org/pypy/pypy/changeset/3eafff66d59a/ Log:fix copy-paste diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspace/std/typeobject

[pypy-commit] pypy default: add_memory_pressure() tweaks

2018-11-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r95312:d7968c7867d0 Date: 2018-11-13 13:08 +0200 http://bitbucket.org/pypy/pypy/changeset/d7968c7867d0/ Log:add_memory_pressure() tweaks diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/interp_a

[pypy-commit] pypy unicode-utf8-py3: fix translation

2018-11-13 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95313:f8e25026d0af Date: 2018-11-13 06:08 -0800 http://bitbucket.org/pypy/pypy/changeset/f8e25026d0af/ Log:fix translation diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objspace/std/typeobjec

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

2018-11-13 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95314:3bb86a88e1d3 Date: 2018-11-13 06:10 -0800 http://bitbucket.org/pypy/pypy/changeset/3bb86a88e1d3/ Log:merge default into branch diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/inter