[pypy-commit] pypy py3.5: If the machine can be [3-6], allow the suffix to be [3-6].

2017-08-18 Thread exarkun
Author: Jean-Paul Calderone Branch: py3.5 Changeset: r92173:6eb780259953 Date: 2017-08-18 15:43 -0400 http://bitbucket.org/pypy/pypy/changeset/6eb780259953/ Log:If the machine can be [3-6], allow the suffix to be [3-6]. It's hard to tell but the intent (https://www.python.or

[pypy-commit] pypy py3.5: merge upstream

2017-08-18 Thread exarkun
Author: Jean-Paul Calderone Branch: py3.5 Changeset: r92174:38134ba71d3c Date: 2017-08-18 15:44 -0400 http://bitbucket.org/pypy/pypy/changeset/38134ba71d3c/ Log:merge upstream diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/bytesobject

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

2017-08-18 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r92172:9872266a277f Date: 2017-08-18 21:20 +0200 http://bitbucket.org/pypy/pypy/changeset/9872266a277f/ Log:hg merge diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytesobject.py --- a/pypy/objspace/std/bytesobject.py +++ b/pyp

[pypy-commit] pypy py3.5: Rename bytes.translate's 'deletechars' argument to 'delete' to match CPython.

2017-08-18 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r92169:995cc5bdbad5 Date: 2017-07-22 03:36 +0200 http://bitbucket.org/pypy/pypy/changeset/995cc5bdbad5/ Log:Rename bytes.translate's 'deletechars' argument to 'delete' to match CPython. diff --git a/pypy/objspace/std/bytesobject.py b/pypy

[pypy-commit] pypy py3.6: Test and fix type of result of .fromhex().

2017-08-18 Thread mjacob
Author: Manuel Jacob Branch: py3.6 Changeset: r92171:ac3e33369ba0 Date: 2017-07-22 03:54 +0200 http://bitbucket.org/pypy/pypy/changeset/ac3e33369ba0/ Log:Test and fix type of result of .fromhex(). diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a

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

2017-08-18 Thread mjacob
Author: Manuel Jacob Branch: py3.6 Changeset: r92170:3cbf980069f5 Date: 2017-07-22 03:37 +0200 http://bitbucket.org/pypy/pypy/changeset/3cbf980069f5/ Log:hg merge py3.5 diff --git a/lib_pypy/_cffi_ssl/README.md b/lib_pypy/_cffi_ssl/README.md --- a/lib_pypy/_cffi_ssl/README.md +++ b/lib_pypy/

[pypy-commit] pypy py3.5: The `U` mode is deprecated on Python 3; use r instead.

2017-08-18 Thread exarkun
Author: Jean-Paul Calderone Branch: py3.5 Changeset: r92168:6ee00ca3924e Date: 2017-08-18 11:30 -0400 http://bitbucket.org/pypy/pypy/changeset/6ee00ca3924e/ Log:The `U` mode is deprecated on Python 3; use r instead. diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_ap

[pypy-commit] pypy default: Issue #2636

2017-08-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r92167:eaa386e4970b Date: 2017-08-18 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/eaa386e4970b/ Log:Issue #2636 Add the same workaround as CPython for os.write() on Windows on a tty diff --git a/rpython/rlib/rposix.py b/rpython/

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

2017-08-18 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92166:90593ef2b17c Date: 2017-08-18 16:28 +0200 http://bitbucket.org/pypy/pypy/changeset/90593ef2b17c/ Log:hg merge default diff --git a/lib-python/2.7/ctypes/__init__.py b/lib-python/2.7/ctypes/__init__.py --- a/lib-python/2.7/ctypes/__init__.py