[pypy-commit] pypy py3.5: forgot to update this

2017-02-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90042:a1af975cae9c Date: 2017-02-11 12:25 +0100 http://bitbucket.org/pypy/pypy/changeset/a1af975cae9c/ Log:forgot to update this diff --git a/lib-python/stdlib-version.txt b/lib-python/stdlib-version.txt --- a/lib-python/stdlib-version.txt +++ b/l

[pypy-commit] pypy py3.5: fix

2017-02-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90043:6f94d4627b17 Date: 2017-02-11 14:36 +0100 http://bitbucket.org/pypy/pypy/changeset/6f94d4627b17/ Log:fix diff --git a/lib_pypy/_decimal.py b/lib_pypy/_decimal.py --- a/lib_pypy/_decimal.py +++ b/lib_pypy/_decimal.py @@ -329,7 +329,14 @@

[pypy-commit] pypy py3.5: fix for test_internal_use_of_overridden_methods

2017-02-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90044:7e5dd6bf5bd1 Date: 2017-02-11 14:55 +0100 http://bitbucket.org/pypy/pypy/changeset/7e5dd6bf5bd1/ Log:fix for test_internal_use_of_overridden_methods diff --git a/lib_pypy/_decimal.py b/lib_pypy/_decimal.py --- a/lib_pypy/_decimal.py +++ b/li

[pypy-commit] pypy py3.5: check_syntax_error(): ignore the offset on pypy, it can often be slightly different than on CPython and I think it's fine

2017-02-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90045:7e5648cd878f Date: 2017-02-11 14:59 +0100 http://bitbucket.org/pypy/pypy/changeset/7e5648cd878f/ Log:check_syntax_error(): ignore the offset on pypy, it can often be slightly different than on CPython and I think it's fine diff --git

[pypy-commit] pypy default: Minor optimization

2017-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r90046:d67b8ad83f22 Date: 2017-02-11 15:16 +0100 http://bitbucket.org/pypy/pypy/changeset/d67b8ad83f22/ Log:Minor optimization diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/module/itertools/interp_itertools.py --- a/pypy/module/itertool

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

2017-02-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90047:88164726e74b Date: 2017-02-11 15:31 +0100 http://bitbucket.org/pypy/pypy/changeset/88164726e74b/ Log:hg merge default diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++ b/lib_pypy/cffi/api.py @@ -462,7 +4

[pypy-commit] pypy py3.5: skip these two tests

2017-02-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90048:2abc31ad4db0 Date: 2017-02-11 15:41 +0100 http://bitbucket.org/pypy/pypy/changeset/2abc31ad4db0/ Log:skip these two tests diff --git a/lib-python/3/test/test_itertools.py b/lib-python/3/test/test_itertools.py --- a/lib-python/3/test/test_it

[pypy-commit] pypy py3.5: Fix datetime.__hash__

2017-02-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90049:63cd193b7617 Date: 2017-02-11 16:05 +0100 http://bitbucket.org/pypy/pypy/changeset/63cd193b7617/ Log:Fix datetime.__hash__ diff --git a/lib-python/3/datetime.py b/lib-python/3/datetime.py --- a/lib-python/3/datetime.py +++ b/lib-python/3/dat

[pypy-commit] pypy vmprof-native: remove allocated libunwind info for dynamic code regions as soon as the loop token goes out of scope

2017-02-11 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90050:fd79187556df Date: 2017-02-11 16:58 +0100 http://bitbucket.org/pypy/pypy/changeset/fd79187556df/ Log:remove allocated libunwind info for dynamic code regions as soon as the loop token goes out of scope diff --git a/rpyt

[pypy-commit] pypy vmprof-native: rename callsite method name, handle stack walking for jit frames

2017-02-11 Thread plan_rich
Author: Richard Plangger Branch: vmprof-native Changeset: r90051:ba06665d9168 Date: 2017-02-11 17:37 +0100 http://bitbucket.org/pypy/pypy/changeset/ba06665d9168/ Log:rename callsite method name, handle stack walking for jit frames diff --git a/rpython/jit/metainterp/memmgr.py b/rpython/jit/m

[pypy-commit] extradoc extradoc: I assume that they don't want to stay *that* long.

2017-02-11 Thread mjacob
Author: Manuel Jacob Branch: extradoc Changeset: r5778:733c6a0f438f Date: 2017-02-11 18:07 +0100 http://bitbucket.org/pypy/extradoc/changeset/733c6a0f438f/ Log:I assume that they don't want to stay *that* long. diff --git a/sprintinfo/leysin-winter-2017/people.txt b/sprintinfo/leysin-winter

[pypy-commit] extradoc extradoc: Add myself to the list.

2017-02-11 Thread mjacob
Author: Manuel Jacob Branch: extradoc Changeset: r5779:e004bc384159 Date: 2017-02-11 18:08 +0100 http://bitbucket.org/pypy/extradoc/changeset/e004bc384159/ Log:Add myself to the list. diff --git a/sprintinfo/leysin-winter-2017/people.txt b/sprintinfo/leysin-winter-2017/people.txt --- a/spri

[pypy-commit] pypy py3.5: Try to expose in a new, pypy-only attribute '__defaults_count__' the

2017-02-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90052:c4cfe1d12253 Date: 2017-02-11 18:22 +0100 http://bitbucket.org/pypy/pypy/changeset/c4cfe1d12253/ Log:Try to expose in a new, pypy-only attribute '__defaults_count__' the length of the internal '__defaults__', which might be hidden on

[pypy-commit] pypy py3.5: document more c4cfe1d12253

2017-02-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90053:f1b0b8f3f631 Date: 2017-02-11 18:25 +0100 http://bitbucket.org/pypy/pypy/changeset/f1b0b8f3f631/ Log:document more c4cfe1d12253 diff --git a/pypy/interpreter/function.py b/pypy/interpreter/function.py --- a/pypy/interpreter/function.py +++ b

[pypy-commit] pypy py3.5: Skip the final check in this test, with comment

2017-02-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90054:48030bda1edd Date: 2017-02-11 18:32 +0100 http://bitbucket.org/pypy/pypy/changeset/48030bda1edd/ Log:Skip the final check in this test, with comment diff --git a/lib-python/3/test/test_signal.py b/lib-python/3/test/test_signal.py --- a/lib-p

[pypy-commit] pypy py3.5: fix the expected exception messages

2017-02-11 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r90055:c7f45f48949e Date: 2017-02-11 18:38 +0100 http://bitbucket.org/pypy/pypy/changeset/c7f45f48949e/ Log:fix the expected exception messages diff --git a/lib-python/3/test/test_exceptions.py b/lib-python/3/test/test_exceptions.py --- a/lib-pyth

[pypy-commit] pypy py3.5: Update PyLong_AsLong docstring

2017-02-11 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90056:43a08e490b5b Date: 2017-02-11 17:59 + http://bitbucket.org/pypy/pypy/changeset/43a08e490b5b/ Log:Update PyLong_AsLong docstring diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.py --- a/pypy/module/cpyext/lon

[pypy-commit] pypy py3.5: Since 3.3, 0-D memoryviews return an empty tuple for .shape and .strides (hard to test at app-level)

2017-02-11 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90057:e06ef56cac01 Date: 2017-02-11 19:16 + http://bitbucket.org/pypy/pypy/changeset/e06ef56cac01/ Log:Since 3.3, 0-D memoryviews return an empty tuple for .shape and .strides (hard to test at app-level) diff --git a/pypy/module/cpyext

[pypy-commit] pypy py3.5: Test and partial fix for 0d memoryview

2017-02-11 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90058:de015dfe7aff Date: 2017-02-11 19:41 + http://bitbucket.org/pypy/pypy/changeset/de015dfe7aff/ Log:Test and partial fix for 0d memoryview diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/memoryobject.py --- a/pypy/objspa

[pypy-commit] pypy py3.5: Fix .tobytes() on 0d memoryview

2017-02-11 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90059:9e067f394eee Date: 2017-02-11 19:55 + http://bitbucket.org/pypy/pypy/changeset/9e067f394eee/ Log:Fix .tobytes() on 0d memoryview diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/memoryobject.py --- a/pypy/objspace/std/

[pypy-commit] pypy py3.5: Test 0d view on C-created buffer

2017-02-11 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90060:9f7edc16f16c Date: 2017-02-11 20:10 + http://bitbucket.org/pypy/pypy/changeset/9f7edc16f16c/ Log:Test 0d view on C-created buffer diff --git a/pypy/module/cpyext/test/test_arraymodule.py b/pypy/module/cpyext/test/test_arraymodule.py ---