[pypy-commit] pypy py3.5: (arigo, plan_rich) rename the type of md5 object

2016-10-17 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87835:879f445a771a Date: 2016-10-17 13:47 +0200 http://bitbucket.org/pypy/pypy/changeset/879f445a771a/ Log:(arigo, plan_rich) rename the type of md5 object diff --git a/pypy/module/_md5/interp_md5.py b/pypy/module/_md5/interp_md5.py --- a/py

[pypy-commit] pypy py3.5: add check lock to impl of deque.index

2016-10-17 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87836:e5f49cf46985 Date: 2016-10-17 14:19 +0200 http://bitbucket.org/pypy/pypy/changeset/e5f49cf46985/ Log:add check lock to impl of deque.index diff --git a/pypy/module/_collections/interp_deque.py b/pypy/module/_collections/interp_deque.p

[pypy-commit] pypy default: ignore __index__() on subclasses of 'int' or 'long'

2016-10-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r87837:6bff38772609 Date: 2016-10-17 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/6bff38772609/ Log:ignore __index__() on subclasses of 'int' or 'long' diff --git a/pypy/module/operator/test/test_operator.py b/pypy/module/operator/test/test_ope

[pypy-commit] pypy py3.5: impl and test rmul for deque

2016-10-17 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87838:865adef88c8a Date: 2016-10-17 14:30 +0200 http://bitbucket.org/pypy/pypy/changeset/865adef88c8a/ Log:impl and test rmul for deque diff --git a/pypy/module/_collections/interp_deque.py b/pypy/module/_collections/interp_deque.py --- a/p

[pypy-commit] pypy py3.5: Manual graft of 6bff38772609

2016-10-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87839:dd93cc36cc31 Date: 2016-10-17 14:34 +0200 http://bitbucket.org/pypy/pypy/changeset/dd93cc36cc31/ Log:Manual graft of 6bff38772609 diff --git a/pypy/module/operator/test/test_operator.py b/pypy/module/operator/test/test_operator.py --- a/pyp

[pypy-commit] pypy py3.5: object.__init__() now complains in more cases

2016-10-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87841:bf926a7a616f Date: 2016-10-17 15:06 +0200 http://bitbucket.org/pypy/pypy/changeset/bf926a7a616f/ Log:object.__init__() now complains in more cases diff --git a/pypy/objspace/std/objectobject.py b/pypy/objspace/std/objectobject.py --- a/pypy

[pypy-commit] pypy py3.5: Remove confusion created by an unnecessary specialize.argtype(0)

2016-10-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87840:29927b3fdb5a Date: 2016-10-17 14:57 +0200 http://bitbucket.org/pypy/pypy/changeset/29927b3fdb5a/ Log:Remove confusion created by an unnecessary specialize.argtype(0) diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspa

[pypy-commit] pypy py3.5: Add two cases of DeprecationWarnings

2016-10-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87842:84f779655e85 Date: 2016-10-17 15:22 +0200 http://bitbucket.org/pypy/pypy/changeset/84f779655e85/ Log:Add two cases of DeprecationWarnings diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter

[pypy-commit] pypy py3.5: return on some path to not insert the element twice (deque.insert)

2016-10-17 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87844:64d7a3293760 Date: 2016-10-17 15:14 +0200 http://bitbucket.org/pypy/pypy/changeset/64d7a3293760/ Log:return on some path to not insert the element twice (deque.insert) diff --git a/pypy/module/_collections/interp_deque.py b/pypy/modul

[pypy-commit] pypy py3.5: special case in imul

2016-10-17 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87845:00590aa7234c Date: 2016-10-17 15:36 +0200 http://bitbucket.org/pypy/pypy/changeset/00590aa7234c/ Log:special case in imul diff --git a/pypy/module/_collections/interp_deque.py b/pypy/module/_collections/interp_deque.py --- a/pypy/modu

[pypy-commit] pypy py3.5: if a deque is internally copied, set maxlen

2016-10-17 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r87843:25ba0d3a5e64 Date: 2016-10-17 14:59 +0200 http://bitbucket.org/pypy/pypy/changeset/25ba0d3a5e64/ Log:if a deque is internally copied, set maxlen diff --git a/pypy/module/_collections/interp_deque.py b/pypy/module/_collections/interp_d

[pypy-commit] pypy optinfo-into-bridges: use the correct descr list on metainterp_sd

2016-10-17 Thread cfbolz
Author: Carl Friedrich Bolz Branch: optinfo-into-bridges Changeset: r87846:96fe6ec4dec2 Date: 2016-10-16 11:46 +0200 http://bitbucket.org/pypy/pypy/changeset/96fe6ec4dec2/ Log:use the correct descr list on metainterp_sd diff --git a/rpython/jit/metainterp/optimizeopt/bridgeopt.py b/rpython/

[pypy-commit] pypy optinfo-into-bridges: merge default

2016-10-17 Thread cfbolz
Author: Carl Friedrich Bolz Branch: optinfo-into-bridges Changeset: r87848:1f9d308fe99b Date: 2016-10-17 17:58 +0200 http://bitbucket.org/pypy/pypy/changeset/1f9d308fe99b/ Log:merge default diff --git a/lib-python/2.7/test/test_cmd_line.py b/lib-python/2.7/test/test_cmd_line.py --- a/lib-py

[pypy-commit] pypy optinfo-into-bridges: encode pending fields into the resume code

2016-10-17 Thread cfbolz
Author: Carl Friedrich Bolz Branch: optinfo-into-bridges Changeset: r87847:50dd16dbcea8 Date: 2016-10-17 15:52 +0200 http://bitbucket.org/pypy/pypy/changeset/50dd16dbcea8/ Log:encode pending fields into the resume code (it's more compact and saves one word on every guard) diff --git

[pypy-commit] pypy py3.5: Disallow int(memoryview(), base)

2016-10-17 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87849:114c84700787 Date: 2016-10-17 21:32 +0200 http://bitbucket.org/pypy/pypy/changeset/114c84700787/ Log:Disallow int(memoryview(), base) diff --git a/pypy/objspace/std/intobject.py b/pypy/objspace/std/intobject.py --- a/pypy/objspace/std/intobj

[pypy-commit] pypy default: hack around failure to wrap __buffer__ in cf68a51fde59

2016-10-17 Thread mattip
Author: Matti Picus Branch: Changeset: r87850:d9effc59778a Date: 2016-10-17 22:53 +0300 http://bitbucket.org/pypy/pypy/changeset/d9effc59778a/ Log:hack around failure to wrap __buffer__ in cf68a51fde59 diff --git a/pypy/module/cpyext/buffer.py b/pypy/module/cpyext/buffer.py --- a/pypy/modul

[pypy-commit] pypy rmod-radd-slots: merge default into branch

2016-10-17 Thread mattip
Author: Matti Picus Branch: rmod-radd-slots Changeset: r87851:a44d4724dbac Date: 2016-10-17 22:56 +0300 http://bitbucket.org/pypy/pypy/changeset/a44d4724dbac/ Log:merge default into branch diff too long, truncating to 2000 out of 48588 lines diff --git a/lib-python/2.7/BaseHTTPServer.py b/l