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

2019-04-29 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96562:86f5da78e2fc Date: 2019-04-29 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/86f5da78e2fc/ Log:hg merge default ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy default: detail

2019-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r96561:9b18230035ef Date: 2019-04-29 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/9b18230035ef/ Log:detail diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py --- a/pypy/module/_rawffi/interp_rawffi.py +++

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

2019-04-29 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96560:86dc760c19db Date: 2019-04-29 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/86dc760c19db/ Log:hg merge default diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py ---

[pypy-commit] pypy default: Back-port the test renaming

2019-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r96559:698a28e5201e Date: 2019-04-29 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/698a28e5201e/ Log:Back-port the test renaming diff --git a/pypy/module/_pypyjson/test/test__pypyjson.py b/pypy/module/_pypyjson/test/test__pypyjson.py ---

[pypy-commit] pypy default: Increased CPython compatibility...

2019-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r96558:98af59ed5466 Date: 2019-04-29 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/98af59ed5466/ Log:Increased CPython compatibility... diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py ---

[pypy-commit] pypy default: Whack whack whack

2019-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r96556:265eccc9831f Date: 2019-04-29 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/265eccc9831f/ Log:Whack whack whack diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py --- a/pypy/objspace/descroperation.py +++

[pypy-commit] pypy default: Last fix for unichr_as_utf8, this one only shows up after translation on 32-bit

2019-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r96557:346bab011f27 Date: 2019-04-29 11:16 +0200 http://bitbucket.org/pypy/pypy/changeset/346bab011f27/ Log:Last fix for unichr_as_utf8, this one only shows up after translation on 32-bit diff --git a/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy default: Test and fix

2019-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r96555:4cbb314b4683 Date: 2019-04-29 10:28 +0200 http://bitbucket.org/pypy/pypy/changeset/4cbb314b4683/ Log:Test and fix diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py --- a/pypy/objspace/std/formatting.py +++

[pypy-commit] pypy default: Test and fix

2019-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r96554:05fb831f48eb Date: 2019-04-29 10:26 +0200 http://bitbucket.org/pypy/pypy/changeset/05fb831f48eb/ Log:Test and fix diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py --- a/pypy/objspace/std/formatting.py +++

[pypy-commit] pypy default: Consolidate code, avoids obscure checking of individual characters to know if

2019-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r96552:6efbf166cc90 Date: 2019-04-29 10:14 +0200 http://bitbucket.org/pypy/pypy/changeset/6efbf166cc90/ Log:Consolidate code, avoids obscure checking of individual characters to know if the numeric value will be in range diff --git

[pypy-commit] pypy default: Test and fix

2019-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r96551:0fd3a83a1891 Date: 2019-04-29 10:07 +0200 http://bitbucket.org/pypy/pypy/changeset/0fd3a83a1891/ Log:Test and fix diff --git a/pypy/module/_pypyjson/interp_decoder.py b/pypy/module/_pypyjson/interp_decoder.py ---

[pypy-commit] pypy default: Test and fix

2019-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r96550:d8a9df1bc3eb Date: 2019-04-29 09:55 +0200 http://bitbucket.org/pypy/pypy/changeset/d8a9df1bc3eb/ Log:Test and fix diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/interp_array.py +++

[pypy-commit] pypy default: Test and fix

2019-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r96549:436c5f4660ab Date: 2019-04-29 09:54 +0200 http://bitbucket.org/pypy/pypy/changeset/436c5f4660ab/ Log:Test and fix diff --git a/pypy/module/_codecs/interp_codecs.py b/pypy/module/_codecs/interp_codecs.py ---

[pypy-commit] pypy default: Try to fix this test, failing on 32-bit since the utf-8 merge

2019-04-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r96548:a4ec9f051cba Date: 2019-04-29 09:43 +0200 http://bitbucket.org/pypy/pypy/changeset/a4ec9f051cba/ Log:Try to fix this test, failing on 32-bit since the utf-8 merge diff --git a/lib-python/2.7/test/test_unicode.py

[pypy-commit] pypy py3.6: Synchronize the three places listing flags (which were all three

2019-04-29 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r96547:267749f8253a Date: 2019-04-29 08:16 +0200 http://bitbucket.org/pypy/pypy/changeset/267749f8253a/ Log:Synchronize the three places listing flags (which were all three slightly out-of-sync, and out of sync with py3.6 too) diff --git