[pypy-commit] cffi release-1.13: Don't return a bool from __int__(), as it raises a (Pending?)DeprecationWarning

2019-09-20 Thread arigo
Author: Armin Rigo Branch: release-1.13 Changeset: r3291:e295aee5c3ab Date: 2019-09-20 19:24 +0200 http://bitbucket.org/cffi/cffi/changeset/e295aee5c3ab/ Log:Don't return a bool from __int__(), as it raises a (Pending?)DeprecationWarning diff --git a/cffi/backend_ctypes.py b/cffi/bac

[pypy-commit] cffi release-1.13: oops

2019-09-20 Thread arigo
Author: Armin Rigo Branch: release-1.13 Changeset: r3290:e9384e7fda85 Date: 2019-09-20 18:38 +0200 http://bitbucket.org/cffi/cffi/changeset/e9384e7fda85/ Log:oops diff --git a/testing/cffi1/test_re_python.py b/testing/cffi1/test_re_python.py --- a/testing/cffi1/test_re_python.py +++ b/testin

[pypy-commit] cffi release-1.13: Silence the warning

2019-09-20 Thread arigo
Author: Armin Rigo Branch: release-1.13 Changeset: r3289:0512679a6efd Date: 2019-09-20 18:31 +0200 http://bitbucket.org/cffi/cffi/changeset/0512679a6efd/ Log:Silence the warning diff --git a/testing/cffi1/test_re_python.py b/testing/cffi1/test_re_python.py --- a/testing/cffi1/test_re_python.

[pypy-commit] cffi default: Add a few more whatsnew entries

2019-09-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r3287:8976fd752614 Date: 2019-09-20 18:14 +0200 http://bitbucket.org/cffi/cffi/changeset/8976fd752614/ Log:Add a few more whatsnew entries diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/what

[pypy-commit] pypy json-decoder-maps: fix remaining anto comment: when hitting a blocked map, insert keys in the

2019-09-20 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: json-decoder-maps Changeset: r97572:06effcd1097c Date: 2019-09-20 17:07 +0200 http://bitbucket.org/pypy/pypy/changeset/06effcd1097c/ Log:fix remaining anto comment: when hitting a blocked map, insert keys in the correct order into the real d

[pypy-commit] pypy json-decoder-maps: a test that devolving doesn't change the order

2019-09-20 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: json-decoder-maps Changeset: r97571:22fe436a1585 Date: 2019-09-20 16:40 +0200 http://bitbucket.org/pypy/pypy/changeset/22fe436a1585/ Log:a test that devolving doesn't change the order diff --git a/pypy/objspace/std/test/test_jsondict.py b/pypy/obj

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

2019-09-20 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: py3.6 Changeset: r97568:65e4ad6eb6b8 Date: 2019-09-20 12:43 +0200 http://bitbucket.org/pypy/pypy/changeset/65e4ad6eb6b8/ Log:merge default diff too long, truncating to 2000 out of 8630 lines diff --git a/extra_tests/cffi_tests/test_egg_version.py

[pypy-commit] pypy json-decoder-maps: Review, minor tweaks

2019-09-20 Thread arigo
Author: Armin Rigo Branch: json-decoder-maps Changeset: r97567:a6922067f4ef Date: 2019-09-20 13:14 +0200 http://bitbucket.org/pypy/pypy/changeset/a6922067f4ef/ Log:Review, minor tweaks diff --git a/pypy/module/_pypyjson/simd.py b/pypy/module/_pypyjson/simd.py --- a/pypy/module/_pypyjson/simd

[pypy-commit] pypy json-decoder-maps: fix bytes/WORD_SIZE confusion (thanks Armin)

2019-09-20 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: json-decoder-maps Changeset: r97566:3a51f8eb6272 Date: 2019-09-20 12:32 +0200 http://bitbucket.org/pypy/pypy/changeset/3a51f8eb6272/ Log:fix bytes/WORD_SIZE confusion (thanks Armin) diff --git a/pypy/module/_pypyjson/simd.py b/pypy/module/_pypyjson

[pypy-commit] pypy json-decoder-maps: remove usage of get_nonmovingbuffer_final_null

2019-09-20 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: json-decoder-maps Changeset: r97565:42f36c45bad2 Date: 2019-09-20 12:31 +0200 http://bitbucket.org/pypy/pypy/changeset/42f36c45bad2/ Log:remove usage of get_nonmovingbuffer_final_null diff --git a/pypy/module/_pypyjson/interp_decoder.py b/pypy/mod

[pypy-commit] pypy default: should fix the encoding errors

2019-09-20 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r97564:648820f106b9 Date: 2019-09-20 11:44 +0200 http://bitbucket.org/pypy/pypy/changeset/648820f106b9/ Log:should fix the encoding errors diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/te

[pypy-commit] pypy default: update pycparser to latest version

2019-09-20 Thread mattip
Author: Matti Picus Branch: Changeset: r97563:af4a8595c924 Date: 2019-09-20 12:20 +0300 http://bitbucket.org/pypy/pypy/changeset/af4a8595c924/ Log:update pycparser to latest version diff too long, truncating to 2000 out of 8412 lines diff --git a/lib_pypy/cffi/_pycparser/__init__.py b/lib

[pypy-commit] pypy default: test that pycparser is latest version

2019-09-20 Thread mattip
Author: Matti Picus Branch: Changeset: r97562:bcb0c566c840 Date: 2019-09-20 12:21 +0300 http://bitbucket.org/pypy/pypy/changeset/bcb0c566c840/ Log:test that pycparser is latest version diff --git a/extra_tests/cffi_tests/test_egg_version.py b/extra_tests/cffi_tests/test_version.py rename f

[pypy-commit] pypy default: Updates from review

2019-09-20 Thread mattip
Author: Matti Picus Branch: Changeset: r97561:ff708db85023 Date: 2019-09-20 11:18 +0300 http://bitbucket.org/pypy/pypy/changeset/ff708db85023/ Log:Updates from review diff --git a/pypy/doc/release-v7.2.0.rst b/pypy/doc/release-v7.2.0.rst --- a/pypy/doc/release-v7.2.0.rst +++ b/pypy/doc/rele

[pypy-commit] pypy py3.6: changeset abe60bf6dc7b broke re.compile('([ \t]*line\W)|([ \t]*\d+)') in cffi

2019-09-20 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97560:b2dd9b388196 Date: 2019-09-20 09:51 +0300 http://bitbucket.org/pypy/pypy/changeset/b2dd9b388196/ Log:changeset abe60bf6dc7b broke re.compile('([ \t]*line\W)|([ \t]*\d+)') in cffi diff --git a/pypy/interpreter/pyparser/test/apptest_p