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
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
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
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
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
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/
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
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/
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