[pypy-commit] pypy py3.5: Reduce diff with CPython's object.h: remove obsolete definitions, fix some members, ...

2016-12-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89056:1fbddcd392b1 Date: 2016-12-14 03:17 + http://bitbucket.org/pypy/pypy/changeset/1fbddcd392b1/ Log:Reduce diff with CPython's object.h: remove obsolete definitions, fix some members, ... diff --git a/pypy/module/cpyext/include/obje

[pypy-commit] pypy py3.5: Update PyXXXProcs declarations to match CPython 3.5

2016-12-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89055:673a63622053 Date: 2016-12-14 02:50 + http://bitbucket.org/pypy/pypy/changeset/673a63622053/ Log:Update PyXXXProcs declarations to match CPython 3.5 diff --git a/pypy/module/cpyext/include/object.h b/pypy/module/cpyext/include/object.h

[pypy-commit] pypy default: merge cling-support

2016-12-13 Thread wlav
Author: Wim Lavrijsen Branch: Changeset: r89054:39430359cc41 Date: 2016-12-13 16:41 -0800 http://bitbucket.org/pypy/pypy/changeset/39430359cc41/ Log:merge cling-support diff too long, truncating to 2000 out of 11481 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @

[pypy-commit] pypy py3.5: Copy PyBytes_FromFormat from CPython 3.5 (c3da1ee47e6b)

2016-12-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89053:f52e625db5b2 Date: 2016-12-14 00:16 + http://bitbucket.org/pypy/pypy/changeset/f52e625db5b2/ Log:Copy PyBytes_FromFormat from CPython 3.5 (c3da1ee47e6b) diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module

[pypy-commit] pypy cling-support: merge default into cling-support branch and fix dummy_backend

2016-12-13 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r89048:2cf0e94f1f19 Date: 2016-12-12 17:30 -0800 http://bitbucket.org/pypy/pypy/changeset/2cf0e94f1f19/ Log:merge default into cling-support branch and fix dummy_backend diff too long, truncating to 2000 out of 7197 lines diff --git a/l

[pypy-commit] pypy cling-support: downgrade long double to double as annotator support is not there

2016-12-13 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r89049:e04b47226aa3 Date: 2016-12-13 10:52 -0800 http://bitbucket.org/pypy/pypy/changeset/e04b47226aa3/ Log:downgrade long double to double as annotator support is not there diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy

[pypy-commit] pypy cling-support: give up on long double for now ... this just doesn't work :(

2016-12-13 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r89051:33831e11eab1 Date: 2016-12-13 13:00 -0800 http://bitbucket.org/pypy/pypy/changeset/33831e11eab1/ Log:give up on long double for now ... this just doesn't work :( diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/conv

[pypy-commit] pypy cling-support: tell about the pip

2016-12-13 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r89052:f3ba0bbf10c8 Date: 2016-12-13 15:44 -0800 http://bitbucket.org/pypy/pypy/changeset/f3ba0bbf10c8/ Log:tell about the pip diff --git a/pypy/doc/cppyy.rst b/pypy/doc/cppyy.rst --- a/pypy/doc/cppyy.rst +++ b/pypy/doc/cppyy.rst @@ -2,9

[pypy-commit] pypy cling-support: resolve signed v.s. unsigned annotator problem

2016-12-13 Thread wlav
Author: Wim Lavrijsen Branch: cling-support Changeset: r89050:0fa46e7e36a8 Date: 2016-12-13 11:33 -0800 http://bitbucket.org/pypy/pypy/changeset/0fa46e7e36a8/ Log:resolve signed v.s. unsigned annotator problem diff --git a/pypy/module/cppyy/capi/builtin_capi.py b/pypy/module/cppyy/capi/buil

[pypy-commit] pypy default: fix translation (typo)

2016-12-13 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89047:a12b1539331d Date: 2016-12-13 23:22 + http://bitbucket.org/pypy/pypy/changeset/a12b1539331d/ Log:fix translation (typo) diff --git a/pypy/interpreter/gateway.py b/pypy/interpreter/gateway.py --- a/pypy/interpreter/gateway.py +++ b/pypy/interp

[pypy-commit] pypy default: store dict of all builtin functions on the space

2016-12-13 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r89046:c527788fc433 Date: 2016-12-13 16:43 +0100 http://bitbucket.org/pypy/pypy/changeset/c527788fc433/ Log:store dict of all builtin functions on the space this is conceptually more correct and should fix the strange test_ztran

[pypy-commit] pypy py3.5: CPython's ``sys.settrace()`` sometimes reports an ``exception`` at the

2016-12-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89045:d86691a0c3ca Date: 2016-12-13 15:48 +0100 http://bitbucket.org/pypy/pypy/changeset/d86691a0c3ca/ Log:CPython's ``sys.settrace()`` sometimes reports an ``exception`` at the end of ``for`` or ``yield from`` lines for the ``StopI

[pypy-commit] pypy py3.5: fixes in tests (running them with -A) and corresponding fixes in the code

2016-12-13 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r89043:dfa609c0bc20 Date: 2016-12-13 14:47 +0100 http://bitbucket.org/pypy/pypy/changeset/dfa609c0bc20/ Log:fixes in tests (running them with -A) and corresponding fixes in the code diff --git a/pypy/module/array/interp_array.py b/pypy/mod

[pypy-commit] pypy utf8sp: A branch to experiment with handling unicode strings as either utf8 or

2016-12-13 Thread arigo
Author: Armin Rigo Branch: utf8sp Changeset: r89042:f0c4b96a4334 Date: 2016-12-11 15:29 +0100 http://bitbucket.org/pypy/pypy/changeset/f0c4b96a4334/ Log:A branch to experiment with handling unicode strings as either utf8 or wide-chars ___ p

[pypy-commit] pypy py3.5: Add badly faked impl of PyUnicode_GetLength

2016-12-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89041:6625a5970bb8 Date: 2016-12-13 12:25 + http://bitbucket.org/pypy/pypy/changeset/6625a5970bb8/ Log:Add badly faked impl of PyUnicode_GetLength diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unico

[pypy-commit] pypy default: negate in prepare_cond_call, moved from the assembler to the regalloc

2016-12-13 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r89040:d9a6afa06b18 Date: 2016-12-13 12:52 +0100 http://bitbucket.org/pypy/pypy/changeset/d9a6afa06b18/ Log:negate in prepare_cond_call, moved from the assembler to the regalloc diff --git a/rpython/jit/backend/zarch/assembler.py b/rpytho

[pypy-commit] pypy default: slow path overwrites r2 (return register), save it in r1 before returning and restore it later

2016-12-13 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r89039:1656fa7e6390 Date: 2016-12-13 12:25 +0100 http://bitbucket.org/pypy/pypy/changeset/1656fa7e6390/ Log:slow path overwrites r2 (return register), save it in r1 before returning and restore it later diff --git a/rpython/jit/backend/zar

[pypy-commit] pypy strbuf-as-buffer: merged default

2016-12-13 Thread plan_rich
Author: Richard Plangger Branch: strbuf-as-buffer Changeset: r89038:b6a80f1a44e0 Date: 2016-12-13 11:45 +0100 http://bitbucket.org/pypy/pypy/changeset/b6a80f1a44e0/ Log:merged default diff --git a/pypy/interpreter/test/test_unicodehelper.py b/pypy/interpreter/test/test_unicodehelper.py new

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

2016-12-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89037:b70146028617 Date: 2016-12-13 11:14 + http://bitbucket.org/pypy/pypy/changeset/b70146028617/ Log:fix test diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test/test_object.py --- a/pypy/module/cpyext/test/test_ob

[pypy-commit] pypy py3.5: Fix cpyext -A testing: negative exit codes can happen and should count as failures

2016-12-13 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r89036:5718b9a37d0d Date: 2016-12-13 11:10 + http://bitbucket.org/pypy/pypy/changeset/5718b9a37d0d/ Log:Fix cpyext -A testing: negative exit codes can happen and should count as failures diff --git a/pypy/tool/pytest/apptest.py b/pypy/t

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

2016-12-13 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r833:fcafa6b6d0cc Date: 2016-12-13 09:04 +0100 http://bitbucket.org/pypy/pypy.org/changeset/fcafa6b6d0cc/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $66431 of $105000 (