[pypy-commit] pypy default: merge cppyy-packaging: move to latest backend (0.6.0) and support exceptions through wrappers

2018-04-23 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r94435:e50e11af23f1 Date: 2018-04-23 19:57 -0700 http://bitbucket.org/pypy/pypy/changeset/e50e11af23f1/ Log:merge cppyy-packaging: move to latest backend (0.6.0) and support exceptions through wrappers diff --git

[pypy-commit] pypy cppyy-packaging: update enum handling

2018-04-23 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94433:3f9d98258560 Date: 2018-04-23 19:46 -0700 http://bitbucket.org/pypy/pypy/changeset/3f9d98258560/ Log:update enum handling diff --git a/pypy/module/_cppyy/src/dummy_backend.cxx

[pypy-commit] pypy cppyy-packaging: fix translation

2018-04-23 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94434:43f7036815b1 Date: 2018-04-23 19:46 -0700 http://bitbucket.org/pypy/pypy/changeset/43f7036815b1/ Log:fix translation diff --git a/pypy/module/_cppyy/interp_cppyy.py b/pypy/module/_cppyy/interp_cppyy.py ---

[pypy-commit] pypy cppyy-packaging: merge default into branch

2018-04-23 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94432:4f2df82b0b9f Date: 2018-04-23 15:52 -0700 http://bitbucket.org/pypy/pypy/changeset/4f2df82b0b9f/ Log:merge default into branch diff --git a/pypy/doc/release-v6.0.0.rst b/pypy/doc/release-v6.0.0.rst ---

[pypy-commit] pypy cppyy-packaging: initial support for exception handling from wrapped functions

2018-04-23 Thread wlav
Author: Wim Lavrijsen Branch: cppyy-packaging Changeset: r94431:dd967ce1da92 Date: 2018-04-23 15:52 -0700 http://bitbucket.org/pypy/pypy/changeset/dd967ce1da92/ Log:initial support for exception handling from wrapped functions diff --git

[pypy-commit] pypy py3.5: Implement ssl.enum_crls() for win32

2018-04-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94429:2a637a86bcba Date: 2018-04-23 18:02 +0200 http://bitbucket.org/pypy/pypy/changeset/2a637a86bcba/ Log:Implement ssl.enum_crls() for win32 diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/pypy_win32_extra.py

[pypy-commit] pypy py3.5: Implement the win32 function ssl.enum_certificates()

2018-04-23 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r94428:b129a34163ac Date: 2018-04-23 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/b129a34163ac/ Log:Implement the win32 function ssl.enum_certificates() diff --git a/lib_pypy/_cffi_ssl/README.md

[pypy-commit] pypy default: add a test for 321aff47be74

2018-04-23 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r94427:05d4bb2624e8 Date: 2018-04-23 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/05d4bb2624e8/ Log:add a test for 321aff47be74 diff --git a/pypy/interpreter/test/test_executioncontext.py

[pypy-commit] pypy default: Issue #2805 Attempted fix

2018-04-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r94426:321aff47be74 Date: 2018-04-23 15:04 +0200 http://bitbucket.org/pypy/pypy/changeset/321aff47be74/ Log:Issue #2805 Attempted fix diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executioncontext.py ---

[pypy-commit] pypy default: Fix a case where the list strategy leaks to the user

2018-04-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r94425:bae7d61d060c Date: 2018-04-23 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/bae7d61d060c/ Log:Fix a case where the list strategy leaks to the user diff --git a/pypy/objspace/std/listobject.py