[pypy-commit] pypy vecopt-merge: wrong target token has been added to the label jump in case a second label is introduced

2015-08-20 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79080:963383c4adcd Date: 2015-08-20 09:34 +0200 http://bitbucket.org/pypy/pypy/changeset/963383c4adcd/ Log:wrong target token has been added to the label jump in case a second label is introduced test for it and some documentat

[pypy-commit] pypy default: Fix if the pypy root dir is not in PYTHONPATH at all

2015-08-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r79081:ba4a1979ed5b Date: 2015-08-20 09:50 +0200 http://bitbucket.org/pypy/pypy/changeset/ba4a1979ed5b/ Log:Fix if the pypy root dir is not in PYTHONPATH at all diff --git a/rpython/rlib/rvmprof/test/test_ztranslation.py b/rpython/rlib/rvmprof/test/tes

[pypy-commit] pypy value-profiling: fix problem when the class is not a constant

2015-08-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: value-profiling Changeset: r79084:ab5fe2fb0615 Date: 2015-08-20 11:09 +0200 http://bitbucket.org/pypy/pypy/changeset/ab5fe2fb0615/ Log:fix problem when the class is not a constant diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/me

[pypy-commit] pypy ppc-updated-backend: a few fixes

2015-08-20 Thread arigo
Author: Armin Rigo Branch: ppc-updated-backend Changeset: r79085:a3eacc21865e Date: 2015-08-20 02:57 -0700 http://bitbucket.org/pypy/pypy/changeset/a3eacc21865e/ Log:a few fixes diff --git a/rpython/jit/backend/ppc/codebuilder.py b/rpython/jit/backend/ppc/codebuilder.py --- a/rpython/jit/ba

[pypy-commit] cffi fix-zdist-test: fix python 3.x compatibility for test_zdist

2015-08-20 Thread felixonmars
Author: Felix Yan Branch: fix-zdist-test Changeset: r2249:7a380048d8c6 Date: 2015-08-20 16:24 +0800 http://bitbucket.org/cffi/cffi/changeset/7a380048d8c6/ Log:fix python 3.x compatibility for test_zdist diff --git a/testing/cffi1/test_zdist.py b/testing/cffi1/test_zdist.py --- a/testing/cffi

[pypy-commit] cffi default: Merged in felixonmars/cffi/fix-zdist-test (pull request #63)

2015-08-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2250:c830b79802de Date: 2015-08-20 12:02 +0200 http://bitbucket.org/cffi/cffi/changeset/c830b79802de/ Log:Merged in felixonmars/cffi/fix-zdist-test (pull request #63) Fix python 3.x compatibility for test_zdist diff --git a/testing/cffi1/test_

[pypy-commit] pypy default: Document these two branches

2015-08-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r79086:32f5175b444e Date: 2015-08-20 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/32f5175b444e/ Log:Document these two branches diff --git a/pypy/doc/whatsnew-2.6.1.rst b/pypy/doc/whatsnew-2.6.1.rst --- a/pypy/doc/whatsnew-2.6.1.rst +++ b/pypy/d

[pypy-commit] pypy vecopt-merge: accum problem with saving data on fail descr (work in progress)

2015-08-20 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79087:a9ccb0f0842b Date: 2015-08-20 13:37 +0200 http://bitbucket.org/pypy/pypy/changeset/a9ccb0f0842b/ Log:accum problem with saving data on fail descr (work in progress) diff --git a/rpython/jit/backend/x86/regalloc.py b/rpython/jit

[pypy-commit] pypy optresult-unroll: start passing virtualstate tests

2015-08-20 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r79088:f107bebc383e Date: 2015-08-20 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/f107bebc383e/ Log:start passing virtualstate tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_util.py b/rpython/jit/metaint

[pypy-commit] pypy default: add a check

2015-08-20 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r79089:592ce9777d88 Date: 2015-08-20 19:29 +0200 http://bitbucket.org/pypy/pypy/changeset/592ce9777d88/ Log:add a check diff --git a/rpython/jit/metainterp/test/test_ajit.py b/rpython/jit/metainterp/test/test_ajit.py --- a/rpython/jit/metainter

[pypy-commit] cffi default: Release 1.2.1

2015-08-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2251:55ac8bf788d0 Date: 2015-08-20 23:09 +0200 http://bitbucket.org/cffi/cffi/changeset/55ac8bf788d0/ Log:Release 1.2.1 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -6298,7 +6298,7 @@ if (v

[pypy-commit] cffi release-1.2: hg merge default

2015-08-20 Thread arigo
Author: Armin Rigo Branch: release-1.2 Changeset: r2252:0cf51149cdd8 Date: 2015-08-20 23:10 +0200 http://bitbucket.org/cffi/cffi/changeset/0cf51149cdd8/ Log:hg merge default diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -6298,7 +6298,7

[pypy-commit] cffi release-1.2: md5/sha1

2015-08-20 Thread arigo
Author: Armin Rigo Branch: release-1.2 Changeset: r2253:953d7df27924 Date: 2015-08-20 23:12 +0200 http://bitbucket.org/cffi/cffi/changeset/953d7df27924/ Log:md5/sha1 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/inst