[pypy-commit] pypy unicode-utf8: fix, skip tests

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95564:b717b2705342 Date: 2019-01-01 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/b717b2705342/ Log:fix, skip tests diff --git a/pypy/objspace/std/test/test_bytesobject.py b/pypy/objspace/std/test/test_bytesobject.py --- a/pypy/obj

[pypy-commit] pypy unicode-utf8: blindly try to fix win32 failure

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95565:1687366068c8 Date: 2019-01-01 22:20 +0200 http://bitbucket.org/pypy/pypy/changeset/1687366068c8/ Log:blindly try to fix win32 failure diff --git a/pypy/module/_cffi_backend/misc.py b/pypy/module/_cffi_backend/misc.py --- a/pypy/modu

[pypy-commit] pypy unicode-utf8: apply fix from 0cca4bcffdbf, reduce diff to unicode-utf8-py3, fix test

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95562:5d13e76c2ee0 Date: 2019-01-01 20:28 +0200 http://bitbucket.org/pypy/pypy/changeset/5d13e76c2ee0/ Log:apply fix from 0cca4bcffdbf, reduce diff to unicode-utf8-py3, fix test diff --git a/pypy/interpreter/unicodehelper.py b/pyp

[pypy-commit] pypy unicode-utf8: add failing test from unicode-utf8-py3, and minimize diff

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95561:347997cdfae4 Date: 2019-01-01 19:49 +0200 http://bitbucket.org/pypy/pypy/changeset/347997cdfae4/ Log:add failing test from unicode-utf8-py3, and minimize diff diff --git a/pypy/module/_codecs/test/test_codecs.py b/pypy/module/_codec

[pypy-commit] pypy unicode-utf8-py3: minimize difference to unicode-utf8

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8-py3 Changeset: r95563:3bbef2bc9901 Date: 2019-01-01 20:11 +0200 http://bitbucket.org/pypy/pypy/changeset/3bbef2bc9901/ Log:minimize difference to unicode-utf8 diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/py

[pypy-commit] pypy unicode-utf8: test, fix formating '%c'

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95560:9a0c90346239 Date: 2019-01-01 19:19 +0200 http://bitbucket.org/pypy/pypy/changeset/9a0c90346239/ Log:test, fix formating '%c' diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py --- a/pypy/objspace/std/form

[pypy-commit] pypy py3.6: Add support for FsPath to os.unlink()

2019-01-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r95558:77d2a71504df Date: 2019-01-01 18:44 +0100 http://bitbucket.org/pypy/pypy/changeset/77d2a71504df/ Log:Add support for FsPath to os.unlink() diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/py

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

2019-01-01 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r95559:df0beeb7b5ec Date: 2019-01-01 18:50 +0100 http://bitbucket.org/pypy/pypy/changeset/df0beeb7b5ec/ Log:hg merge py3.5 diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -30,7 +30,7 @@ DEALINGS IN THE SOFTWARE. -Py

[pypy-commit] pypy unicode-utf8: fix MAXUNICODE to 0x10ffff on this branch

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95557:aed51041ef67 Date: 2019-01-01 17:30 +0200 http://bitbucket.org/pypy/pypy/changeset/aed51041ef67/ Log:fix MAXUNICODE to 0x10 on this branch diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -4,3 +4,4 @@ * improve performance of s

[pypy-commit] pypy unicode-utf8: typo

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95556:96dc7712122d Date: 2019-01-01 16:50 +0200 http://bitbucket.org/pypy/pypy/changeset/96dc7712122d/ Log:typo diff --git a/pypy/module/__builtin__/operation.py b/pypy/module/__builtin__/operation.py --- a/pypy/module/__builtin__/operati

[pypy-commit] pypy default: happy new year - update copyright info

2019-01-01 Thread mattip
Author: Matti Picus Branch: Changeset: r95548:0679f7b21b79 Date: 2019-01-01 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/0679f7b21b79/ Log:happy new year - update copyright info diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -30,7 +30,7 @@ DEALINGS IN THE SOFTWAR

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

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95550:057b4ea99850 Date: 2019-01-01 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/057b4ea99850/ Log:merge default into branch diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -30,7 +30,7 @@ DEALINGS IN THE SOFTWARE

[pypy-commit] pypy unicode-utf8: allow infinite loop in order to pass test

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95553:a767a1a730fb Date: 2019-01-01 12:50 +0200 http://bitbucket.org/pypy/pypy/changeset/a767a1a730fb/ Log:allow infinite loop in order to pass test diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/

[pypy-commit] pypy unicode-utf8: test, fix for '\x00' in wcharp2utf8n

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r9:36b134188782 Date: 2019-01-01 15:27 +0200 http://bitbucket.org/pypy/pypy/changeset/36b134188782/ Log:test, fix for '\x00' in wcharp2utf8n diff --git a/pypy/module/_rawffi/test/test__rawffi.py b/pypy/module/_rawffi/test/test__rawffi.

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

2019-01-01 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r95549:6b4ce9eb5f31 Date: 2019-01-01 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/6b4ce9eb5f31/ Log:merge default into branch diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -30,7 +30,7 @@ DEALINGS IN THE SOFTWARE. -

[pypy-commit] pypy unicode-utf8: rework this to be more compliant - UnicodeError trumps TypeError

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95552:e79b16b3943d Date: 2019-01-01 12:31 +0200 http://bitbucket.org/pypy/pypy/changeset/e79b16b3943d/ Log:rework this to be more compliant - UnicodeError trumps TypeError diff --git a/pypy/module/__builtin__/operation.py b/pypy/module/__

[pypy-commit] pypy unicode-utf8: skip hypothesis (on -A testing)

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95551:381c99955a5c Date: 2019-01-01 12:26 +0200 http://bitbucket.org/pypy/pypy/changeset/381c99955a5c/ Log:skip hypothesis (on -A testing) diff --git a/pypy/interpreter/test/test_unicodehelper.py b/pypy/interpreter/test/test_unicodehelper

[pypy-commit] pypy unicode-utf8: allow a = array.array('u', u'\xff'); a.byteswap(); ord(a[0]) > sys.maxunicode

2019-01-01 Thread mattip
Author: Matti Picus Branch: unicode-utf8 Changeset: r95554:962719fced4a Date: 2019-01-01 15:06 +0200 http://bitbucket.org/pypy/pypy/changeset/962719fced4a/ Log:allow a = array.array('u', u'\xff'); a.byteswap(); ord(a[0]) > sys.maxunicode diff --git a/pypy/module/array/interp_array.py