[pypy-commit] pypy py3.5-corowrapper: Comment, test about StopAsyncIteration

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87201:b16d98337497 Date: 2016-09-17 23:15 +0200 http://bitbucket.org/pypy/pypy/changeset/b16d98337497/ Log:Comment, test about StopAsyncIteration diff --git a/pypy/interpreter/generator.py

[pypy-commit] pypy py3.5-corowrapper: Test and fix

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87200:8abd37f94fd0 Date: 2016-09-17 23:07 +0200 http://bitbucket.org/pypy/pypy/changeset/8abd37f94fd0/ Log:Test and fix diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py ---

[pypy-commit] pypy py3.5-corowrapper: translation fixes

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87199:10685d0bf57d Date: 2016-09-17 22:45 +0200 http://bitbucket.org/pypy/pypy/changeset/10685d0bf57d/ Log:translation fixes diff --git a/pypy/interpreter/astcompiler/consts.py

[pypy-commit] pypy buffer-interface2: merge default into branch

2016-09-17 Thread mattip
Author: Matti Picus Branch: buffer-interface2 Changeset: r87198:a3e17bbc7b47 Date: 2016-09-17 23:24 +0300 http://bitbucket.org/pypy/pypy/changeset/a3e17bbc7b47/ Log:merge default into branch diff --git a/lib_pypy/cffi.egg-info/PKG-INFO

[pypy-commit] pypy default: test, fix for returning a W_LongObject

2016-09-17 Thread mattip
Author: Matti Picus Branch: Changeset: r87197:f133ee180e4f Date: 2016-09-17 23:24 +0300 http://bitbucket.org/pypy/pypy/changeset/f133ee180e4f/ Log:test, fix for returning a W_LongObject diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py

[pypy-commit] pypy py3.5-corowrapper: Direct test for 'await'

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87196:3821014886f7 Date: 2016-09-17 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/3821014886f7/ Log:Direct test for 'await' diff --git a/pypy/interpreter/test/test_coroutine.py

[pypy-commit] pypy py3.5-corowrapper: reverse the order of these two values on the valuestack, as needed for

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87195:1e2081d76357 Date: 2016-09-17 21:58 +0200 http://bitbucket.org/pypy/pypy/changeset/1e2081d76357/ Log:reverse the order of these two values on the valuestack, as needed for "async with" diff --git

[pypy-commit] pypy py3.5-corowrapper: fix the stack depth computation

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87194:ef22f59c45aa Date: 2016-09-17 21:58 +0200 http://bitbucket.org/pypy/pypy/changeset/ef22f59c45aa/ Log:fix the stack depth computation diff --git a/pypy/interpreter/astcompiler/assemble.py

[pypy-commit] pypy py3.5-corowrapper: one translation fix

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87193:c4982d46ad7b Date: 2016-09-17 21:58 +0200 http://bitbucket.org/pypy/pypy/changeset/c4982d46ad7b/ Log:one translation fix diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py ---

[pypy-commit] pypy py3.5: avoid sys.version during bootstrapping as its setup lazily (3.6 uses

2016-09-17 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r87192:8adf0a90a67b Date: 2016-09-17 11:40 -0700 http://bitbucket.org/pypy/pypy/changeset/8adf0a90a67b/ Log:avoid sys.version during bootstrapping as its setup lazily (3.6 uses sys.version_info anyway: cpython

[pypy-commit] pypy py3.5-corowrapper: Next failing test

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87191:d4946a59a6b9 Date: 2016-09-17 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/d4946a59a6b9/ Log:Next failing test diff --git a/pypy/interpreter/test/test_coroutine.py

[pypy-commit] pypy py3.5-corowrapper: Complain more clearly

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87190:273f590b4ede Date: 2016-09-17 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/273f590b4ede/ Log:Complain more clearly diff --git a/pypy/module/_continuation/interp_continuation.py

[pypy-commit] pypy py3.5-corowrapper: sys.set_coroutine_wrapper()

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87189:72809bf56b82 Date: 2016-09-17 20:15 +0200 http://bitbucket.org/pypy/pypy/changeset/72809bf56b82/ Log:sys.set_coroutine_wrapper() diff --git a/pypy/interpreter/executioncontext.py

[pypy-commit] pypy py3.5-corowrapper: Test and fix

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87188:42c3a9990f34 Date: 2016-09-17 19:52 +0200 http://bitbucket.org/pypy/pypy/changeset/42c3a9990f34/ Log:Test and fix diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py ---

[pypy-commit] pypy py3.5-corowrapper: Fixes

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87187:8f48a804defb Date: 2016-09-17 19:44 +0200 http://bitbucket.org/pypy/pypy/changeset/8f48a804defb/ Log:Fixes diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py ---

[pypy-commit] pypy py3.5-corowrapper: aiter_wrapper

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87186:d136ac649c2a Date: 2016-09-17 19:29 +0200 http://bitbucket.org/pypy/pypy/changeset/d136ac649c2a/ Log:aiter_wrapper diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py ---

[pypy-commit] pypy py3.5-corowrapper: CoroutineWrapper

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87185:53f068b021d8 Date: 2016-09-17 19:18 +0200 http://bitbucket.org/pypy/pypy/changeset/53f068b021d8/ Log:CoroutineWrapper diff --git a/pypy/interpreter/generator.py b/pypy/interpreter/generator.py ---

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

2016-09-17 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r87184:d90b226fa2b8 Date: 2016-09-17 10:09 -0700 http://bitbucket.org/pypy/pypy/changeset/d90b226fa2b8/ Log:merge py3k ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy py3.5-corowrapper: A direct test for "async for" (I have still no idea how we're supposed

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87183:a8123d99589e Date: 2016-09-17 19:04 +0200 http://bitbucket.org/pypy/pypy/changeset/a8123d99589e/ Log:A direct test for "async for" (I have still no idea how we're supposed to call a coroutine) diff --git

[pypy-commit] pypy py3.5-corowrapper: Refactor/cleanup/complete the opcodes

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87182:cebe85144e77 Date: 2016-09-17 18:37 +0200 http://bitbucket.org/pypy/pypy/changeset/cebe85144e77/ Log:Refactor/cleanup/complete the opcodes diff --git a/pypy/interpreter/generator.py

[pypy-commit] pypy stdlib-2.7.11: merge default

2016-09-17 Thread pjenvey
Author: Philip Jenvey Branch: stdlib-2.7.11 Changeset: r87181:c46dac3ea8bf Date: 2016-09-17 09:32 -0700 http://bitbucket.org/pypy/pypy/changeset/c46dac3ea8bf/ Log:merge default diff too long, truncating to 2000 out of 259284 lines diff --git a/.hgtags b/.hgtags ---

[pypy-commit] pypy py3.5-corowrapper: Test for gi_yieldfrom

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87180:24ab5abc2c65 Date: 2016-09-17 17:40 +0200 http://bitbucket.org/pypy/pypy/changeset/24ab5abc2c65/ Log:Test for gi_yieldfrom diff --git a/pypy/interpreter/test/test_generator.py

[pypy-commit] pypy py3.5-corowrapper: Setting __name__ on generator-iterator objects (uh?)

2016-09-17 Thread arigo
Author: Armin Rigo Branch: py3.5-corowrapper Changeset: r87179:4411daaf0ffe Date: 2016-09-17 17:35 +0200 http://bitbucket.org/pypy/pypy/changeset/4411daaf0ffe/ Log:Setting __name__ on generator-iterator objects (uh?) diff --git a/pypy/interpreter/function.py

[pypy-commit] cffi release-1.8: md5/sha

2016-09-17 Thread arigo
Author: Armin Rigo Branch: release-1.8 Changeset: r2773:20e7bc5ffd1e Date: 2016-09-17 12:22 +0200 http://bitbucket.org/cffi/cffi/changeset/20e7bc5ffd1e/ Log:md5/sha diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++

[pypy-commit] cffi release-1.8: hg merge default

2016-09-17 Thread arigo
Author: Armin Rigo Branch: release-1.8 Changeset: r2772:86bff8a11651 Date: 2016-09-17 11:31 +0200 http://bitbucket.org/cffi/cffi/changeset/86bff8a11651/ Log:hg merge default diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c

[pypy-commit] cffi default: hg merge release-1.8

2016-09-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r2774:a41b29125858 Date: 2016-09-17 12:22 +0200 http://bitbucket.org/cffi/cffi/changeset/a41b29125858/ Log:hg merge release-1.8 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst

[pypy-commit] pypy default: Put the explanation in the docstring and in the error message

2016-09-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r87178:a5599ad7bcdd Date: 2016-09-17 10:56 +0200 http://bitbucket.org/pypy/pypy/changeset/a5599ad7bcdd/ Log:Put the explanation in the docstring and in the error message diff --git a/pypy/module/sys/vm.py b/pypy/module/sys/vm.py ---

[pypy-commit] pypy default: Document sys.getsizeof()

2016-09-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r87177:2b6a25a67d6b Date: 2016-09-17 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/2b6a25a67d6b/ Log:Document sys.getsizeof() diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst ---

[pypy-commit] pypy sys-getsizeof: A branch to "implement" sys.getsizeof(), or at least give some number.

2016-09-17 Thread arigo
Author: Armin Rigo Branch: sys-getsizeof Changeset: r87176:29bf9d9c7bbf Date: 2016-09-17 09:33 +0200 http://bitbucket.org/pypy/pypy/changeset/29bf9d9c7bbf/ Log:A branch to "implement" sys.getsizeof(), or at least give some number. Add rgc.getsizeof(). diff

[pypy-commit] pypy default: Document branch

2016-09-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r87175:cb6b4b7d4509 Date: 2016-09-17 09:28 +0200 http://bitbucket.org/pypy/pypy/changeset/cb6b4b7d4509/ Log:Document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++