[pypy-commit] pypy py3.7: Implementing isascii for bytes and bytesarray (see bpo-32677)

2019-11-02 Thread [email protected]
Author: [email protected] Branch: py3.7 Changeset: r97938:04142a3f29de Date: 2019-11-02 13:50 + http://bitbucket.org/pypy/pypy/changeset/04142a3f29de/ Log:Implementing isascii for bytes and bytesarray (see bpo-32677) diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objs

[pypy-commit] pypy py3.7: Made fromhex ignore all whitespace (see bpo-28927)

2019-11-02 Thread schoelle
Author: Bernd Schoeller Branch: py3.7 Changeset: r97939:dc491b783ef7 Date: 2019-11-02 15:06 + http://bitbucket.org/pypy/pypy/changeset/dc491b783ef7/ Log:Made fromhex ignore all whitespace (see bpo-28927) diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobje

[pypy-commit] pypy py3.7: Checking for overflow in ctypes array creation (fixing test.test_ctypes)

2019-11-02 Thread schoelle
Author: Bernd Schoeller Branch: py3.7 Changeset: r97940:9f57693bca37 Date: 2019-11-02 16:45 + http://bitbucket.org/pypy/pypy/changeset/9f57693bca37/ Log:Checking for overflow in ctypes array creation (fixing test.test_ctypes) diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_cty

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

2019-11-02 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97941:b2dc8d7edf61 Date: 2019-11-02 17:31 +0100 http://bitbucket.org/pypy/pypy/changeset/b2dc8d7edf61/ Log:hg merge default diff --git a/lib_pypy/_curses_build.py b/lib_pypy/_curses_build.py --- a/lib_pypy/_curses_build.py +++ b/lib_pypy/_curses_b

[pypy-commit] cffi release-1.13: update whatsnew

2019-11-02 Thread arigo
Author: Armin Rigo Branch: release-1.13 Changeset: r3311:31d60585c288 Date: 2019-11-03 07:36 +0100 http://bitbucket.org/cffi/cffi/changeset/31d60585c288/ Log:update whatsnew diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew

[pypy-commit] cffi release-1.13: hg merge default

2019-11-02 Thread arigo
Author: Armin Rigo Branch: release-1.13 Changeset: r3309:b175e63b614b Date: 2019-11-03 07:30 +0100 http://bitbucket.org/cffi/cffi/changeset/b175e63b614b/ Log:hg merge default diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -22,3 +22,4 @@ e0c76668ecf5ab1ad005799cfe1b7cb58610f15

[pypy-commit] cffi default: Tweak the warning message

2019-11-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r3308:0d43d8bf557f Date: 2019-11-03 07:30 +0100 http://bitbucket.org/cffi/cffi/changeset/0d43d8bf557f/ Log:Tweak the warning message diff --git a/cffi/cparser.py b/cffi/cparser.py --- a/cffi/cparser.py +++ b/cffi/cparser.py @@ -159,9 +159,9 @@ def _war

[pypy-commit] cffi release-1.13: update version to 1.13.2

2019-11-02 Thread arigo
Author: Armin Rigo Branch: release-1.13 Changeset: r3310:33354a4abeb4 Date: 2019-11-03 07:33 +0100 http://bitbucket.org/cffi/cffi/changeset/33354a4abeb4/ Log:update version to 1.13.2 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2,7 +2