[pypy-commit] pypy llvm-translation-backend: Fix prebuilt hash preservation.

2015-11-22 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r80824:466d3372c513 Date: 2015-11-19 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/466d3372c513/ Log:Fix prebuilt hash preservation. diff --git a/rpython/translator/llvm/genllvm.py b/rpython/translator/llvm/genllvm.py -

[pypy-commit] pypy llvm-translation-backend: hg merge default

2015-11-22 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r80827:7557812bafd4 Date: 2015-11-20 00:22 +0100 http://bitbucket.org/pypy/pypy/changeset/7557812bafd4/ Log:hg merge default diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/ta

[pypy-commit] pypy llvm-translation-backend: Implement field offset calculation for FixedSizeArrays.

2015-11-22 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r80829:2980f62bc491 Date: 2015-11-22 11:55 +0100 http://bitbucket.org/pypy/pypy/changeset/2980f62bc491/ Log:Implement field offset calculation for FixedSizeArrays. diff --git a/rpython/translator/llvm/genllvm.py b/rpython/tran

[pypy-commit] pypy llvm-translation-backend: Add stub for have_debug_prints_for() llop.

2015-11-22 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r80828:75ba75ce5bee Date: 2015-11-22 11:51 +0100 http://bitbucket.org/pypy/pypy/changeset/75ba75ce5bee/ Log:Add stub for have_debug_prints_for() llop. diff --git a/rpython/translator/llvm/genllvm.py b/rpython/translator/llvm/g

[pypy-commit] pypy llvm-translation-backend: Special-case COMPILER_INFO constant in LLVM backend.

2015-11-22 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r80825:65fa1e610d2f Date: 2015-11-19 20:05 +0100 http://bitbucket.org/pypy/pypy/changeset/65fa1e610d2f/ Log:Special-case COMPILER_INFO constant in LLVM backend. diff --git a/rpython/translator/llvm/genllvm.py b/rpython/transla

[pypy-commit] pypy llvm-translation-backend: Pass HALFWORD instead of Signed to llop.combine_ushort().

2015-11-22 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r80830:0db1c150ce78 Date: 2015-11-22 12:29 +0100 http://bitbucket.org/pypy/pypy/changeset/0db1c150ce78/ Log:Pass HALFWORD instead of Signed to llop.combine_ushort(). The first argument to the combine_ushort() llop is "e

[pypy-commit] pypy default: hg merge

2015-11-22 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r80832:2bd0965ba1ae Date: 2015-11-22 13:23 +0100 http://bitbucket.org/pypy/pypy/changeset/2bd0965ba1ae/ Log:hg merge diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py +++ b/pypy

[pypy-commit] pypy default: Make build_cffi_imports hack work with other backends than GenC.

2015-11-22 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r80826:e4acc9f54fe0 Date: 2015-11-20 00:22 +0100 http://bitbucket.org/pypy/pypy/changeset/e4acc9f54fe0/ Log:Make build_cffi_imports hack work with other backends than GenC. diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalo

[pypy-commit] pypy exc-later: Propagate exception annotations from functions to their callers (work in progress)

2015-11-22 Thread rlamy
Author: Ronan Lamy Branch: exc-later Changeset: r80835:ec9ba2968c66 Date: 2015-11-22 18:00 + http://bitbucket.org/pypy/pypy/changeset/ec9ba2968c66/ Log:Propagate exception annotations from functions to their callers (work in progress) diff --git a/rpython/annotator/annrpython.py

[pypy-commit] pypy exc-later: Replace all uses of SomeExceptCase with SomeInstance

2015-11-22 Thread rlamy
Author: Ronan Lamy Branch: exc-later Changeset: r80834:bcf830d9e710 Date: 2015-11-22 05:38 + http://bitbucket.org/pypy/pypy/changeset/bcf830d9e710/ Log:Replace all uses of SomeExceptCase with SomeInstance diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py ---

[pypy-commit] pypy exc-later: Use annotations to represent the exception behaviour of operations

2015-11-22 Thread rlamy
Author: Ronan Lamy Branch: exc-later Changeset: r80833:9c9c044a9aff Date: 2015-11-22 01:50 + http://bitbucket.org/pypy/pypy/changeset/9c9c044a9aff/ Log:Use annotations to represent the exception behaviour of operations diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annr

[pypy-commit] pypy anntype2: Use annotations to represent the exception behaviour of operations

2015-11-22 Thread rlamy
Author: Ronan Lamy Branch: anntype2 Changeset: r80837:5b6b723dac8f Date: 2015-11-22 01:50 + http://bitbucket.org/pypy/pypy/changeset/5b6b723dac8f/ Log:Use annotations to represent the exception behaviour of operations diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrp

[pypy-commit] pypy anntype2: Replace all uses of SomeExceptCase with SomeInstance

2015-11-22 Thread rlamy
Author: Ronan Lamy Branch: anntype2 Changeset: r80838:fd73e9433923 Date: 2015-11-22 05:38 + http://bitbucket.org/pypy/pypy/changeset/fd73e9433923/ Log:Replace all uses of SomeExceptCase with SomeInstance diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --- a

[pypy-commit] pypy anntype2: Following up on branch 'anntype'

2015-11-22 Thread rlamy
Author: Ronan Lamy Branch: anntype2 Changeset: r80836:f84f99b5bf95 Date: 2015-11-22 20:05 + http://bitbucket.org/pypy/pypy/changeset/f84f99b5bf95/ Log:Following up on branch 'anntype' ___ pypy-commit mailing list pypy-commit@python.org https://

[pypy-commit] pypy default: fix translated tests by partially recreating app level functions called by appbridge in rpython

2015-11-22 Thread mattip
Author: mattip Branch: Changeset: r80839:a50cf6604948 Date: 2015-11-22 22:44 +0200 http://bitbucket.org/pypy/pypy/changeset/a50cf6604948/ Log:fix translated tests by partially recreating app level functions called by appbridge in rpython diff --git a/pypy/module/micronumpy/descripto

[pypy-commit] pypy anntype2: Use @doubledispatch for intersection() and difference()

2015-11-22 Thread rlamy
Author: Ronan Lamy Branch: anntype2 Changeset: r80841:5acb90f641dd Date: 2015-11-23 04:51 + http://bitbucket.org/pypy/pypy/changeset/5acb90f641dd/ Log:Use @doubledispatch for intersection() and difference() diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py --

[pypy-commit] pypy anntype2: Implement @doubledispatch decorator

2015-11-22 Thread rlamy
Author: Ronan Lamy Branch: anntype2 Changeset: r80840:d8221802192d Date: 2015-11-23 02:13 + http://bitbucket.org/pypy/pypy/changeset/d8221802192d/ Log:Implement @doubledispatch decorator diff --git a/rpython/tool/pairtype.py b/rpython/tool/pairtype.py --- a/rpython/tool/pairtype.py +++ b

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

2015-11-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80842:7372febfd770 Date: 2015-11-23 08:17 +0100 http://bitbucket.org/pypy/pypy/changeset/7372febfd770/ Log:merged default diff too long, truncating to 2000 out of 2102 lines diff --git a/lib_pypy/greenlet.py b/lib_pypy/greenlet.py -

[pypy-commit] pypy s390x-backend: reverted change

2015-11-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80843:f7d1843208b9 Date: 2015-11-23 08:17 +0100 http://bitbucket.org/pypy/pypy/changeset/f7d1843208b9/ Log:reverted change diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py --- a/rpython/annotator/model.py +++ b/rp

[pypy-commit] pypy default: reverted 2.7 {k for k ...} set syntax to an explicit for loop + set init. (s390x machine only has cpython 2.6 installed)

2015-11-22 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r80844:95fa20db8791 Date: 2015-11-23 08:22 +0100 http://bitbucket.org/pypy/pypy/changeset/95fa20db8791/ Log:reverted 2.7 {k for k ...} set syntax to an explicit for loop + set init. (s390x machine only has cpython 2.6 installed) diff --git

[pypy-commit] pypy default: yet another {k for k ...} set syntax converted to an explicit for loop

2015-11-22 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r80846:856bc46f9525 Date: 2015-11-23 08:25 +0100 http://bitbucket.org/pypy/pypy/changeset/856bc46f9525/ Log:yet another {k for k ...} set syntax converted to an explicit for loop diff --git a/rpython/annotator/bookkeeper.py b/rpython/annot

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

2015-11-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80845:ec399b39378a Date: 2015-11-23 08:22 +0100 http://bitbucket.org/pypy/pypy/changeset/ec399b39378a/ Log:merged default diff --git a/rpython/annotator/model.py b/rpython/annotator/model.py --- a/rpython/annotator/model.py +++ b/rpy

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

2015-11-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80847:4dcc42d4c820 Date: 2015-11-23 08:28 +0100 http://bitbucket.org/pypy/pypy/changeset/4dcc42d4c820/ Log:merged default diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/annotator/bookkeep

[pypy-commit] pypy default: reverted previous changes (did not know we do not support 2.6 anymore)

2015-11-22 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r80848:ed910c5221d9 Date: 2015-11-23 08:48 +0100 http://bitbucket.org/pypy/pypy/changeset/ed910c5221d9/ Log:reverted previous changes (did not know we do not support 2.6 anymore) diff --git a/rpython/annotator/bookkeeper.py b/rpython/annot

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

2015-11-22 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80849:d454a5a7d9cd Date: 2015-11-23 08:48 +0100 http://bitbucket.org/pypy/pypy/changeset/d454a5a7d9cd/ Log:merged default diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/annotator/bookkeep