[pypy-commit] pypy default: Test for unicodehelper.{decode_utf8, encode_utf8}

2016-12-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r88992:81769ca3299e Date: 2016-12-10 15:09 +0100 http://bitbucket.org/pypy/pypy/changeset/81769ca3299e/ Log:Test for unicodehelper.{decode_utf8,encode_utf8} diff --git a/pypy/interpreter/test/test_unicodehelper.py b/pypy/interpreter/test/test_unicodehe

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

2016-12-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88993:28385e50deee Date: 2016-12-10 15:10 +0100 http://bitbucket.org/pypy/pypy/changeset/28385e50deee/ Log:hg merge default diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/projec

[pypy-commit] pypy py3.5: Adapt the test to py3.5

2016-12-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88994:e985a2343147 Date: 2016-12-10 15:14 +0100 http://bitbucket.org/pypy/pypy/changeset/e985a2343147/ Log:Adapt the test to py3.5 diff --git a/pypy/interpreter/test/test_unicodehelper.py b/pypy/interpreter/test/test_unicodehelper.py --- a/pypy/i

[pypy-commit] pypy default: expand the comments

2016-12-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r88995:e8b1d9913039 Date: 2016-12-10 15:39 +0100 http://bitbucket.org/pypy/pypy/changeset/e8b1d9913039/ Log:expand the comments diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py +

[pypy-commit] pypy py3.5: more tests, fix the comments

2016-12-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88996:40d2fd7302c4 Date: 2016-12-10 15:39 +0100 http://bitbucket.org/pypy/pypy/changeset/40d2fd7302c4/ Log:more tests, fix the comments diff --git a/pypy/interpreter/test/test_unicodehelper.py b/pypy/interpreter/test/test_unicodehelper.py --- a/p

[pypy-commit] pypy py3.5: encode_utf8sp, decode_utf8sp

2016-12-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88999:22b1b835c734 Date: 2016-12-10 16:01 +0100 http://bitbucket.org/pypy/pypy/changeset/22b1b835c734/ Log:encode_utf8sp, decode_utf8sp diff --git a/pypy/interpreter/test/test_unicodehelper.py b/pypy/interpreter/test/test_unicodehelper.py --- a/p

[pypy-commit] pypy default: Make a RPython function to encode in utf8 while preserving information

2016-12-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r88997:f88f3652d936 Date: 2016-12-10 15:58 +0100 http://bitbucket.org/pypy/pypy/changeset/f88f3652d936/ Log:Make a RPython function to encode in utf8 while preserving information diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py -

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

2016-12-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88998:894e8d2f5df8 Date: 2016-12-10 15:58 +0100 http://bitbucket.org/pypy/pypy/changeset/894e8d2f5df8/ Log:hg merge default diff --git a/rpython/rlib/runicode.py b/rpython/rlib/runicode.py --- a/rpython/rlib/runicode.py +++ b/rpython/rlib/runicode

[pypy-commit] pypy py3.5: Issue #2441: fix marshalling of unicode strings containing surrogates

2016-12-10 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89000:d251251619f4 Date: 2016-12-10 16:05 +0100 http://bitbucket.org/pypy/pypy/changeset/d251251619f4/ Log:Issue #2441: fix marshalling of unicode strings containing surrogates diff --git a/pypy/module/marshal/test/test_marshal.py b/pypy/

[pypy-commit] pypy default: s390x support for cond_call_value_i/r

2016-12-10 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r89001:cdd244256f29 Date: 2016-12-10 17:50 +0100 http://bitbucket.org/pypy/pypy/changeset/cdd244256f29/ Log:s390x support for cond_call_value_i/r diff --git a/rpython/jit/backend/ppc/regalloc.py b/rpython/jit/backend/ppc/regalloc.py --- a/rpython

[pypy-commit] pypy default: Simplify slot definition code by adding llslot() helper

2016-12-10 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89002:ced4d857b5dc Date: 2016-12-10 17:03 + http://bitbucket.org/pypy/pypy/changeset/ced4d857b5dc/ Log:Simplify slot definition code by adding llslot() helper diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py --- a/pypy/m

[pypy-commit] pypy default: More simplification using llslot()

2016-12-10 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89003:25da7bc97194 Date: 2016-12-10 17:36 + http://bitbucket.org/pypy/pypy/changeset/25da7bc97194/ Log:More simplification using llslot() diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py --- a/pypy/module/cpyext/pyobject

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

2016-12-10 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89004:0b53fb03a003 Date: 2016-12-10 17:56 + http://bitbucket.org/pypy/pypy/changeset/0b53fb03a003/ Log:hg merge default diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py --- a/pypy/module/cpyext/pyobject.py +++ b/pyp

[pypy-commit] pypy.org extradoc: update the values

2016-12-10 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r831:d5107499e7fa Date: 2016-12-10 21:42 +0100 http://bitbucket.org/pypy/pypy.org/changeset/d5107499e7fa/ Log:update the values diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -9,7 +9,7 @@ $(function() { $("#progr

[pypy-commit] pypy.org extradoc: update the values

2016-12-10 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r830:cd0e273c0f90 Date: 2016-12-08 23:38 +0100 http://bitbucket.org/pypy/pypy.org/changeset/cd0e273c0f90/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $66429 of $105000 (

[pypy-commit] pypy better-PyDict_Next: create PyObject-W_Root pairs for GetSetProperty when creating a tp_dict

2016-12-10 Thread mattip
Author: Matti Picus Branch: better-PyDict_Next Changeset: r89006:be0fc891ac83 Date: 2016-12-10 23:33 +0200 http://bitbucket.org/pypy/pypy/changeset/be0fc891ac83/ Log:create PyObject-W_Root pairs for GetSetProperty when creating a tp_dict diff --git a/pypy/module/cpyext/dictobject.py

[pypy-commit] pypy better-PyDict_Next: add w_userdata argument to attach() and percolate out to PyDict_Next

2016-12-10 Thread mattip
Author: Matti Picus Branch: better-PyDict_Next Changeset: r89005:2241edc5516e Date: 2016-12-10 18:17 +0200 http://bitbucket.org/pypy/pypy/changeset/2241edc5516e/ Log:add w_userdata argument to attach() and percolate out to PyDict_Next diff --git a/pypy/module/cpyext/bufferobject.py b/pypy/m

[pypy-commit] pypy default: fix translation

2016-12-10 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89007:5a43ad14735f Date: 2016-12-11 06:13 + http://bitbucket.org/pypy/pypy/changeset/5a43ad14735f/ Log:fix translation diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py --- a/pypy/module/cpyext/pyobject.py +++ b/pypy/modu

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

2016-12-10 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89008:b4df9ec64b22 Date: 2016-12-11 06:30 + http://bitbucket.org/pypy/pypy/changeset/b4df9ec64b22/ Log:hg merge default diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py --- a/pypy/module/cpyext/pyobject.py +++ b/pyp