[pypy-commit] pypy default: Fix test

2016-09-25 Thread arigo
Author: Armin Rigo Branch: Changeset: r87386:7472cf9b0cd7 Date: 2016-09-26 08:49 +0200 http://bitbucket.org/pypy/pypy/changeset/7472cf9b0cd7/ Log:Fix test diff --git a/pypy/interpreter/test/test_app_main.py b/pypy/interpreter/test/test_app_main.py --- a/pypy/interpreter/test/test_app_main.

[pypy-commit] pypy default: some inlining decorators (instead of function attributes)

2016-09-25 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r87385:3bdb1ace723f Date: 2016-09-26 08:12 +0200 http://bitbucket.org/pypy/pypy/changeset/3bdb1ace723f/ Log:some inlining decorators (instead of function attributes) diff --git a/pypy/interpreter/executioncontext.py b/pypy/interpreter/executio

[pypy-commit] pypy default: replace some _annspecialcase_ with @specialize in the interpreter

2016-09-25 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r87383:5960b6ead8d1 Date: 2016-09-22 08:05 +0200 http://bitbucket.org/pypy/pypy/changeset/5960b6ead8d1/ Log:replace some _annspecialcase_ with @specialize in the interpreter diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseo

[pypy-commit] pypy default: add try_inline, like always_inline and dont_inline

2016-09-25 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r87384:25baf9e0c32e Date: 2016-09-22 09:18 +0200 http://bitbucket.org/pypy/pypy/changeset/25baf9e0c32e/ Log:add try_inline, like always_inline and dont_inline diff --git a/rpython/rlib/objectmodel.py b/rpython/rlib/objectmodel.py --- a/rpython/

[pypy-commit] pypy py3.5: simplify

2016-09-25 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r87382:f7b4a8aedcfc Date: 2016-09-25 19:57 -0700 http://bitbucket.org/pypy/pypy/changeset/f7b4a8aedcfc/ Log:simplify diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace/std/floatobject.py +++ b/py

[pypy-commit] pypy py3.5: Revert change to rpython/rlib/rfloat.py in commit 0bf6794 (pull request #481); amend error message in pypy/objspace/std/floatobject.py instead.

2016-09-25 Thread remarkablerocket
Author: Daniel Patrick Branch: py3.5 Changeset: r87380:a388db9afbb6 Date: 2016-09-25 21:28 +0100 http://bitbucket.org/pypy/pypy/changeset/a388db9afbb6/ Log:Revert change to rpython/rlib/rfloat.py in commit 0bf6794 (pull request #481); amend error message in pypy/objspace/std/f

[pypy-commit] pypy py3.5: Merged pypy/pypy/py3.5 into py3.5

2016-09-25 Thread remarkablerocket
Author: remarkablerocket Branch: py3.5 Changeset: r87381:60abb56dd00a Date: 2016-09-25 21:37 +0100 http://bitbucket.org/pypy/pypy/changeset/60abb56dd00a/ Log:Merged pypy/pypy/py3.5 into py3.5 diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace

[pypy-commit] pypy py3k: regenerate

2016-09-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87379:2a81d27e7c2b Date: 2016-09-25 13:40 -0700 http://bitbucket.org/pypy/pypy/changeset/2a81d27e7c2b/ Log:regenerate diff --git a/lib_pypy/_pypy_winbase_cffi.py b/lib_pypy/_pypy_winbase_cffi.py --- a/lib_pypy/_pypy_winbase_cffi.py +++ b/lib_pyp

[pypy-commit] pypy py3.5: formatting

2016-09-25 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87378:aef73af89833 Date: 2016-09-25 22:15 +0200 http://bitbucket.org/pypy/pypy/changeset/aef73af89833/ Log:formatting diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py --- a/pypy/objspace/std/floatobject.py +++ b/pyp

[pypy-commit] pypy py3.5: Remove excess spaces from error message (commit f1684db)

2016-09-25 Thread remarkablerocket
Author: Daniel Patrick Branch: py3.5 Changeset: r87377:a049fdfa2c3c Date: 2016-09-25 20:25 +0100 http://bitbucket.org/pypy/pypy/changeset/a049fdfa2c3c/ Log:Remove excess spaces from error message (commit f1684db) diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.p

[pypy-commit] pypy py3.5: Replace invalid RPython in floatobject.py (commit 0bf6794, pull request #481)

2016-09-25 Thread remarkablerocket
Author: Daniel Patrick Branch: py3.5 Changeset: r87376:f1684dba7231 Date: 2016-09-25 19:25 +0100 http://bitbucket.org/pypy/pypy/changeset/f1684dba7231/ Log:Replace invalid RPython in floatobject.py (commit 0bf6794, pull request #481) diff --git a/pypy/objspace/std/floatobject.py b/py

[pypy-commit] pypy cpyext-null-slots: cpython compatible slot lookup does not traverse mro, implement and ensure slots are filled at PyType_Ready

2016-09-25 Thread mattip
Author: Matti Picus Branch: cpyext-null-slots Changeset: r87375:c85aef87f0df Date: 2016-09-25 15:37 +0300 http://bitbucket.org/pypy/pypy/changeset/c85aef87f0df/ Log:cpython compatible slot lookup does not traverse mro, implement and ensure slots are filled at PyType_Ready diff --git

[pypy-commit] pypy py3k-faulthandler: Translation test

2016-09-25 Thread arigo
Author: Armin Rigo Branch: py3k-faulthandler Changeset: r87374:a38dd2ec24eb Date: 2016-09-25 19:41 +0200 http://bitbucket.org/pypy/pypy/changeset/a38dd2ec24eb/ Log:Translation test diff --git a/rpython/rlib/rvmprof/test/test_traceback.py b/rpython/rlib/rvmprof/test/test_traceback.py --- a/r

[pypy-commit] pypy py3k-faulthandler: tweak

2016-09-25 Thread arigo
Author: Armin Rigo Branch: py3k-faulthandler Changeset: r87372:07eef320df99 Date: 2016-09-25 19:06 +0200 http://bitbucket.org/pypy/pypy/changeset/07eef320df99/ Log:tweak diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/pypy/int

[pypy-commit] pypy py3k-faulthandler: Change the API in rvmprof to support more directly what we need,

2016-09-25 Thread arigo
Author: Armin Rigo Branch: py3k-faulthandler Changeset: r87373:7ac3dadd629a Date: 2016-09-25 19:30 +0200 http://bitbucket.org/pypy/pypy/changeset/7ac3dadd629a/ Log:Change the API in rvmprof to support more directly what we need, in a way that is also more testable diff --git a/rpytho

[pypy-commit] pypy py3k: reapply 995f8366f830 to cffi: accept py3 strs via CreateProcessW

2016-09-25 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87371:0490b8a7a564 Date: 2016-09-25 09:45 -0700 http://bitbucket.org/pypy/pypy/changeset/0490b8a7a564/ Log:reapply 995f8366f830 to cffi: accept py3 strs via CreateProcessW diff --git a/lib_pypy/_pypy_winbase_build.py b/lib_pypy/_pypy_winbase_bui

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

2016-09-25 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r87370:991b0bdd50ab Date: 2016-09-25 17:27 +0100 http://bitbucket.org/pypy/pypy/changeset/991b0bdd50ab/ Log:hg merge py3k diff --git a/lib-python/3/idlelib/CallTips.py b/lib-python/3/idlelib/CallTips.py --- a/lib-python/3/idlelib/CallTips.py +++ b/