[pypy-commit] pypy default: backout f5bb0b58e857: breaks translation (this should be RPython)

2016-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r82248:bfa51a294a82 Date: 2016-02-15 09:40 +0100 http://bitbucket.org/pypy/pypy/changeset/bfa51a294a82/ Log:backout f5bb0b58e857: breaks translation (this should be RPython) diff --git a/pypy/module/sys/interp_encoding.py b/pypy/module/sys/interp_encod

[pypy-commit] pypy default: Redo f5bb0b58e857 (thanks hawkowl on irc)

2016-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r82249:2dc4fd1e911d Date: 2016-02-15 09:47 +0100 http://bitbucket.org/pypy/pypy/changeset/2dc4fd1e911d/ Log:Redo f5bb0b58e857 (thanks hawkowl on irc) diff --git a/pypy/module/sys/interp_encoding.py b/pypy/module/sys/interp_encoding.py --- a/pypy/module

[pypy-commit] extradoc extradoc: booked train ticket now, added one day for skiing

2016-02-15 Thread plan_rich
Author: Richard Plangger Branch: extradoc Changeset: r5606:f23ab745f652 Date: 2016-02-15 09:54 +0100 http://bitbucket.org/pypy/extradoc/changeset/f23ab745f652/ Log:booked train ticket now, added one day for skiing diff --git a/sprintinfo/leysin-winter-2016/people.txt b/sprintinfo/leysin-win

[pypy-commit] pypy default: hg merge heads

2016-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r82251:7ab8c02fe793 Date: 2016-02-15 10:19 +0100 http://bitbucket.org/pypy/pypy/changeset/7ab8c02fe793/ Log:hg merge heads diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-INFO +++ b/lib_pyp

[pypy-commit] pypy default: Windows: add a translation config to give the name of the .lib file.

2016-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r82250:c6d3343b23cc Date: 2016-02-15 10:08 +0100 http://bitbucket.org/pypy/pypy/changeset/c6d3343b23cc/ Log:Windows: add a translation config to give the name of the .lib file. Use it to change "libpypy-c.lib" into "..\..\libs\python27.lib".

[pypy-commit] cffi default: pypy on windows now stores "python27.lib" in a directory "libs"

2016-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r2638:2711f96bf410 Date: 2016-02-15 10:30 +0100 http://bitbucket.org/cffi/cffi/changeset/2711f96bf410/ Log:pypy on windows now stores "python27.lib" in a directory "libs" diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -551

[pypy-commit] pypy default: import cffi/2711f96bf410

2016-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r82252:5b6ed997837d Date: 2016-02-15 10:31 +0100 http://bitbucket.org/pypy/pypy/changeset/5b6ed997837d/ Log:import cffi/2711f96bf410 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 @@ -551,1

[pypy-commit] pypy s390x-backend: separated two needs in the regalloc, ensure_reg always returns a register (a pool location is never returned), ensure_reg_or_pool now either returns a pool loc or reg

2016-02-15 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82253:13c8dfe611d6 Date: 2016-02-15 10:52 +0100 http://bitbucket.org/pypy/pypy/changeset/13c8dfe611d6/ Log:separated two needs in the regalloc, ensure_reg always returns a register (a pool location is never returned), ensure_r

[pypy-commit] pypy reorder-map-attributes: a failing test of an example that reorders infinitely often

2016-02-15 Thread cfbolz
Author: Carl Friedrich Bolz Branch: reorder-map-attributes Changeset: r82254:433dbd99e066 Date: 2016-02-14 17:30 +0100 http://bitbucket.org/pypy/pypy/changeset/433dbd99e066/ Log:a failing test of an example that reorders infinitely often diff --git a/pypy/objspace/std/test/test_mapdict.py b

[pypy-commit] pypy reorder-map-attributes: a tweak to the algorithm to solve the problem of infinite reorderings more thoroughly

2016-02-15 Thread cfbolz
Author: Carl Friedrich Bolz Branch: reorder-map-attributes Changeset: r82255:3387e677ff14 Date: 2016-02-15 00:46 +0100 http://bitbucket.org/pypy/pypy/changeset/3387e677ff14/ Log:a tweak to the algorithm to solve the problem of infinite reorderings more thoroughly diff --git a/pypy/ob

[pypy-commit] pypy s390x-backend: sync to remote did not work, fixed more calls to ensure_reg

2016-02-15 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82256:4d0391440a29 Date: 2016-02-15 11:48 +0100 http://bitbucket.org/pypy/pypy/changeset/4d0391440a29/ Log:sync to remote did not work, fixed more calls to ensure_reg diff --git a/rpython/jit/backend/zarch/helper/regalloc.py b/rpyth

[pypy-commit] pypy s390x-backend: added te temp_boxes too early, added comments

2016-02-15 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82257:c587ef1d34a4 Date: 2016-02-15 12:07 +0100 http://bitbucket.org/pypy/pypy/changeset/c587ef1d34a4/ Log:added te temp_boxes too early, added comments diff --git a/rpython/jit/backend/zarch/regalloc.py b/rpython/jit/backend/zarch/

[pypy-commit] pypy s390x-backend: stacklet switch removed one register move, rescuing f8-f15

2016-02-15 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82258:2d699125ebd7 Date: 2016-02-15 12:26 +0100 http://bitbucket.org/pypy/pypy/changeset/2d699125ebd7/ Log:stacklet switch removed one register move, rescuing f8-f15 diff --git a/rpython/translator/c/src/stacklet/switch_s390x_gcc.h

[pypy-commit] pypy s390x-backend: merged deafult

2016-02-15 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82259:39811a0085e6 Date: 2016-02-15 12:28 +0100 http://bitbucket.org/pypy/pypy/changeset/39811a0085e6/ Log:merged deafult diff --git a/lib-python/2.7/distutils/command/build_ext.py b/lib-python/2.7/distutils/command/build_ext.py ---

[pypy-commit] pypy s390x-backend: remove _vmprof when translating for s390x (for now)

2016-02-15 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82260:11fdfd9e852f Date: 2016-02-15 13:25 +0100 http://bitbucket.org/pypy/pypy/changeset/11fdfd9e852f/ Log:remove _vmprof when translating for s390x (for now) diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/p

[pypy-commit] pypy s390x-backend: extended comment + issue in libc (rposix macro expansion)

2016-02-15 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82261:bb5b1c0fef8d Date: 2016-02-15 13:29 +0100 http://bitbucket.org/pypy/pypy/changeset/bb5b1c0fef8d/ Log:extended comment + issue in libc (rposix macro expansion) diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/r

[pypy-commit] pypy default: Make integer constant fit in 32 bits to make vmprof tests pass on 32-bit again.

2016-02-15 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82262:02eab80025cb Date: 2016-02-15 14:10 +0100 http://bitbucket.org/pypy/pypy/changeset/02eab80025cb/ Log:Make integer constant fit in 32 bits to make vmprof tests pass on 32-bit again. diff --git a/rpython/rlib/rvmprof/test/test_rvmprof.py

[pypy-commit] pypy default: Change constant fit in 31 bits - it's signed.

2016-02-15 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r82263:b6d62c49d868 Date: 2016-02-15 14:24 +0100 http://bitbucket.org/pypy/pypy/changeset/b6d62c49d868/ Log:Change constant fit in 31 bits - it's signed. diff --git a/rpython/rlib/rvmprof/test/test_rvmprof.py b/rpython/rlib/rvmprof/test/test_rvmprof.

[pypy-commit] pypy cpyext-gc-support-2: Add one missing 'result_borrowed' to weakrefobject.py. Add comments

2016-02-15 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82264:2f74cfc0598e Date: 2016-02-15 15:03 +0100 http://bitbucket.org/pypy/pypy/changeset/2f74cfc0598e/ Log:Add one missing 'result_borrowed' to weakrefobject.py. Add comments to various other similar places diff --git a/pypy/

[pypy-commit] pypy cpyext-gc-support-2: More borrow_from() -> result_borrowed

2016-02-15 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82265:9c0cbbbea383 Date: 2016-02-15 15:11 +0100 http://bitbucket.org/pypy/pypy/changeset/9c0cbbbea383/ Log:More borrow_from() -> result_borrowed diff --git a/pypy/module/cpyext/eval.py b/pypy/module/cpyext/eval.py --- a/pypy/module/c

[pypy-commit] pypy cpyext-gc-support-2: typo

2016-02-15 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82266:0079bb6a6e6d Date: 2016-02-15 15:17 +0100 http://bitbucket.org/pypy/pypy/changeset/0079bb6a6e6d/ Log:typo diff --git a/pypy/module/cpyext/pyfile.py b/pypy/module/cpyext/pyfile.py --- a/pypy/module/cpyext/pyfile.py +++ b/pypy/mo

[pypy-commit] pypy default: Test and fix for another corner case (likely shown by Krakatau)

2016-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r82267:96c2ec82f010 Date: 2016-02-15 16:32 +0100 http://bitbucket.org/pypy/pypy/changeset/96c2ec82f010/ Log:Test and fix for another corner case (likely shown by Krakatau) diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metaint

[pypy-commit] pypy cpyext-gc-support-2: Fix for test_typeobject.py:test_mp_ass_subscript

2016-02-15 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82268:fbcb51a49880 Date: 2016-02-15 17:30 +0100 http://bitbucket.org/pypy/pypy/changeset/fbcb51a49880/ Log:Fix for test_typeobject.py:test_mp_ass_subscript diff --git a/pypy/module/cpyext/pyobject.py b/pypy/module/cpyext/pyobject.py

[pypy-commit] pypy py3.3: Fix test by checking for correct behaviour.

2016-02-15 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82270:0a7d0c775a46 Date: 2016-02-15 17:20 +0100 http://bitbucket.org/pypy/pypy/changeset/0a7d0c775a46/ Log:Fix test by checking for correct behaviour. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/

[pypy-commit] pypy py3.3: Fix test by inserting sys.meta_path hook at the beginning.

2016-02-15 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82269:3495c617f6d0 Date: 2016-02-15 17:16 +0100 http://bitbucket.org/pypy/pypy/changeset/3495c617f6d0/ Log:Fix test by inserting sys.meta_path hook at the beginning. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_i

[pypy-commit] pypy default: Remove dead code: Bookkeeper._find_current_op()

2016-02-15 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82271:4bec5c63bc9e Date: 2016-02-15 17:42 + http://bitbucket.org/pypy/pypy/changeset/4bec5c63bc9e/ Log:Remove dead code: Bookkeeper._find_current_op() diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/anno

[pypy-commit] pypy cpyext-gc-support-2: fix

2016-02-15 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82272:bde14abe82c8 Date: 2016-02-15 19:58 +0100 http://bitbucket.org/pypy/pypy/changeset/bde14abe82c8/ Log:fix diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyex

[pypy-commit] pypy cpyext-gc-support-2: fixes in tests

2016-02-15 Thread mattip
Author: mattip Branch: cpyext-gc-support-2 Changeset: r82273:068b526e7520 Date: 2016-02-15 21:42 +0200 http://bitbucket.org/pypy/pypy/changeset/068b526e7520/ Log:fixes in tests diff --git a/pypy/module/cpyext/test/test_api.py b/pypy/module/cpyext/test/test_api.py --- a/pypy/module/cpyext/te

[pypy-commit] pypy llimpl: Create SomeExternalFunction, clean up signature checking and sandboxing of externals

2016-02-15 Thread rlamy
Author: Ronan Lamy Branch: llimpl Changeset: r82275:7b8f4a3f1bd2 Date: 2016-02-16 04:17 + http://bitbucket.org/pypy/pypy/changeset/7b8f4a3f1bd2/ Log:Create SomeExternalFunction, clean up signature checking and sandboxing of externals diff --git a/rpython/annotator/policy.py b/rpy

[pypy-commit] pypy llimpl: hg merge default

2016-02-15 Thread rlamy
Author: Ronan Lamy Branch: llimpl Changeset: r82274:e6a89c683651 Date: 2016-02-15 17:45 + http://bitbucket.org/pypy/pypy/changeset/e6a89c683651/ Log:hg merge default diff too long, truncating to 2000 out of 3299 lines diff --git a/lib-python/2.7/distutils/command/build_ext.py b/lib-pyt