[pypy-commit] pypy default: test, fix calling unbound object method with no args like np.int32.__array__()

2017-08-09 Thread mattip
Author: Matti Picus Branch: Changeset: r92114:dcea72970920 Date: 2017-08-09 13:26 +0300 http://bitbucket.org/pypy/pypy/changeset/dcea72970920/ Log:test, fix calling unbound object method with no args like np.int32.__array__() diff --git a/pypy/module/cpyext/methodobject.py b/pypy/m

[pypy-commit] pypy default: merge

2017-08-09 Thread fijal
Author: fijal Branch: Changeset: r92116:e3868e494742 Date: 2017-08-09 13:20 +0200 http://bitbucket.org/pypy/pypy/changeset/e3868e494742/ Log:merge diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py b/lib-python/2.7/distutils/sysconfig_pypy.py --- a/lib-python/2.7/distutils/sysconfig_py

[pypy-commit] pypy default: warn only if mercurial explodes

2017-08-09 Thread fijal
Author: fijal Branch: Changeset: r92115:1a9ef5428d4e Date: 2017-08-09 13:19 +0200 http://bitbucket.org/pypy/pypy/changeset/1a9ef5428d4e/ Log:warn only if mercurial explodes diff --git a/rpython/tool/version.py b/rpython/tool/version.py --- a/rpython/tool/version.py +++ b/rpython/tool/version

[pypy-commit] pypy default: more of the same

2017-08-09 Thread fijal
Author: fijal Branch: Changeset: r92117:85d7ced5c2a8 Date: 2017-08-09 13:24 +0200 http://bitbucket.org/pypy/pypy/changeset/85d7ced5c2a8/ Log:more of the same diff --git a/rpython/tool/version.py b/rpython/tool/version.py --- a/rpython/tool/version.py +++ b/rpython/tool/version.py @@ -66,8 +6

[pypy-commit] pypy default: test, fix for cpython compatibility when PyObject_RichCompareBool(a, a, ...)

2017-08-09 Thread mattip
Author: Matti Picus Branch: Changeset: r92118:d6b37b7c15ee Date: 2017-08-09 18:25 +0300 http://bitbucket.org/pypy/pypy/changeset/d6b37b7c15ee/ Log:test, fix for cpython compatibility when PyObject_RichCompareBool(a, a, ...) diff --git a/pypy/module/cpyext/object.py b/pypy/module/cpy