[pypy-commit] pypy py3.5: Add a dummy enum_certificates() function, for now

2017-12-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93507:cffba7a52fb2 Date: 2017-12-20 08:05 +0100 http://bitbucket.org/pypy/pypy/changeset/cffba7a52fb2/ Log:Add a dummy enum_certificates() function, for now diff --git a/lib_pypy/_ssl/__init__.py b/lib_pypy/_ssl/__init__.py ---

[pypy-commit] pypy py3.5: Add a dummy faulthandler.py for the CPython test suite

2017-12-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93506:3c8c318aa8d4 Date: 2017-12-20 07:59 +0100 http://bitbucket.org/pypy/pypy/changeset/3c8c318aa8d4/ Log:Add a dummy faulthandler.py for the CPython test suite diff --git a/lib_pypy/faulthandler.py b/lib_pypy/faulthandler.py

[pypy-commit] pypy py3.5: Port of c1c8d16890dd

2017-12-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93505:fd74b9439261 Date: 2017-12-20 07:45 +0100 http://bitbucket.org/pypy/pypy/changeset/fd74b9439261/ Log:Port of c1c8d16890dd diff --git a/lib-python/3/subprocess.py b/lib-python/3/subprocess.py --- a/lib-python/3/subprocess.py

[pypy-commit] pypy default: Make virtualenv work on Windows too

2017-12-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r93504:c1c8d16890dd Date: 2017-12-20 07:40 +0100 http://bitbucket.org/pypy/pypy/changeset/c1c8d16890dd/ Log:Make virtualenv work on Windows too diff --git a/lib-python/2.7/subprocess.py b/lib-python/2.7/subprocess.py ---

[pypy-commit] pypy default: tweak release note

2017-12-19 Thread mattip
Author: Matti Picus Branch: Changeset: r93503:e167b99ca093 Date: 2017-12-19 23:05 +0200 http://bitbucket.org/pypy/pypy/changeset/e167b99ca093/ Log:tweak release note diff --git a/pypy/doc/release-v5.10.0.rst b/pypy/doc/release-v5.10.0.rst ---

[pypy-commit] pypy py3.5: update version to 5.11

2017-12-19 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93502:24caad1df703 Date: 2017-12-19 22:52 +0200 http://bitbucket.org/pypy/pypy/changeset/24caad1df703/ Log:update version to 5.11 diff --git a/pypy/module/cpyext/include/patchlevel.h

[pypy-commit] pypy default: add release note to index

2017-12-19 Thread mattip
Author: Matti Picus Branch: Changeset: r93501:7a2df755e1a5 Date: 2017-12-19 22:51 +0200 http://bitbucket.org/pypy/pypy/changeset/7a2df755e1a5/ Log:add release note to index diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst ---

[pypy-commit] pypy default: merge again fix-vmprof-stacklet-switch-2: this should fix translation on platforms where vmprof is not supported, and it also refactor rvmprof.cintf to be slightly saner

2017-12-19 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r93500:e742e3594267 Date: 2017-12-19 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/e742e3594267/ Log:merge again fix-vmprof-stacklet-switch-2: this should fix translation on platforms where vmprof is not supported,

[pypy-commit] pypy fix-vmprof-stacklet-switch-2: close this branch again

2017-12-19 Thread antocuni
Author: Antonio Cuni Branch: fix-vmprof-stacklet-switch-2 Changeset: r93499:40f2b92848b2 Date: 2017-12-19 19:03 +0100 http://bitbucket.org/pypy/pypy/changeset/40f2b92848b2/ Log:close this branch again ___ pypy-commit mailing

[pypy-commit] pypy py3.5: Merged in py3.5-xattr (pull request #586)

2017-12-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93498:fa25c452dbb5 Date: 2017-12-19 17:24 + http://bitbucket.org/pypy/pypy/changeset/fa25c452dbb5/ Log:Merged in py3.5-xattr (pull request #586) Implement posix.*xattr functions diff --git

[pypy-commit] pypy py3.5-xattr: Close branch py3.5-xattr

2017-12-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5-xattr Changeset: r93497:2c730fa110fc Date: 2017-12-19 17:24 + http://bitbucket.org/pypy/pypy/changeset/2c730fa110fc/ Log:Close branch py3.5-xattr ___ pypy-commit mailing list

[pypy-commit] pypy py3.5-xattr: Implement posix.listxattr(), fix test

2017-12-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5-xattr Changeset: r93496:eeeb03d063f0 Date: 2017-12-19 17:02 + http://bitbucket.org/pypy/pypy/changeset/eeeb03d063f0/ Log:Implement posix.listxattr(), fix test diff --git a/pypy/module/posix/__init__.py

[pypy-commit] pypy py3.5-xattr: Add rposix.(f)listxattr

2017-12-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5-xattr Changeset: r93495:05c458bd2a65 Date: 2017-12-19 16:49 + http://bitbucket.org/pypy/pypy/changeset/05c458bd2a65/ Log:Add rposix.(f)listxattr diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] pypy fix-vmprof-stacklet-switch-2: this is the correct string for 32bit intel

2017-12-19 Thread antocuni
Author: Antonio Cuni Branch: fix-vmprof-stacklet-switch-2 Changeset: r93494:41babd8886fa Date: 2017-12-19 17:48 +0100 http://bitbucket.org/pypy/pypy/changeset/41babd8886fa/ Log:this is the correct string for 32bit intel diff --git a/rpython/rlib/rvmprof/cintf.py

[pypy-commit] pypy py3.5-xattr: Enable getxattr, setxattr, removexattr

2017-12-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5-xattr Changeset: r93493:7bb9dfa2b7ff Date: 2017-12-19 16:10 + http://bitbucket.org/pypy/pypy/changeset/7bb9dfa2b7ff/ Log:Enable getxattr, setxattr, removexattr diff --git a/pypy/module/posix/__init__.py

[pypy-commit] pypy py3.5-xattr: Fix test_xattr()

2017-12-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5-xattr Changeset: r93492:eef439fa3527 Date: 2017-12-19 15:42 + http://bitbucket.org/pypy/pypy/changeset/eef439fa3527/ Log:Fix test_xattr() diff --git a/rpython/rlib/test/test_rposix.py b/rpython/rlib/test/test_rposix.py ---

[pypy-commit] pypy py3.5-xattr: wip

2017-12-19 Thread rlamy
Author: Ronan Lamy Branch: py3.5-xattr Changeset: r93491:61730fb1f196 Date: 2017-12-19 15:11 + http://bitbucket.org/pypy/pypy/changeset/61730fb1f196/ Log:wip diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy fix-vmprof-stacklet-switch-2: Switch to a saner way to handle vmprof on unsupported platforms:

2017-12-19 Thread antocuni
Author: Antonio Cuni Branch: fix-vmprof-stacklet-switch-2 Changeset: r93490:afe32451952d Date: 2017-12-19 16:11 +0100 http://bitbucket.org/pypy/pypy/changeset/afe32451952d/ Log:Switch to a saner way to handle vmprof on unsupported platforms: - currently, we

[pypy-commit] pypy fix-vmprof-stacklet-switch-2: move the ECI stuff into a proper function: this way, it will be easier to ensure that the ECI is not created at all on unsupported platforms

2017-12-19 Thread antocuni
Author: Antonio Cuni Branch: fix-vmprof-stacklet-switch-2 Changeset: r93489:df87d2ec0d1b Date: 2017-12-19 15:49 +0100 http://bitbucket.org/pypy/pypy/changeset/df87d2ec0d1b/ Log:move the ECI stuff into a proper function: this way, it will be easier to ensure that

[pypy-commit] pypy default: merge

2017-12-19 Thread fijal
Author: fijal Branch: Changeset: r93488:2ac941dfb825 Date: 2017-12-19 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/2ac941dfb825/ Log:merge diff --git a/pypy/doc/release-v5.10.0.rst b/pypy/doc/release-v5.10.0.rst --- a/pypy/doc/release-v5.10.0.rst +++ b/pypy/doc/release-v5.10.0.rst

[pypy-commit] pypy default: go through history

2017-12-19 Thread fijal
Author: fijal Branch: Changeset: r93487:c4e2adba9d2d Date: 2017-12-19 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/c4e2adba9d2d/ Log:go through history diff --git a/pypy/doc/release-v5.10.0.rst b/pypy/doc/release-v5.10.0.rst --- a/pypy/doc/release-v5.10.0.rst +++

[pypy-commit] pypy default: Add a sentence

2017-12-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r93486:e013e4c45333 Date: 2017-12-19 14:32 +0100 http://bitbucket.org/pypy/pypy/changeset/e013e4c45333/ Log:Add a sentence diff --git a/pypy/doc/release-v5.10.0.rst b/pypy/doc/release-v5.10.0.rst --- a/pypy/doc/release-v5.10.0.rst +++

[pypy-commit] pypy default: start writing release notes

2017-12-19 Thread fijal
Author: fijal Branch: Changeset: r93485:183901a755d3 Date: 2017-12-19 15:26 +0200 http://bitbucket.org/pypy/pypy/changeset/183901a755d3/ Log:start writing release notes diff --git a/pypy/doc/release-v5.10.0.rst b/pypy/doc/release-v5.10.0.rst new file mode 100644 --- /dev/null +++

[pypy-commit] pypy release-pypy3.5-v5.9.x: bump whatsnew

2017-12-19 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93484:636834242c92 Date: 2017-12-18 19:30 +0200 http://bitbucket.org/pypy/pypy/changeset/636834242c92/ Log:bump whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy py3.5: Windows: missing _setmode(O_BINARY) in FileIO

2017-12-19 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r93483:64afb0785729 Date: 2017-12-19 10:57 +0100 http://bitbucket.org/pypy/pypy/changeset/64afb0785729/ Log:Windows: missing _setmode(O_BINARY) in FileIO diff --git a/pypy/module/_io/interp_fileio.py

[pypy-commit] pypy non-linux-vmprof-stacklet-switch-2: try to fix translation for non-linux

2017-12-19 Thread mattip
Author: Matti Picus Branch: non-linux-vmprof-stacklet-switch-2 Changeset: r93482:80316b2e779f Date: 2017-12-19 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/80316b2e779f/ Log:try to fix translation for non-linux diff --git a/rpython/rlib/rvmprof/rvmprof.py