[pypy-commit] pypy.org extradoc: update the values

2015-07-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r623:ff2ef583cac4 Date: 2015-07-08 22:37 +0200 http://bitbucket.org/pypy/pypy.org/changeset/ff2ef583cac4/ Log:update the values diff --git a/don3.html b/don3.html --- a/don3.html +++ b/don3.html @@ -23,7 +23,7 @@ This donation goes toward

[pypy-commit] pypy py3.3: Fix __qualname__ of built-in class methods.

2015-07-08 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78498:1c0541a5be95 Date: 2015-07-08 16:50 +0200 http://bitbucket.org/pypy/pypy/changeset/1c0541a5be95/ Log:Fix __qualname__ of built-in class methods. diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objs

[pypy-commit] pypy py3.3: Try __bytes__ before __index__ when converting an object to bytes.

2015-07-08 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78497:db201c02e7fc Date: 2015-07-05 08:40 +0200 http://bitbucket.org/pypy/pypy/changeset/db201c02e7fc/ Log:Try __bytes__ before __index__ when converting an object to bytes. diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytes

[pypy-commit] stmgc use-gcc: Count the extra segment prefix in the estimation of instruction sizes

2015-07-08 Thread arigo
Author: Armin Rigo Branch: use-gcc Changeset: r1895:a89f21f5670b Date: 2015-07-08 15:09 +0200 http://bitbucket.org/pypy/stmgc/changeset/a89f21f5670b/ Log:Count the extra segment prefix in the estimation of instruction sizes diff --git a/gcc-seg-gs/gcc-5.1.0-patch.diff b/gcc-seg-gs/gc

[pypy-commit] pypy default: Fix np.mod to behave like Python '%', not like math.fmod

2015-07-08 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r78496:df9cec2f0353 Date: 2015-07-08 14:03 +0100 http://bitbucket.org/pypy/pypy/changeset/df9cec2f0353/ Log:Fix np.mod to behave like Python '%', not like math.fmod diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/t

[pypy-commit] pypy default: Elidable-ize the convertion from ascii string to unicode

2015-07-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r78495:8dd96fd0cca6 Date: 2015-07-08 13:29 +0200 http://bitbucket.org/pypy/pypy/changeset/8dd96fd0cca6/ Log:Elidable-ize the convertion from ascii string to unicode diff --git a/pypy/objspace/std/unicodeobject.py b/pypy/objspace/std/unicodeobject.py --

[pypy-commit] pypy stmgc-c8-gcc: import stmgc/088f807586c2

2015-07-08 Thread arigo
Author: Armin Rigo Branch: stmgc-c8-gcc Changeset: r78494:3a5bd2b925aa Date: 2015-07-08 11:48 +0100 http://bitbucket.org/pypy/pypy/changeset/3a5bd2b925aa/ Log:import stmgc/088f807586c2 diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpyth

[pypy-commit] stmgc use-gcc: Expand the explanation and roll back 69f1abc8e3fe.

2015-07-08 Thread arigo
Author: Armin Rigo Branch: use-gcc Changeset: r1894:088f807586c2 Date: 2015-07-08 12:45 +0200 http://bitbucket.org/pypy/stmgc/changeset/088f807586c2/ Log:Expand the explanation and roll back 69f1abc8e3fe. diff --git a/c8/stm/core.h b/c8/stm/core.h --- a/c8/stm/core.h +++ b/c8/stm/core.h @@ -

[pypy-commit] stmgc use-gcc: Mention -fno-ivopts

2015-07-08 Thread arigo
Author: Armin Rigo Branch: use-gcc Changeset: r1893:a2ba6745aadd Date: 2015-07-08 12:42 +0200 http://bitbucket.org/pypy/stmgc/changeset/a2ba6745aadd/ Log:Mention -fno-ivopts diff --git a/gcc-seg-gs/README.txt b/gcc-seg-gs/README.txt --- a/gcc-seg-gs/README.txt +++ b/gcc-seg-gs/README.txt @@

[pypy-commit] pypy default: fix a few freebsd issues

2015-07-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r78493:f4196519dd86 Date: 2015-07-08 12:33 +0200 http://bitbucket.org/pypy/pypy/changeset/f4196519dd86/ Log:fix a few freebsd issues diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py --- a/pypy/module/_vmp

[pypy-commit] pypy vecopt: ironed out the problems with the bridge creation

2015-07-08 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78492:a026d96015e4 Date: 2015-07-08 09:34 +0200 http://bitbucket.org/pypy/pypy/changeset/a026d96015e4/ Log:ironed out the problems with the bridge creation the fail arguments now save the regloc of the scalar variable, the actual pos

[pypy-commit] pypy vecopt: unroll does not ignore guard early exit anymore (generates wrong code)

2015-07-08 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78491:ca4edaf2af71 Date: 2015-07-06 15:32 +0200 http://bitbucket.org/pypy/pypy/changeset/ca4edaf2af71/ Log:unroll does not ignore guard early exit anymore (generates wrong code) diff --git a/rpython/jit/backend/x86/regalloc.py b/rp