Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r95691:1142ef536c49
Date: 2019-01-22 11:03 +0200
http://bitbucket.org/pypy/pypy/changeset/1142ef536c49/
Log:test, fix capitalize with sigma in final position
diff --git a/pypy/objspace/std/test/test_unicodeobject.py
b/pypy/objspace/std
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r95690:0e658f7c342f
Date: 2019-01-22 08:05 +0200
http://bitbucket.org/pypy/pypy/changeset/0e658f7c342f/
Log:calculate padding from unicode length, not utf8 length
diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatti
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r95692:d529e654cfb5
Date: 2019-01-22 12:36 +0200
http://bitbucket.org/pypy/pypy/changeset/d529e654cfb5/
Log:test, fix for suppressing multiple error output bytes
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicode
Author: Matti Picus
Branch: unicode-utf8-py3
Changeset: r95693:3f8c26309cd2
Date: 2019-01-22 12:55 +0200
http://bitbucket.org/pypy/pypy/changeset/3f8c26309cd2/
Log:try not special-casing mac OS
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/int
Author: Carl Friedrich Bolz-Tereick
Branch: unicode-utf8
Changeset: r95695:df16e768b3bb
Date: 2019-01-22 12:49 +0100
http://bitbucket.org/pypy/pypy/changeset/df16e768b3bb/
Log:make json decoding efficient again
diff --git a/pypy/module/_pypyjson/interp_decoder.py
b/pypy/module/_pypyjson/int
Author: Carl Friedrich Bolz-Tereick
Branch: unicode-utf8
Changeset: r95694:b6331207f8b9
Date: 2019-01-21 13:11 +0100
http://bitbucket.org/pypy/pypy/changeset/b6331207f8b9/
Log:change UnicodeDictStrategy to store wrapped unicode objects as keys.
this lifts the restriction that they are
Author: Carl Friedrich Bolz-Tereick
Branch: unicode-utf8
Changeset: r95696:4bd5dbda0076
Date: 2019-01-22 12:56 +0100
http://bitbucket.org/pypy/pypy/changeset/4bd5dbda0076/
Log:done by df16e768b3bb
diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -2,6 +2,5 @@
if one is not already readily
Author: Ronan Lamy
Branch:
Changeset: r95697:eec4eefc8618
Date: 2019-01-22 17:17 +
http://bitbucket.org/pypy/pypy/changeset/eec4eefc8618/
Log:Reduce indirection in generating hypothesis tests
diff --git a/rpython/jit/metainterp/test/test_zvector.py
b/rpython/jit/metainterp/test/test_zv
Author: Ronan Lamy
Branch:
Changeset: r95698:33fe32bc9404
Date: 2019-01-22 17:30 +
http://bitbucket.org/pypy/pypy/changeset/33fe32bc9404/
Log:Delete confusing unused method
diff --git a/rpython/jit/metainterp/test/test_zvector.py
b/rpython/jit/metainterp/test/test_zvector.py
--- a/rpyt