[pypy-commit] pypy default: fix issue #2701

2017-11-13 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: Changeset: r93001:b95f1240ad90 Date: 2017-11-13 12:13 +0100 http://bitbucket.org/pypy/pypy/changeset/b95f1240ad90/ Log:fix issue #2701 allow the sequences future-import, docstring, future-import for CPython bug-compatibility diff

[pypy-commit] pypy math-improvements: Remove invert logic from rqshift (it is only used with positive numbers)

2017-11-13 Thread stian
Author: stian Branch: math-improvements Changeset: r93002:3f4aca709e49 Date: 2017-11-13 13:53 +0100 http://bitbucket.org/pypy/pypy/changeset/3f4aca709e49/ Log:Remove invert logic from rqshift (it is only used with positive numbers) diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/r

[pypy-commit] pypy py3.5: backout c7e665a4d094: this hack isn't needed any more

2017-11-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93003:e73ed06e7955 Date: 2017-11-13 16:53 + http://bitbucket.org/pypy/pypy/changeset/e73ed06e7955/ Log:backout c7e665a4d094: this hack isn't needed any more diff --git a/lib-python/3/inspect.py b/lib-python/3/inspect.py --- a/lib-python/3/insp

[pypy-commit] pypy default: Test an obscure difference between C-defined and Python-defined functions

2017-11-13 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93004:3b8c612bb506 Date: 2017-11-13 18:14 + http://bitbucket.org/pypy/pypy/changeset/3b8c612bb506/ Log:Test an obscure difference between C-defined and Python-defined functions diff --git a/pypy/module/cpyext/test/test_methodobject.py b/py

[pypy-commit] pypy default: Implement cpyext.is_cpyext_function()

2017-11-13 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93005:a305590465d6 Date: 2017-11-13 20:30 + http://bitbucket.org/pypy/pypy/changeset/a305590465d6/ Log:Implement cpyext.is_cpyext_function() inspect.isbuiltin() now returns True for functions implemented in C, like on CPython. diff

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

2017-11-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93006:19326fb34a67 Date: 2017-11-13 21:07 + http://bitbucket.org/pypy/pypy/changeset/19326fb34a67/ Log:hg merge default diff --git a/extra_tests/test_bytes.py b/extra_tests/test_bytes.py --- a/extra_tests/test_bytes.py +++ b/extra_tests/test_b

[pypy-commit] pypy py3.5: Return True from inspect.isbuiltin() for functions implemented in C

2017-11-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93007:06fb68203b17 Date: 2017-11-13 21:09 + http://bitbucket.org/pypy/pypy/changeset/06fb68203b17/ Log:Return True from inspect.isbuiltin() for functions implemented in C diff --git a/lib-python/3/inspect.py b/lib-python/3/inspect.py --- a/lib

[pypy-commit] pypy py3.5: Skip (parts of) tests that require _pickle

2017-11-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93008:fc81c46b1987 Date: 2017-11-13 21:32 + http://bitbucket.org/pypy/pypy/changeset/fc81c46b1987/ Log:Skip (parts of) tests that require _pickle diff --git a/lib-python/3/test/test_inspect.py b/lib-python/3/test/test_inspect.py --- a/lib-pyt

[pypy-commit] pypy default: Merged in tpruzina/pypy (pull request #581)

2017-11-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r93010:27b914ed1ea1 Date: 2017-11-13 22:45 + http://bitbucket.org/pypy/pypy/changeset/27b914ed1ea1/ Log:Merged in tpruzina/pypy (pull request #581) fix detect_pax behavior on linux if procfs is mounted with hidepid>=1 Approv

[pypy-commit] pypy default: fix detect_pax behavior on linux where procfs is mounted with hidepid>=1

2017-11-13 Thread Tomáš Pružina
Author: Tomáš Pružina Branch: Changeset: r93009:368d2eef1229 Date: 2017-11-05 05:46 +0100 http://bitbucket.org/pypy/pypy/changeset/368d2eef1229/ Log:fix detect_pax behavior on linux where procfs is mounted with hidepid>=1 PID1 (init) isn't observable on systems with procfs m