[pypy-commit] pypy default: whoops

2019-01-20 Thread mattip
Author: Matti Picus Branch: Changeset: r95680:eb58462b4225 Date: 2019-01-20 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/eb58462b4225/ Log:whoops diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py ---

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

2019-01-20 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95681:49aade4a2c18 Date: 2019-01-20 19:10 +0200 http://bitbucket.org/pypy/pypy/changeset/49aade4a2c18/ Log:merge default into branch diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py ---

[pypy-commit] pypy unicode-utf8-py3: test, fix for capitalize returning more than one codepoint

2019-01-20 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95678:488e3a462f8d Date: 2019-01-20 11:35 +0200 http://bitbucket.org/pypy/pypy/changeset/488e3a462f8d/ Log:test, fix for capitalize returning more than one codepoint diff --git a/pypy/objspace/std/test/test_unicodeobject.py

[pypy-commit] pypy unicode-utf8-py3: make doc test pass

2019-01-20 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95683:87ee2e64d118 Date: 2019-01-21 08:16 +0200 http://bitbucket.org/pypy/pypy/changeset/87ee2e64d118/ Log:make doc test pass diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst ---

[pypy-commit] pypy unicode-utf8-py3: fix 98c9d750a001

2019-01-20 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95682:53455a64a497 Date: 2019-01-21 08:08 +0200 http://bitbucket.org/pypy/pypy/changeset/53455a64a497/ Log:fix 98c9d750a001 diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py ---