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
---
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo