[pypy-commit] pypy cpyext-ext: test and fix: slot_tp_call

2016-03-01 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82643:df19cf072629 Date: 2016-03-01 20:49 +0100 http://bitbucket.org/pypy/pypy/changeset/df19cf072629/ Log:test and fix: slot_tp_call diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy cpyext-ext: Test and fix for tp_iter and tp_iternext (also fixes the latter to not

2016-03-01 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82646:3af62800d459 Date: 2016-03-01 21:15 +0100 http://bitbucket.org/pypy/pypy/changeset/3af62800d459/ Log:Test and fix for tp_iter and tp_iternext (also fixes the latter to not raise StopIteration but simply return

[pypy-commit] pypy cpyext-ext: fix slot_nb_int, and attempt a test, but blocked by issue 2248

2016-03-01 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82645:11338c928fad Date: 2016-03-01 21:07 +0100 http://bitbucket.org/pypy/pypy/changeset/11338c928fad/ Log:fix slot_nb_int, and attempt a test, but blocked by issue 2248 diff --git a/pypy/module/cpyext/slotdefs.py

[pypy-commit] pypy cpyext-ext: test and fix: slot_tp_str

2016-03-01 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82644:b530a83f16e8 Date: 2016-03-01 20:53 +0100 http://bitbucket.org/pypy/pypy/changeset/b530a83f16e8/ Log:test and fix: slot_tp_str diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy cpyext-ext: Rewrite the test in a way independent of issue 2248

2016-03-01 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82647:1c037e8cb40d Date: 2016-03-01 21:20 +0100 http://bitbucket.org/pypy/pypy/changeset/1c037e8cb40d/ Log:Rewrite the test in a way independent of issue 2248 diff --git a/pypy/module/cpyext/test/test_typeobject.py

[pypy-commit] pypy cpyext-ext: Add an XXX

2016-03-01 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82642:d290ba429283 Date: 2016-03-01 20:04 +0100 http://bitbucket.org/pypy/pypy/changeset/d290ba429283/ Log:Add an XXX diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test/test_typeobject.py ---

[pypy-commit] pypy cpyext-ext: Test and fix (for nb_float only for now)

2016-03-01 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82641:359d2065421a Date: 2016-03-01 20:03 +0100 http://bitbucket.org/pypy/pypy/changeset/359d2065421a/ Log:Test and fix (for nb_float only for now) diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py

[pypy-commit] pypy jit-leaner-frontend: start writing a test

2016-03-01 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82629:aaad0add05ac Date: 2016-03-01 10:38 +0100 http://bitbucket.org/pypy/pypy/changeset/aaad0add05ac/ Log:start writing a test diff --git a/rpython/jit/metainterp/test/test_opencoder.py b/rpython/jit/metainterp/test/test_opencoder.py

[pypy-commit] pypy s390x-backend: assembly instructions now check the immediate values, asserting if a value too big/small is passed

2016-03-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82625:1e7875e46f1c Date: 2016-03-01 09:47 +0100 http://bitbucket.org/pypy/pypy/changeset/1e7875e46f1c/ Log:assembly instructions now check the immediate values, asserting if a value too big/small is

[pypy-commit] pypy s390x-backend: RISBGN use RISBG (does alter the cc), changed parameter of build_rie_f (signed to unsigned). removed some unnecessay asserts (check now for each parameter)

2016-03-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82626:9fc4da160aeb Date: 2016-03-01 09:56 +0100 http://bitbucket.org/pypy/pypy/changeset/9fc4da160aeb/ Log:RISBGN use RISBG (does alter the cc), changed parameter of build_rie_f (signed to unsigned).

[pypy-commit] pypy default: Fix import_cffi to also copy the .c and .h files. Re-run it to import

2016-03-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r82628:cca076442762 Date: 2016-03-01 10:35 +0100 http://bitbucket.org/pypy/pypy/changeset/cca076442762/ Log:Fix import_cffi to also copy the .c and .h files. Re-run it to import cffi/5d4960993342. diff --git

[pypy-commit] pypy default: hg backout 38deea741bed

2016-03-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r82627:2523cc45c5d9 Date: 2016-03-01 10:27 +0100 http://bitbucket.org/pypy/pypy/changeset/2523cc45c5d9/ Log:hg backout 38deea741bed Causes failures on Linux. Looks easy to fix, but first backing this out, because fixes

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

2016-03-01 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r713:0d8788f07836 Date: 2016-03-01 10:18 +0100 http://bitbucket.org/pypy/pypy.org/changeset/0d8788f07836/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ -

[pypy-commit] pypy cpyext-ext: test and fix: slot_tp_init

2016-03-01 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r82648:51eac7129726 Date: 2016-03-01 22:15 +0100 http://bitbucket.org/pypy/pypy/changeset/51eac7129726/ Log:test and fix: slot_tp_init diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py ---

[pypy-commit] pypy issue-2248: fix for issue #2248, can W_Float.int() be removed?

2016-03-01 Thread mattip
Author: mattip Branch: issue-2248 Changeset: r82650:64144f654a33 Date: 2016-03-02 00:27 -0500 http://bitbucket.org/pypy/pypy/changeset/64144f654a33/ Log:fix for issue #2248, can W_Float.int() be removed? diff --git a/pypy/module/__builtin__/test/test_classobj.py

[pypy-commit] pypy cpyext-ext: fix fix

2016-03-01 Thread mattip
Author: mattip Branch: cpyext-ext Changeset: r82649:d34b903fd57b Date: 2016-03-01 21:45 -0500 http://bitbucket.org/pypy/pypy/changeset/d34b903fd57b/ Log:fix fix diff --git a/pypy/module/cpyext/unicodeobject.py b/pypy/module/cpyext/unicodeobject.py ---

[pypy-commit] pypy s390x-backend: undo some of the changes of memop-simplify3 and pass length to the length parameter instead of byte size

2016-03-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82630:2ea190038b88 Date: 2016-03-01 12:43 +0100 http://bitbucket.org/pypy/pypy/changeset/2ea190038b88/ Log:undo some of the changes of memop-simplify3 and pass length to the length parameter instead of

[pypy-commit] pypy default: fix typo

2016-03-01 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82631:8855d18e3957 Date: 2016-02-27 11:37 +0100 http://bitbucket.org/pypy/pypy/changeset/8855d18e3957/ Log:fix typo diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy default: merge

2016-03-01 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82633:cb435db64836 Date: 2016-03-01 13:33 +0100 http://bitbucket.org/pypy/pypy/changeset/cb435db64836/ Log:merge diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py --- a/pypy/objspace/std/setobject.py

[pypy-commit] pypy default: remove a guard from str.count

2016-03-01 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r82632:8d422c65fe9a Date: 2016-02-27 16:52 +0100 http://bitbucket.org/pypy/pypy/changeset/8d422c65fe9a/ Log:remove a guard from str.count diff --git a/rpython/rtyper/lltypesystem/rstr.py b/rpython/rtyper/lltypesystem/rstr.py

[pypy-commit] pypy s390x-backend: translating the interpreter and feeding it with hypothesis, it compiles but does not correctly enter the dispatch loop

2016-03-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82638:ae5c221a741c Date: 2016-03-01 17:25 +0100 http://bitbucket.org/pypy/pypy/changeset/ae5c221a741c/ Log:translating the interpreter and feeding it with hypothesis, it compiles but does not correctly

[pypy-commit] pypy jit-leaner-frontend: merge default

2016-03-01 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82635:3d2c4e4fc169 Date: 2016-03-01 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/3d2c4e4fc169/ Log:merge default diff too long, truncating to 2000 out of 12385 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore +++

[pypy-commit] pypy s390x-backend: removed the function field _arguments_, a new function rebuilds the information needed for the auto encoding test

2016-03-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82636:a5ef58cc Date: 2016-03-01 15:02 +0100 http://bitbucket.org/pypy/pypy/changeset/a5ef58cc/ Log:removed the function field _arguments_, a new function rebuilds the information needed for the

[pypy-commit] pypy s390x-backend: trying to translate the current interpreter in a test and later feed it with hypothesis.

2016-03-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82637:9eab49cb6677 Date: 2016-03-01 15:45 +0100 http://bitbucket.org/pypy/pypy/changeset/9eab49cb6677/ Log:trying to translate the current interpreter in a test and later feed it with hypothesis. in

[pypy-commit] pypy jit-leaner-frontend: progress, pass the first own test of opencoder

2016-03-01 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82634:ae45cb0da255 Date: 2016-03-01 14:02 +0100 http://bitbucket.org/pypy/pypy/changeset/ae45cb0da255/ Log:progress, pass the first own test of opencoder diff --git a/rpython/jit/metainterp/opencoder.py

[pypy-commit] pypy default: Test rdict also with char, unicode, unichar

2016-03-01 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82639:b8922598b1c9 Date: 2016-03-01 16:52 + http://bitbucket.org/pypy/pypy/changeset/b8922598b1c9/ Log:Test rdict also with char, unicode, unichar diff --git a/rpython/rtyper/test/test_rdict.py

[pypy-commit] pypy s390x-backend: bytecode and constants are correctly passed, need to modify hypothesis to generate correct programs

2016-03-01 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82640:b9cd7126874f Date: 2016-03-01 17:57 +0100 http://bitbucket.org/pypy/pypy/changeset/b9cd7126874f/ Log:bytecode and constants are correctly passed, need to modify hypothesis to generate correct