[pypy-commit] extradoc extradoc: add the result of discussions from leysin (unedited)

2016-02-29 Thread fijal
Author: fijal Branch: extradoc Changeset: r5612:de191b0da0b9 Date: 2016-02-29 10:51 +0100 http://bitbucket.org/pypy/extradoc/changeset/de191b0da0b9/ Log:add the result of discussions from leysin (unedited) diff --git a/planning/sprint-leysin-2016-notes.rst b/planning/sprint-leysin-2016-notes

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

2016-02-29 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r711:74d29efbfbe9 Date: 2016-02-29 12:32 +0100 http://bitbucket.org/pypy/pypy.org/changeset/74d29efbfbe9/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy s390x-backend: removed some old files that where moved in the last commit

2016-02-29 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82611:4560bc0454eb Date: 2016-02-29 14:30 +0100 http://bitbucket.org/pypy/pypy/changeset/4560bc0454eb/ Log:removed some old files that where moved in the last commit diff --git a/rpython/jit/backend/llsupport/gcstress/__init__.py b/

[pypy-commit] pypy s390x-backend: renamed module, first hypothesis test that ensures that each interp function works as expected

2016-02-29 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82610:061da05db893 Date: 2016-02-29 14:27 +0100 http://bitbucket.org/pypy/pypy/changeset/061da05db893/ Log:renamed module, first hypothesis test that ensures that each interp function works as expected diff --git a/.hgignore

[pypy-commit] pypy s390x-backend: list create, list concat

2016-02-29 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82612:df3c1340c16f Date: 2016-02-29 14:58 +0100 http://bitbucket.org/pypy/pypy/changeset/df3c1340c16f/ Log:list create, list concat diff --git a/rpython/jit/backend/llsupport/tl/code.py b/rpython/jit/backend/llsupport/tl/code.py ---

[pypy-commit] pypy default: Move execute_step() implementation to the Action subclasses

2016-02-29 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82613:a1d15704499c Date: 2016-02-29 15:24 + http://bitbucket.org/pypy/pypy/changeset/a1d15704499c/ Log:Move execute_step() implementation to the Action subclasses diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py -

[pypy-commit] pypy default: Add clear() and copy() actions

2016-02-29 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82614:b212924f1c8d Date: 2016-02-29 16:06 + http://bitbucket.org/pypy/pypy/changeset/b212924f1c8d/ Log:Add clear() and copy() actions diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py --- a/rpython/rtyper/test/test

[pypy-commit] pypy default: Improve hypothesis test: catch infinite loops (posix only) and do the complete check once and only once, at the end of the run.

2016-02-29 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82615:721ef287647d Date: 2016-02-29 18:36 + http://bitbucket.org/pypy/pypy/changeset/721ef287647d/ Log:Improve hypothesis test: catch infinite loops (posix only) and do the complete check once and only once, at the end of the run. diff --gi

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

2016-02-29 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r712:545a2ef714d5 Date: 2016-02-29 21:19 +0100 http://bitbucket.org/pypy/pypy.org/changeset/545a2ef714d5/ Log:update the values diff --git a/don4.html b/don4.html --- a/don4.html +++ b/don4.html @@ -17,7 +17,7 @@ 2nd call: - $30403 of

[pypy-commit] pypy cpyext-ext: fix test from 22fa8dfd0a2d by creating yet more alloc() functions

2016-02-29 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82616:d3f9504cf268 Date: 2016-02-29 16:57 -0500 http://bitbucket.org/pypy/pypy/changeset/d3f9504cf268/ Log:fix test from 22fa8dfd0a2d by creating yet more alloc() functions diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/

[pypy-commit] pypy default: Make hypothesis test parametric in the key and value types

2016-02-29 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82617:959fe6807849 Date: 2016-02-29 21:57 + http://bitbucket.org/pypy/pypy/changeset/959fe6807849/ Log:Make hypothesis test parametric in the key and value types diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py --

[pypy-commit] pypy default: kill dead and/or superseded tests

2016-02-29 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82618:51611a2b96f6 Date: 2016-02-29 22:08 + http://bitbucket.org/pypy/pypy/changeset/51611a2b96f6/ Log:kill dead and/or superseded tests diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py --- a/rpython/rtyper/test/t

[pypy-commit] pypy default: merge

2016-02-29 Thread fijal
Author: fijal Branch: Changeset: r82620:b72f032521e3 Date: 2016-02-29 23:21 +0100 http://bitbucket.org/pypy/pypy/changeset/b72f032521e3/ Log:merge diff --git a/rpython/rtyper/test/test_rdict.py b/rpython/rtyper/test/test_rdict.py --- a/rpython/rtyper/test/test_rdict.py +++ b/rpython/rtyper/

[pypy-commit] pypy default: fix embedding tests on OS X (they might or might not work on linux, too lazy to check), sem_init is deprecated

2016-02-29 Thread fijal
Author: fijal Branch: Changeset: r82619:38deea741bed Date: 2016-02-29 23:20 +0100 http://bitbucket.org/pypy/pypy/changeset/38deea741bed/ Log:fix embedding tests on OS X (they might or might not work on linux, too lazy to check), sem_init is deprecated diff --git a/pypy/module/test_li

[pypy-commit] pypy s390x-backend: list append, insert, del. indexing functions do not generate byte code if IndexError would be raised

2016-02-29 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82621:53b6b15a4a97 Date: 2016-03-01 08:05 +0100 http://bitbucket.org/pypy/pypy/changeset/53b6b15a4a97/ Log:list append, insert, del. indexing functions do not generate byte code if IndexError would be raised diff --git a/rpyt

[pypy-commit] pypy memop-simplify3: calculate index value (const scale, const offset) before emiting the load for ConstPtrs

2016-02-29 Thread plan_rich
Author: Richard Plangger Branch: memop-simplify3 Changeset: r82623:6f7d32f89861 Date: 2016-03-01 08:32 +0100 http://bitbucket.org/pypy/pypy/changeset/6f7d32f89861/ Log:calculate index value (const scale, const offset) before emiting the load for ConstPtrs diff --git a/rpython/jit/bac

[pypy-commit] pypy memop-simplify3: removed getfield_gc_pure_* which where removed on default some time ago

2016-02-29 Thread plan_rich
Author: Richard Plangger Branch: memop-simplify3 Changeset: r82624:08f7c1c3571d Date: 2016-03-01 08:34 +0100 http://bitbucket.org/pypy/pypy/changeset/08f7c1c3571d/ Log:removed getfield_gc_pure_* which where removed on default some time ago diff --git a/rpython/jit/backend/llsupport/r

[pypy-commit] pypy memop-simplify3: merged default

2016-02-29 Thread plan_rich
Author: Richard Plangger Branch: memop-simplify3 Changeset: r82622:6593ec12ff85 Date: 2016-03-01 08:16 +0100 http://bitbucket.org/pypy/pypy/changeset/6593ec12ff85/ Log:merged default diff too long, truncating to 2000 out of 25290 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++