[pypy-commit] pypy default: Fix a few issues with hash(-1)==-2.

2016-07-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r85836:14adc02034c8 Date: 2016-07-24 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/14adc02034c8/ Log:Fix a few issues with hash(-1)==-2. diff --git a/lib-python/2.7/test/test_hash.py b/lib-python/2.7/test/test_hash.py --- a/lib-python/2.7/test/te

[pypy-commit] pypy new-jit-log: merged default, applied changes to zarch assembler

2016-07-24 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85837:46a75e79ab0d Date: 2016-07-24 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/46a75e79ab0d/ Log:merged default, applied changes to zarch assembler diff --git a/lib-python/2.7/test/test_hash.py b/lib-python/2.7/test/test_hash

[pypy-commit] pypy inline-blocks: Inline gotos to blocks with only one predecessor.

2016-07-24 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: inline-blocks Changeset: r85838:85fa82cf9d39 Date: 2016-07-24 13:25 +0200 http://bitbucket.org/pypy/pypy/changeset/85fa82cf9d39/ Log:Inline gotos to blocks with only one predecessor. This is a small subset of the patch in issue #1220. Example

[pypy-commit] pypy new-jit-log: test_jitlog can be run on any cpu, restructed to make this possible

2016-07-24 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85839:1ebc580e133e Date: 2016-07-24 15:47 +0200 http://bitbucket.org/pypy/pypy/changeset/1ebc580e133e/ Log:test_jitlog can be run on any cpu, restructed to make this possible diff --git a/rpython/jit/backend/test/jitlog_test.py b/rpyt

[pypy-commit] pypy py3k: Add unicode casefolding.

2016-07-24 Thread gbleu
Author: touilleMan Branch: py3k Changeset: r85840:92786f72b7dd Date: 2016-07-24 13:11 +0200 http://bitbucket.org/pypy/pypy/changeset/92786f72b7dd/ Log:Add unicode casefolding. diff too long, truncating to 2000 out of 6185 lines diff --git a/rpython/rlib/unicodedata/CaseFolding-3.2.0.txt b/

[pypy-commit] pypy py3k: Add missing str.casefold method.

2016-07-24 Thread gbleu
Author: touilleMan Branch: py3k Changeset: r85842:d93d0a6c41f9 Date: 2016-07-24 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/d93d0a6c41f9/ Log:Add missing str.casefold method. diff --git a/pypy/objspace/std/test/test_unicodeobject.py b/pypy/objspace/std/test/test_unicodeobject.py --

[pypy-commit] pypy py3k: Optimize unicode casefolding database.

2016-07-24 Thread gbleu
Author: touilleMan Branch: py3k Changeset: r85841:a7ef592b9736 Date: 2016-07-24 15:28 +0200 http://bitbucket.org/pypy/pypy/changeset/a7ef592b9736/ Log:Optimize unicode casefolding database. diff --git a/rpython/rlib/unicodedata/generate_unicodedb.py b/rpython/rlib/unicodedata/generate_unico

[pypy-commit] pypy new-jit-log: arm & ppc changes to assembler to emit rewritten loop

2016-07-24 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85843:d74d50b47077 Date: 2016-07-24 15:57 +0200 http://bitbucket.org/pypy/pypy/changeset/d74d50b47077/ Log:arm & ppc changes to assembler to emit rewritten loop diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/a

[pypy-commit] pypy default: fix 85ea4f3912ce

2016-07-24 Thread mattip
Author: mattip Branch: Changeset: r85844:c86e6e2f2dc4 Date: 2016-07-24 17:43 -0500 http://bitbucket.org/pypy/pypy/changeset/c86e6e2f2dc4/ Log:fix 85ea4f3912ce diff --git a/rpython/translator/c/src/entrypoint.c b/rpython/translator/c/src/entrypoint.c --- a/rpython/translator/c/src/entrypoin

[pypy-commit] pypy new-jit-log: add _jitlog module to pypyoptions

2016-07-24 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r85845:6d59af4538b7 Date: 2016-07-24 16:59 +0200 http://bitbucket.org/pypy/pypy/changeset/6d59af4538b7/ Log:add _jitlog module to pypyoptions diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoptio

[pypy-commit] pypy ep2016sprint: Close branch ep2016sprint

2016-07-24 Thread rlamy
Author: Ronan Lamy Branch: ep2016sprint Changeset: r85846:d4829886df00 Date: 2016-07-24 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/d4829886df00/ Log:Close branch ep2016sprint ___ pypy-commit mailing list pypy-commit@python.org https://mai

[pypy-commit] pypy default: Merged in mad-marty/pypy/ep2016sprint (pull request #464)

2016-07-24 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r85847:00ebc10a5e32 Date: 2016-07-24 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/00ebc10a5e32/ Log:Merged in mad-marty/pypy/ep2016sprint (pull request #464) Issue #2346 - Hashing yields inconsistent results - FollowUp _

[pypy-commit] pypy py3.5-async: (Forgot braces at if)

2016-07-24 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5-async Changeset: r85848:c6060c5133e5 Date: 2016-07-24 18:53 +0200 http://bitbucket.org/pypy/pypy/changeset/c6060c5133e5/ Log:(Forgot braces at if) diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/pyopcode.py