[pypy-commit] pypy default: document pulled PR

2017-02-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90216:ca7a2e7283e5 Date: 2017-02-20 09:12 +0100 http://bitbucket.org/pypy/pypy/changeset/ca7a2e7283e5/ Log:document pulled PR diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-

[pypy-commit] pypy default: Pff, whack more at the hack for calling str_encode_utf_8 from

2017-02-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90215:bde34ec1885f Date: 2017-02-20 09:10 +0100 http://bitbucket.org/pypy/pypy/changeset/bde34ec1885f/ Log:Pff, whack more at the hack for calling str_encode_utf_8 from ''.encode('utf-8') diff --git a/rpython/annotator/unaryop.py b/rpython/anno

[pypy-commit] cffi default: 32-bit fix

2017-02-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2892:26883ba44f00 Date: 2017-02-20 09:17 +0100 http://bitbucket.org/cffi/cffi/changeset/26883ba44f00/ Log:32-bit fix diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -3846,7 +3846,7 @@ assert (b > a) is False

[pypy-commit] pypy default: import cffi/26883ba44f00

2017-02-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90217:fd2d7f445ec1 Date: 2017-02-20 09:17 +0100 http://bitbucket.org/pypy/pypy/changeset/fd2d7f445ec1/ Log:import cffi/26883ba44f00 diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py b/pypy/module/_cffi_backend/test/_backend_test_c.py ---

[pypy-commit] pypy py3.5: test and fix

2017-02-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90218:3910e862f7e9 Date: 2017-02-20 10:06 +0100 http://bitbucket.org/pypy/pypy/changeset/3910e862f7e9/ Log:test and fix diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/generator.py +++ b/pypy/inter

[pypy-commit] pypy default: Add a __contains__ method on dict.viewkeys() and dict.viewitems().

2017-02-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90219:d9ee4fe1cd44 Date: 2017-02-20 10:43 +0100 http://bitbucket.org/pypy/pypy/changeset/d9ee4fe1cd44/ Log:Add a __contains__ method on dict.viewkeys() and dict.viewitems(). Without it, it would walk the list, which is the wrong complexity diff

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

2017-02-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90220:ae9e485aec01 Date: 2017-02-20 10:50 +0100 http://bitbucket.org/pypy/pypy/changeset/ae9e485aec01/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsn

[pypy-commit] pypy py3.5: line number changed

2017-02-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90221:803933b393b9 Date: 2017-02-20 11:02 +0100 http://bitbucket.org/pypy/pypy/changeset/803933b393b9/ Log:line number changed diff --git a/lib-python/3/test/test_doctest.py b/lib-python/3/test/test_doctest.py --- a/lib-python/3/test/test_doctest

[pypy-commit] pypy py3.5: fix error message

2017-02-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90222:549b113c75b6 Date: 2017-02-20 11:14 +0100 http://bitbucket.org/pypy/pypy/changeset/549b113c75b6/ Log:fix error message diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py --- a/pypy/objspace/std/formatting.py +++ b

[pypy-commit] pypy py3.5: update to cryptography 1.7.2

2017-02-20 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r90224:c6383e02884f Date: 2017-02-20 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/c6383e02884f/ Log:update to cryptography 1.7.2 diff --git a/lib_pypy/_cffi_ssl/README.md b/lib_pypy/_cffi_ssl/README.md --- a/lib_pypy/_cffi_ssl/README.

[pypy-commit] pypy vmprof-native: step once more to discard signal frame

2017-02-20 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90223:53e085c091e4 Date: 2017-02-13 17:30 +0100 http://bitbucket.org/pypy/pypy/changeset/53e085c091e4/ Log:step once more to discard signal frame diff --git a/rpython/rlib/rvmprof/src/shared/vmp_stack.c b/rpython/rlib/rvmprof/src/sh

[pypy-commit] pypy py3.5: consider GEN_RID while extracting the get_peer_alt_names (change in stdlib 3.5.3)

2017-02-20 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r90225:dd295fcef6cb Date: 2017-02-20 12:02 +0100 http://bitbucket.org/pypy/pypy/changeset/dd295fcef6cb/ Log:consider GEN_RID while extracting the get_peer_alt_names (change in stdlib 3.5.3) diff --git a/lib_pypy/_cffi_ssl/_stdssl/cert

[pypy-commit] pypy default: two more wraps

2017-02-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90226:5f26b57a7716 Date: 2017-02-20 12:16 +0100 http://bitbucket.org/pypy/pypy/changeset/5f26b57a7716/ Log:two more wraps diff --git a/pypy/module/__pypy__/interp_magic.py b/pypy/module/__pypy__/interp_magic.py --- a/pypy/module/__pypy__/inte

[pypy-commit] pypy py3.5: skip a test, make another pass by loosening the skip condition

2017-02-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90227:cdc6aac40ecf Date: 2017-02-20 13:12 +0100 http://bitbucket.org/pypy/pypy/changeset/cdc6aac40ecf/ Log:skip a test, make another pass by loosening the skip condition diff --git a/lib-python/3/test/test_readline.py b/lib-python/3/test/test_rea

[pypy-commit] pypy default: mark space.wrap @not_rpython

2017-02-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90228:7ce64de7ad35 Date: 2017-02-20 13:43 +0100 http://bitbucket.org/pypy/pypy/changeset/7ce64de7ad35/ Log:mark space.wrap @not_rpython diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspace/std/objspace

[pypy-commit] pypy py3.5: implement RAND_egd in pypy's _ssl module, `not bytearray([]) is True` (which seems to be the same rule as `not []`), fixes a bug in SSLSocket.read

2017-02-20 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r90230:4a32251b3e93 Date: 2017-02-20 15:34 +0100 http://bitbucket.org/pypy/pypy/changeset/4a32251b3e93/ Log:implement RAND_egd in pypy's _ssl module, `not bytearray([]) is True` (which seems to be the same rule as `not []`), fixes a bu

[pypy-commit] pypy py3.5: openssl 1.1.x introduces i2t_ASN1_OBJECT, and the stdlib immedeatly uses it, instead of directly calling OBJ_obj2txt (an alias with 1 extra parameter)

2017-02-20 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r90229:6ac694bd3fc5 Date: 2017-02-20 14:09 +0100 http://bitbucket.org/pypy/pypy/changeset/6ac694bd3fc5/ Log:openssl 1.1.x introduces i2t_ASN1_OBJECT, and the stdlib immedeatly uses it, instead of directly calling OBJ_obj2txt (an alias

[pypy-commit] pypy py3.5: memoryview is not pickleable, add test that fails

2017-02-20 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r90231:2f6597ed3e91 Date: 2017-02-20 15:52 +0100 http://bitbucket.org/pypy/pypy/changeset/2f6597ed3e91/ Log:memoryview is not pickleable, add test that fails diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/tes

[pypy-commit] pypy default: add sysconfig.get_config_var('INCLUDEPY')

2017-02-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90232:5c0c182a6a77 Date: 2017-02-20 16:18 +0100 http://bitbucket.org/pypy/pypy/changeset/5c0c182a6a77/ Log:add sysconfig.get_config_var('INCLUDEPY') diff --git a/lib-python/2.7/sysconfig.py b/lib-python/2.7/sysconfig.py --- a/lib-python/2.7/sysconfig.p

[pypy-commit] pypy default: Trying a fix for OS/X, untested (john z. on pypy-dev)

2017-02-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90233:31ecf3410703 Date: 2017-02-20 16:28 +0100 http://bitbucket.org/pypy/pypy/changeset/31ecf3410703/ Log:Trying a fix for OS/X, untested (john z. on pypy-dev) diff --git a/rpython/translator/platform/darwin.py b/rpython/translator/platform/darwin.py

[pypy-commit] extradoc extradoc: add myself

2017-02-20 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5783:9249bdc0f90e Date: 2017-02-20 17:51 +0100 http://bitbucket.org/pypy/extradoc/changeset/9249bdc0f90e/ Log:add myself diff --git a/sprintinfo/leysin-winter-2017/people.txt b/sprintinfo/leysin-winter-2017/people.txt --- a/sprintinfo/leysin

[pypy-commit] pypy py3.5: 'fix' the test by giving the behavior expected on PyPy, which is also (see docstring) more consistent imho.

2017-02-20 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90234:9e34b1ddde5c Date: 2017-02-20 18:14 +0100 http://bitbucket.org/pypy/pypy/changeset/9e34b1ddde5c/ Log:'fix' the test by giving the behavior expected on PyPy, which is also (see docstring) more consistent imho. diff --git a/lib-python/

[pypy-commit] pypy default: Fix interaction of PyGILState_* with thread states

2017-02-20 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r90235:03278118ee16 Date: 2017-02-21 05:38 + http://bitbucket.org/pypy/pypy/changeset/03278118ee16/ Log:Fix interaction of PyGILState_* with thread states Instead of nulling the ec.cpyext_threadstate when releasing the gil via PyEval

[pypy-commit] pypy cpyext-threads-gil: Close branch cpyext-threads-gil.

2017-02-20 Thread rlamy
Author: Ronan Lamy Branch: cpyext-threads-gil Changeset: r90236:c72b816f6e2a Date: 2017-02-21 05:41 + http://bitbucket.org/pypy/pypy/changeset/c72b816f6e2a/ Log:Close branch cpyext-threads-gil. ___ pypy-commit mailing list pypy-commit@python.or

[pypy-commit] pypy default: * only mark the tstate as released after we called PyGILState_Release()

2017-02-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90237:8e04fbcbc608 Date: 2017-02-21 08:14 +0100 http://bitbucket.org/pypy/pypy/changeset/8e04fbcbc608/ Log:* only mark the tstate as released after we called PyGILState_Release() enough times to balance the number of calls to PyGILState_

[pypy-commit] extradoc extradoc: fix dates from last I heard

2017-02-20 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5784:792034ae90a5 Date: 2017-02-21 08:16 +0100 http://bitbucket.org/pypy/extradoc/changeset/792034ae90a5/ Log:fix dates from last I heard diff --git a/sprintinfo/leysin-winter-2017/people.txt b/sprintinfo/leysin-winter-2017/people.txt --- a/sp

[pypy-commit] pypy default: A test that fails before 8e04fbcbc608

2017-02-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90238:fcfa989b8c49 Date: 2017-02-21 08:37 +0100 http://bitbucket.org/pypy/pypy/changeset/fcfa989b8c49/ Log:A test that fails before 8e04fbcbc608 diff --git a/pypy/module/cpyext/test/test_pystate.py b/pypy/module/cpyext/test/test_pystate.py --- a/pypy/

[pypy-commit] extradoc extradoc: definitive travel dates

2017-02-20 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5785:5ada3a95dafb Date: 2017-02-21 08:42 +0100 http://bitbucket.org/pypy/extradoc/changeset/5ada3a95dafb/ Log:definitive travel dates diff --git a/sprintinfo/leysin-winter-2017/people.txt b/sprintinfo/leysin-winter-2017/people.txt --- a/sprint

[pypy-commit] pypy default: fix for 31ecf3410703 running some tests

2017-02-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90239:071247c0f952 Date: 2017-02-21 08:45 +0100 http://bitbucket.org/pypy/pypy/changeset/071247c0f952/ Log:fix for 31ecf3410703 running some tests diff --git a/rpython/translator/platform/posix.py b/rpython/translator/platform/posix.py --- a/rpython/t