[pypy-commit] pypy.org extradoc: Mention RevDB from here

2016-11-29 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r824:0917de0cf92d Date: 2016-11-30 00:50 +0100 http://bitbucket.org/pypy/pypy.org/changeset/0917de0cf92d/ Log:Mention RevDB from here diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -182,6 +182,11 @@ The mo

[pypy-commit] pypy.org extradoc: update the values

2016-11-29 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r823:921754465131 Date: 2016-11-29 23:07 +0100 http://bitbucket.org/pypy/pypy.org/changeset/921754465131/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] extradoc extradoc: add two entries to planning/py3.5, remove me from the lock section

2016-11-29 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5754:232b87cd46d7 Date: 2016-11-29 18:04 +0100 http://bitbucket.org/pypy/extradoc/changeset/232b87cd46d7/ Log:add two entries to planning/py3.5, remove me from the lock section diff --git a/planning/py3.5/milestone-1-progress.rst b/plann

[pypy-commit] pypy default: unspotted copy-paste mistake in descroperation, fix error message if __oct__,

2016-11-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r88755:e30a24ad4ccd Date: 2016-11-29 17:54 +0100 http://bitbucket.org/pypy/pypy/changeset/e30a24ad4ccd/ Log:unspotted copy-paste mistake in descroperation, fix error message if __oct__, __repr__, __hex__ return a non-string diff --git a

[pypy-commit] pypy py3.5: merge heads

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88754:49831b800735 Date: 2016-11-29 17:53 +0100 http://bitbucket.org/pypy/pypy/changeset/49831b800735/ Log:merge heads diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py --- a/pypy/interpreter/module.py +++ b/pypy/interpreter/mod

[pypy-commit] pypy py3.5: random attempts at getting more info

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88753:e29cc6279dfb Date: 2016-11-29 17:53 +0100 http://bitbucket.org/pypy/pypy/changeset/e29cc6279dfb/ Log:random attempts at getting more info diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit/test_pypy_c/test_str

[pypy-commit] pypy py3.5: random attempts at fixing tests

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88752:d2ee95db07b2 Date: 2016-11-29 17:33 +0100 http://bitbucket.org/pypy/pypy/changeset/d2ee95db07b2/ Log:random attempts at fixing tests diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py b/pypy/module/pypyjit/test_pypy_c/test_ffi.py ---

[pypy-commit] pypy py3.5: just call importlib._module_repr directly

2016-11-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: py3.5 Changeset: r88751:1b3860266dbd Date: 2016-11-29 17:45 +0100 http://bitbucket.org/pypy/pypy/changeset/1b3860266dbd/ Log:just call importlib._module_repr directly diff --git a/pypy/interpreter/module.py b/pypy/interpreter/module.py --- a/pypy/interpret

[pypy-commit] pypy py3.5: only Exceptions (not BaseExceptions) are ignored when calling module_repr

2016-11-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: py3.5 Changeset: r88750:10fde59504a2 Date: 2016-11-29 17:32 +0100 http://bitbucket.org/pypy/pypy/changeset/10fde59504a2/ Log:only Exceptions (not BaseExceptions) are ignored when calling module_repr diff --git a/pypy/interpreter/module.py b/pypy/in

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

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88749:179f6db6f15b Date: 2016-11-29 16:46 +0100 http://bitbucket.org/pypy/pypy/changeset/179f6db6f15b/ Log:hg merge default diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/rlib/rgc.py @@ -528,6 +528,7

[pypy-commit] pypy default: translation fix

2016-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r88748:1016e6fc4bf6 Date: 2016-11-29 16:46 +0100 http://bitbucket.org/pypy/pypy/changeset/1016e6fc4bf6/ Log:translation fix diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/rlib/rgc.py @@ -528,6 +528,7 @@

[pypy-commit] pypy py3.5: optimize away Coroutine._finalize_() earlier

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88747:c8d9cf08602f Date: 2016-11-29 16:41 +0100 http://bitbucket.org/pypy/pypy/changeset/c8d9cf08602f/ Log:optimize away Coroutine._finalize_() earlier diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpret

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

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88745:2c609fde7223 Date: 2016-11-29 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/2c609fde7223/ Log:hg merge default diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++

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

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88746:f71dea9e2218 Date: 2016-11-29 16:31 +0100 http://bitbucket.org/pypy/pypy/changeset/f71dea9e2218/ Log:fix test diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --- a/pypy/module/_socket/test/

[pypy-commit] pypy default: Use rgc.may_ignore_finalizer() inside PyPy where it makes sense to

2016-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r88741:b31a6c797a0e Date: 2016-11-29 15:27 +0100 http://bitbucket.org/pypy/pypy/changeset/b31a6c797a0e/ Log:Use rgc.may_ignore_finalizer() inside PyPy where it makes sense to diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.

[pypy-commit] pypy py3.5: Make generic the code to find the app-level name of a builtin module

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88743:421d7a728d21 Date: 2016-11-29 16:16 +0100 http://bitbucket.org/pypy/pypy/changeset/421d7a728d21/ Log:Make generic the code to find the app-level name of a builtin module from its rpython-level name diff --git a/pypy/tool/pytest/appte

[pypy-commit] pypy py3.5: merge heads

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88744:5b048af062a4 Date: 2016-11-29 16:17 +0100 http://bitbucket.org/pypy/pypy/changeset/5b048af062a4/ Log:merge heads diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/module/_socket/interp_socke

[pypy-commit] pypy default: Use a dont_look_inside for now for the JIT

2016-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r88740:1312ed9f77fe Date: 2016-11-29 15:11 +0100 http://bitbucket.org/pypy/pypy/changeset/1312ed9f77fe/ Log:Use a dont_look_inside for now for the JIT diff --git a/rpython/rlib/rgc.py b/rpython/rlib/rgc.py --- a/rpython/rlib/rgc.py +++ b/rpython/rlib/rg

[pypy-commit] pypy py3.5: fix for -A tests

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88742:5ddd2ea65793 Date: 2016-11-29 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/5ddd2ea65793/ Log:fix for -A tests diff --git a/pypy/module/signal/test/test_signal.py b/pypy/module/signal/test/test_signal.py --- a/pypy/module/signal/test

[pypy-commit] pypy py3.5: blind fix, cpython test suite tests the repr. of sockets, it renamed protocol to proto

2016-11-29 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r88739:278c99b028ec Date: 2016-11-29 15:35 +0100 http://bitbucket.org/pypy/pypy/changeset/278c99b028ec/ Log:blind fix, cpython test suite tests the repr. of sockets, it renamed protocol to proto diff --git a/pypy/module/_socket/interp

[pypy-commit] pypy py3.5-ssl: merge py3.5

2016-11-29 Thread plan_rich
Author: Richard Plangger Branch: py3.5-ssl Changeset: r88738:709cadb7f491 Date: 2016-11-29 13:02 +0100 http://bitbucket.org/pypy/pypy/changeset/709cadb7f491/ Log:merge py3.5 diff too long, truncating to 2000 out of 2056 lines diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py b/lib-py

[pypy-commit] pypy space-newtext: make space.wrap as @not_rpython

2016-11-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88737:5f267995aab4 Date: 2016-11-29 14:31 +0100 http://bitbucket.org/pypy/pypy/changeset/5f267995aab4/ Log:make space.wrap as @not_rpython diff --git a/pypy/module/_file/interp_stream.py b/pypy/module/_file/interp_stream.py --- a

[pypy-commit] pypy default: Add rgc.may_ignore_finalizer(): an optimization hint that makes the

2016-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r88736:a42d0357c952 Date: 2016-11-29 14:22 +0100 http://bitbucket.org/pypy/pypy/changeset/a42d0357c952/ Log:Add rgc.may_ignore_finalizer(): an optimization hint that makes the GC stop tracking the object---its finalizer(s) won't be called,

[pypy-commit] pypy py3.5-ssl: use _cffi_ssl to implement _hashlib

2016-11-29 Thread plan_rich
Author: Richard Plangger Branch: py3.5-ssl Changeset: r88734:d9e5c51789d1 Date: 2016-11-29 12:23 +0100 http://bitbucket.org/pypy/pypy/changeset/d9e5c51789d1/ Log:use _cffi_ssl to implement _hashlib diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/evp.py b/lib_pypy/_cffi_ssl/_cffi_src/opens

[pypy-commit] pypy py3.5-ssl: update cryptography cffi backend

2016-11-29 Thread plan_rich
Author: Richard Plangger Branch: py3.5-ssl Changeset: r88735:b3977f174074 Date: 2016-11-29 13:01 +0100 http://bitbucket.org/pypy/pypy/changeset/b3977f174074/ Log:update cryptography cffi backend diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/crypto.py b/lib_pypy/_cffi_ssl/_cffi_src/opens

[pypy-commit] pypy space-newtext: remove wrap in struct

2016-11-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88731:10f44f1fe7f8 Date: 2016-11-28 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/10f44f1fe7f8/ Log:remove wrap in struct diff --git a/pypy/module/struct/formatiterator.py b/pypy/module/struct/formatiterator.py --- a/pypy/

[pypy-commit] pypy space-newtext: remove wrap calls in the objspace implementation itself

2016-11-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88733:7608447652cb Date: 2016-11-29 10:51 +0100 http://bitbucket.org/pypy/pypy/changeset/7608447652cb/ Log:remove wrap calls in the objspace implementation itself diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/ba

[pypy-commit] pypy space-newtext: remove space.wrap in array

2016-11-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88730:7b943d7552ef Date: 2016-11-28 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/7b943d7552ef/ Log:remove space.wrap in array diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/m

[pypy-commit] pypy space-newtext: fix the annoying wrap in _rawffi

2016-11-29 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88732:f8751e58e3a8 Date: 2016-11-29 10:39 +0100 http://bitbucket.org/pypy/pypy/changeset/f8751e58e3a8/ Log:fix the annoying wrap in _rawffi diff --git a/pypy/module/_rawffi/interp_rawffi.py b/pypy/module/_rawffi/interp_rawffi.py

[pypy-commit] pypy default: Fix a corner case for weakref.__ne__()

2016-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r88729:ebe85c51ad48 Date: 2016-11-29 11:39 +0100 http://bitbucket.org/pypy/pypy/changeset/ebe85c51ad48/ Log:Fix a corner case for weakref.__ne__() diff --git a/pypy/module/_weakref/interp__weakref.py b/pypy/module/_weakref/interp__weakref.py --- a/pypy

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

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88728:6c1c69ada9bc Date: 2016-11-29 10:23 +0100 http://bitbucket.org/pypy/pypy/changeset/6c1c69ada9bc/ Log:hg merge default diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/module/posix/interp_posix.py

[pypy-commit] pypy default: posix.stat_float_times(): the default is not None but -1

2016-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r88727:68764720cf0c Date: 2016-11-29 10:23 +0100 http://bitbucket.org/pypy/pypy/changeset/68764720cf0c/ Log:posix.stat_float_times(): the default is not None but -1 diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3.5: Catch and wrap the RPython-level OSError

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88726:aa4ad227978a Date: 2016-11-29 10:12 +0100 http://bitbucket.org/pypy/pypy/changeset/aa4ad227978a/ Log:Catch and wrap the RPython-level OSError diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py --- a/pypy/modu

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

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88725:e4e91dd9fe93 Date: 2016-11-29 10:06 +0100 http://bitbucket.org/pypy/pypy/changeset/e4e91dd9fe93/ Log:fix test diff --git a/lib-python/3/test/test_sys.py b/lib-python/3/test/test_sys.py --- a/lib-python/3/test/test_sys.py +++ b/lib-python/3/t

[pypy-commit] pypy py3.5: fix tests

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88724:865fcea6b0e0 Date: 2016-11-29 10:01 +0100 http://bitbucket.org/pypy/pypy/changeset/865fcea6b0e0/ Log:fix tests diff --git a/lib-python/3/unittest/test/test_assertions.py b/lib-python/3/unittest/test/test_assertions.py --- a/lib-python/3/uni

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

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88723:2958f07abe78 Date: 2016-11-29 09:55 +0100 http://bitbucket.org/pypy/pypy/changeset/2958f07abe78/ Log:test and fix a warning diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py --- a/pypy/interpreter/generator.py +++ b/

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

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88722:2b71379daaac Date: 2016-11-29 09:13 +0100 http://bitbucket.org/pypy/pypy/changeset/2b71379daaac/ Log:fix test diff --git a/lib-python/3/test/test_asyncio/test_futures.py b/lib-python/3/test/test_asyncio/test_futures.py --- a/lib-python/3/te

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

2016-11-29 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r88721:f21619a0a9f0 Date: 2016-11-29 09:12 +0100 http://bitbucket.org/pypy/pypy/changeset/f21619a0a9f0/ Log:fix test diff --git a/lib-python/3/test/test_asyncio/test_base_events.py b/lib-python/3/test/test_asyncio/test_base_events.py --- a/lib-pyt