[pypy-commit] pypy default: Merge branch testing-cleanup

2016-06-20 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r85301:2992076e0434 Date: 2016-06-21 04:36 +0100 http://bitbucket.org/pypy/pypy/changeset/2992076e0434/ Log:Merge branch testing-cleanup Don't use interp-level RPython machinery to test building app-level

[pypy-commit] pypy testing-cleanup: hg merge default

2016-06-20 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85299:5181a00cb020 Date: 2016-06-21 04:17 +0100 http://bitbucket.org/pypy/pypy/changeset/5181a00cb020/ Log:hg merge default diff too long, truncating to 2000 out of 2387 lines diff --git a/.hgtags b/.hgtags ---

[pypy-commit] pypy testing-cleanup: fix warnings

2016-06-20 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85300:0f340d606731 Date: 2016-06-21 04:34 +0100 http://bitbucket.org/pypy/pypy/changeset/0f340d606731/ Log:fix warnings diff --git a/pypy/module/cpyext/test/test_bytesobject.py

[pypy-commit] pypy default: fix sys imports

2016-06-20 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r85298:c58bfb70bcbb Date: 2016-06-21 04:15 +0100 http://bitbucket.org/pypy/pypy/changeset/c58bfb70bcbb/ Log:fix sys imports diff --git a/pypy/module/cpyext/test/test_bytearrayobject.py

[pypy-commit] pypy default: Make test_bytearrayobject.py CPython-compatible (with pytest -A).

2016-06-20 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: Changeset: r85297:cdcba39cd359 Date: 2016-06-20 18:40 -0700 http://bitbucket.org/pypy/pypy/changeset/cdcba39cd359/ Log:Make test_bytearrayobject.py CPython-compatible (with pytest -A). The test asserted that

[pypy-commit] pypy default: Make test_typeobject.py CPython compatible (with pytest -A).

2016-06-20 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: Changeset: r85296:556c43cacee6 Date: 2016-06-20 18:31 -0700 http://bitbucket.org/pypy/pypy/changeset/556c43cacee6/ Log:Make test_typeobject.py CPython compatible (with pytest -A). The comment previously said the size in

[pypy-commit] pypy default: Make test_datetime.py CPython-compatible (with pytest -A).

2016-06-20 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: Changeset: r85295:0325ae17502b Date: 2016-06-20 18:23 -0700 http://bitbucket.org/pypy/pypy/changeset/0325ae17502b/ Log:Make test_datetime.py CPython-compatible (with pytest -A). diff --git a/pypy/module/cpyext/test/test_datetime.py

[pypy-commit] pypy py3k: Trying something. (Working on my linux box so as to avoid work in cmd.exe)

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85268:3fa9246938e2 Date: 2016-05-22 14:43 -0400 http://bitbucket.org/pypy/pypy/changeset/3fa9246938e2/ Log:Trying something. (Working on my linux box so as to avoid work in cmd.exe) diff --git

[pypy-commit] pypy py3k: Merged in marky1991/pypy_new/py3k (pull request #454)

2016-06-20 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r85294:ba36ebd247e1 Date: 2016-06-20 15:15 -0700 http://bitbucket.org/pypy/pypy/changeset/ba36ebd247e1/ Log:Merged in marky1991/pypy_new/py3k (pull request #454) Py3k: Update Fallback Code in Time to Match CPython

[pypy-commit] pypy py3k: Merge with upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85279:ae756a654002 Date: 2016-05-29 11:56 -0400 http://bitbucket.org/pypy/pypy/changeset/ae756a654002/ Log:Merge with upstream. diff too long, truncating to 2000 out of 3066 lines diff --git

[pypy-commit] pypy py3k: Let's try this.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85273:577eaa27faf2 Date: 2016-05-24 21:16 -0400 http://bitbucket.org/pypy/pypy/changeset/577eaa27faf2/ Log:Let's try this. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Merge with upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85272:abc95a8adea5 Date: 2016-05-24 13:04 -0400 http://bitbucket.org/pypy/pypy/changeset/abc95a8adea5/ Log:Merge with upstream. diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py

[pypy-commit] pypy py3k: Merging with upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85283:3509fa74996d Date: 2016-06-03 01:00 -0400 http://bitbucket.org/pypy/pypy/changeset/3509fa74996d/ Log:Merging with upstream. diff too long, truncating to 2000 out of 5949 lines diff --git a/.hgtags b/.hgtags ---

[pypy-commit] pypy py3k: Commit to ask about the error.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85281:610233617927 Date: 2016-05-31 10:28 -0400 http://bitbucket.org/pypy/pypy/changeset/610233617927/ Log:Commit to ask about the error. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Add fallbacks to gettimeofday.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85282:d77c43d58ade Date: 2016-06-03 00:43 -0400 http://bitbucket.org/pypy/pypy/changeset/d77c43d58ade/ Log:Add fallbacks to gettimeofday. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Testing

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85276:4e492dd30bf2 Date: 2016-05-24 22:06 -0400 http://bitbucket.org/pypy/pypy/changeset/4e492dd30bf2/ Log:Testing diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Merging with upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85280:853abe86c4e9 Date: 2016-05-30 12:46 -0400 http://bitbucket.org/pypy/pypy/changeset/853abe86c4e9/ Log:Merging with upstream. diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst ---

[pypy-commit] pypy py3k: Committing so I can diff between mine and upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85278:aa738befc92c Date: 2016-05-29 11:16 -0400 http://bitbucket.org/pypy/pypy/changeset/aa738befc92c/ Log:Committing so I can diff between mine and upstream. diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k: Let's try this.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85274:4c460de3aa2a Date: 2016-05-24 21:16 -0400 http://bitbucket.org/pypy/pypy/changeset/4c460de3aa2a/ Log:Let's try this. diff --git a/lib-python/3/sysconfig.py b/lib-python/3/sysconfig.py --- a/lib-python/3/sysconfig.py +++

[pypy-commit] pypy py3k: Merge with upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85266:1f829b014269 Date: 2016-05-20 21:22 -0400 http://bitbucket.org/pypy/pypy/changeset/1f829b014269/ Log:Merge with upstream. diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -22,3 +22,4 @@

[pypy-commit] pypy py3k: Fixes and useless logs. Will remove useles logs later.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85270:0dcaec29c001 Date: 2016-05-22 18:43 -0400 http://bitbucket.org/pypy/pypy/changeset/0dcaec29c001/ Log:Fixes and useless logs. Will remove useles logs later. diff --git a/pypy/module/time/interp_time.py

[pypy-commit] pypy py3k: Merge with upstream I hope.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85267:57b204adccaa Date: 2016-05-22 13:06 -0400 http://bitbucket.org/pypy/pypy/changeset/57b204adccaa/ Log:Merge with upstream I hope. diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py ---

[pypy-commit] pypy py3k: Commit what I have for now.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85277:2932c4d0829b Date: 2016-05-27 01:22 -0400 http://bitbucket.org/pypy/pypy/changeset/2932c4d0829b/ Log:Commit what I have for now. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Implement dynamic lookup properly.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85275:c16046ea79d3 Date: 2016-05-24 21:30 -0400 http://bitbucket.org/pypy/pypy/changeset/c16046ea79d3/ Log:Implement dynamic lookup properly. diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Commit what I have so far so I can test on windows. Everything added might not work properly. (Tests certainly don't pass)

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85265:b00ce92dc54f Date: 2016-05-17 00:07 -0400 http://bitbucket.org/pypy/pypy/changeset/b00ce92dc54f/ Log:Commit what I have so far so I can test on windows. Everything added might not work properly. (Tests certainly

[pypy-commit] pypy py3k: Merge with upstream.

2016-06-20 Thread marky1991
Author: Mark Young Branch: py3k Changeset: r85271:96a0f86b3857 Date: 2016-05-23 16:59 -0400 http://bitbucket.org/pypy/pypy/changeset/96a0f86b3857/ Log:Merge with upstream. diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/conftest.py +++

[pypy-commit] pypy py3.5: call non unpack methods temporarily

2016-06-20 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85263:ef3eebed1864 Date: 2016-06-20 23:10 +0200 http://bitbucket.org/pypy/pypy/changeset/ef3eebed1864/ Log:call non unpack methods temporarily diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py

[pypy-commit] pypy testing-cleanup-py3k: hg merge py3k

2016-06-20 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup-py3k Changeset: r85262:2713931662a9 Date: 2016-06-20 20:17 +0100 http://bitbucket.org/pypy/pypy/changeset/2713931662a9/ Log:hg merge py3k diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy testing-cleanup-py3k: hg merge testing-default

2016-06-20 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup-py3k Changeset: r85261:9e634693f1eb Date: 2016-06-20 19:10 +0100 http://bitbucket.org/pypy/pypy/changeset/9e634693f1eb/ Log:hg merge testing-default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy py3k: backout a02677ec50cc: does not work, actually

2016-06-20 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r85260:ca5b44ad4e30 Date: 2016-06-20 20:12 +0100 http://bitbucket.org/pypy/pypy/changeset/ca5b44ad4e30/ Log:backout a02677ec50cc: does not work, actually diff --git a/pypy/module/cpyext/test/test_structseq.py

[pypy-commit] pypy default: document merged branch

2016-06-20 Thread mattip
Author: Matti Picus Branch: Changeset: r85259:31f278535f89 Date: 2016-06-20 21:57 +0300 http://bitbucket.org/pypy/pypy/changeset/31f278535f89/ Log:document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: merge rw-PyString_AS_STRING which allows writing to a non-forced char *

2016-06-20 Thread mattip
Author: Matti Picus Branch: Changeset: r85258:38f3eaef5d7b Date: 2016-06-20 21:52 +0300 http://bitbucket.org/pypy/pypy/changeset/38f3eaef5d7b/ Log:merge rw-PyString_AS_STRING which allows writing to a non-forced char * diff --git a/pypy/module/cpyext/api.py

[pypy-commit] pypy rw-PyString_AS_STRING: close branch to be merged

2016-06-20 Thread mattip
Author: Matti Picus Branch: rw-PyString_AS_STRING Changeset: r85257:e867f5b14d22 Date: 2016-06-20 21:51 +0300 http://bitbucket.org/pypy/pypy/changeset/e867f5b14d22/ Log:close branch to be merged ___ pypy-commit mailing list

[pypy-commit] pypy rw-PyString_AS_STRING: merge default into branch

2016-06-20 Thread mattip
Author: Matti Picus Branch: rw-PyString_AS_STRING Changeset: r85256:b6a30f9a9f1b Date: 2016-06-17 09:16 +0300 http://bitbucket.org/pypy/pypy/changeset/b6a30f9a9f1b/ Log:merge default into branch diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -26,3 +26,4

[pypy-commit] pypy reverse-debugger: Tweaks

2016-06-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85255:9264d040e7a2 Date: 2016-06-20 20:18 +0200 http://bitbucket.org/pypy/pypy/changeset/9264d040e7a2/ Log:Tweaks diff --git a/rpython/translator/revdb/interact.py b/rpython/translator/revdb/interact.py ---

[pypy-commit] pypy reverse-debugger: finish/bfinish (tweaks pending)

2016-06-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85254:b7a90b2cd17c Date: 2016-06-20 20:11 +0200 http://bitbucket.org/pypy/pypy/changeset/b7a90b2cd17c/ Log:finish/bfinish (tweaks pending) diff --git a/rpython/translator/revdb/interact.py

[pypy-commit] pypy reverse-debugger: next/bnext, using temporary breakpoints that must trigger if the stack

2016-06-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85253:b894a632f9e3 Date: 2016-06-20 20:04 +0200 http://bitbucket.org/pypy/pypy/changeset/b894a632f9e3/ Log:next/bnext, using temporary breakpoints that must trigger if the stack depth is smaller than a limit

[pypy-commit] pypy py3.5: set correct types for unpack pyopcodes

2016-06-20 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85252:9a39ae0f6424 Date: 2016-06-20 19:22 +0200 http://bitbucket.org/pypy/pypy/changeset/9a39ae0f6424/ Log:set correct types for unpack pyopcodes diff --git a/pypy/interpreter/pyopcode.py

[pypy-commit] pypy reverse-debugger: fix

2016-06-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85251:34aad1b16720 Date: 2016-06-20 19:07 +0200 http://bitbucket.org/pypy/pypy/changeset/34aad1b16720/ Log:fix diff --git a/rpython/translator/revdb/process.py b/rpython/translator/revdb/process.py ---

[pypy-commit] pypy reverse-debugger: Clean up, document and test the exact order of the messages and

2016-06-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85250:9c2a20771e65 Date: 2016-06-20 18:33 +0200 http://bitbucket.org/pypy/pypy/changeset/9c2a20771e65/ Log:Clean up, document and test the exact order of the messages and use it to implement "first" or "last"

[pypy-commit] pypy testing-cleanup: (ssbr, ronan) Prevent unused variable warning in test_no_structmember()

2016-06-20 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r85249:7c4dd42a0e24 Date: 2016-06-20 17:29 +0100 http://bitbucket.org/pypy/pypy/changeset/7c4dd42a0e24/ Log:(ssbr, ronan) Prevent unused variable warning in test_no_structmember() diff --git

[pypy-commit] pypy py3.5: Fix bug if keyword.arg is None on keyword argument unpack, insert new pyopcodes in dispatch method

2016-06-20 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r85248:e451b4b82bb1 Date: 2016-06-20 18:21 +0200 http://bitbucket.org/pypy/pypy/changeset/e451b4b82bb1/ Log:Fix bug if keyword.arg is None on keyword argument unpack, insert new pyopcodes in dispatch method

[pypy-commit] pypy ppc-vsx-support: unaligned load in software. there is no way around that for integer vector loads. store has some flaw, but it seems to work for integer add

2016-06-20 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85247:21826e946450 Date: 2016-06-20 17:43 +0200 http://bitbucket.org/pypy/pypy/changeset/21826e946450/ Log:unaligned load in software. there is no way around that for integer vector loads. store has

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

2016-06-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r2721:338244197c0d Date: 2016-06-20 16:36 +0200 http://bitbucket.org/cffi/cffi/changeset/338244197c0d/ Log:hg merge release-1.7 diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst

[pypy-commit] cffi release-1.7: md5/sha

2016-06-20 Thread arigo
Author: Armin Rigo Branch: release-1.7 Changeset: r2720:ac63374a298c Date: 2016-06-20 16:36 +0200 http://bitbucket.org/cffi/cffi/changeset/ac63374a298c/ Log:md5/sha diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++

[pypy-commit] cffi release-1.7: Doc tweaks

2016-06-20 Thread arigo
Author: Armin Rigo Branch: release-1.7 Changeset: r2719:52f417ae8d67 Date: 2016-06-20 16:17 +0200 http://bitbucket.org/cffi/cffi/changeset/52f417ae8d67/ Log:Doc tweaks diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst

[pypy-commit] pypy default: move a lot of code into NotVirtualStateInfoPtr, that was so far applied to ints

2016-06-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r85246:42550fb84ea8 Date: 2016-06-20 15:41 +0200 http://bitbucket.org/pypy/pypy/changeset/42550fb84ea8/ Log:move a lot of code into NotVirtualStateInfoPtr, that was so far applied to ints and floats as well diff --git

[pypy-commit] pypy default: refactoring: split up NotVirtualStateInfo into the int version and the generic

2016-06-20 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r85245:d59182c63df0 Date: 2016-06-20 14:14 +0200 http://bitbucket.org/pypy/pypy/changeset/d59182c63df0/ Log:refactoring: split up NotVirtualStateInfo into the int version and the generic one (to be refined further) diff

[pypy-commit] benchmarks multithread-runner: add numactl and improvements to get_results

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r364:919a550f3977 Date: 2016-06-02 14:23 +0200 http://bitbucket.org/pypy/benchmarks/changeset/919a550f3977/ Log:add numactl and improvements to get_results diff --git a/multithread/get_results.py

[pypy-commit] benchmarks multithread-runner: add retrying to runner.py

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r367:8b3d8eca2c1b Date: 2016-06-02 15:56 +0200 http://bitbucket.org/pypy/benchmarks/changeset/8b3d8eca2c1b/ Log:add retrying to runner.py diff --git a/multithread/runner.py b/multithread/runner.py ---

[pypy-commit] benchmarks multithread-runner: merge

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r366:b4b77bd8fa7a Date: 2016-06-02 15:47 +0200 http://bitbucket.org/pypy/benchmarks/changeset/b4b77bd8fa7a/ Log:merge diff --git a/multithread/get_results.py b/multithread/get_results.py ---

[pypy-commit] benchmarks multithread-runner: add another benchmark runner

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r352:22b1aafdeea4 Date: 2016-05-26 10:39 +0200 http://bitbucket.org/pypy/benchmarks/changeset/22b1aafdeea4/ Log:add another benchmark runner diff --git a/multithread/runner.py b/multithread/runner.py new file

[pypy-commit] benchmarks multithread-runner: fix and adapt parameters for a specific machine

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r361:a6c5a631b030 Date: 2016-05-28 10:19 +0200 http://bitbucket.org/pypy/benchmarks/changeset/a6c5a631b030/ Log:fix and adapt parameters for a specific machine diff --git a/multithread/config-all-short.json

[pypy-commit] benchmarks multithread-runner: make get_results.py output a latex table for the paper

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r362:b4ffba47bd6a Date: 2016-05-28 13:31 +0200 http://bitbucket.org/pypy/benchmarks/changeset/b4ffba47bd6a/ Log:make get_results.py output a latex table for the paper diff --git a/multithread/get_results.py

[pypy-commit] benchmarks multithread-runner: fix a few benchmarks and better configuration

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r365:a417ae48b64d Date: 2016-06-02 15:46 +0200 http://bitbucket.org/pypy/benchmarks/changeset/a417ae48b64d/ Log:fix a few benchmarks and better configuration diff --git a/multithread/common/abstract_threading.py

[pypy-commit] benchmarks multithread-runner: add perlin-noise config

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r359:9dd673d818fb Date: 2016-05-28 09:29 +0200 http://bitbucket.org/pypy/benchmarks/changeset/9dd673d818fb/ Log:add perlin-noise config diff --git a/multithread/config-all-short.json

[pypy-commit] benchmarks multithread-runner: cosmetics

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r368:7ab40ed88522 Date: 2016-06-20 13:01 +0200 http://bitbucket.org/pypy/benchmarks/changeset/7ab40ed88522/ Log:cosmetics diff --git a/multithread/get_results.py b/multithread/get_results.py ---

[pypy-commit] benchmarks multithread-runner: fix speedup...

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r363:bf55a0a552d0 Date: 2016-05-28 15:31 +0200 http://bitbucket.org/pypy/benchmarks/changeset/bf55a0a552d0/ Log:fix speedup... diff --git a/multithread/get_results.py b/multithread/get_results.py ---

[pypy-commit] benchmarks multithread-runner: add mersenne config

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r356:0dbc353ce596 Date: 2016-05-27 16:10 +0200 http://bitbucket.org/pypy/benchmarks/changeset/0dbc353ce596/ Log:add mersenne config diff --git a/multithread/config-mersenne.json b/multithread/config-mersenne.json

[pypy-commit] benchmarks multithread-runner: add timeout and config-as-parameter

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r353:2b8918b59cb7 Date: 2016-05-27 09:34 +0200 http://bitbucket.org/pypy/benchmarks/changeset/2b8918b59cb7/ Log:add timeout and config-as-parameter diff --git a/multithread/common/abstract_threading.py

[pypy-commit] benchmarks multithread-runner: fix and start of get_results script

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r360:c066151a4c13 Date: 2016-05-28 10:07 +0200 http://bitbucket.org/pypy/benchmarks/changeset/c066151a4c13/ Log:fix and start of get_results script diff --git a/multithread/get_results.py

[pypy-commit] benchmarks multithread-runner: progress

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r354:ea22d0e33d51 Date: 2016-05-27 13:00 +0200 http://bitbucket.org/pypy/benchmarks/changeset/ea22d0e33d51/ Log:progress diff --git a/multithread/common/abstract_threading.py

[pypy-commit] benchmarks multithread-runner: add some configs, fix some benchmarks

2016-06-20 Thread Raemi
Author: Remi Meier Branch: multithread-runner Changeset: r355:47e822fcaecf Date: 2016-05-27 15:55 +0200 http://bitbucket.org/pypy/benchmarks/changeset/47e822fcaecf/ Log:add some configs, fix some benchmarks diff --git a/multithread/btree/btree.py

[pypy-commit] pypy stmgc-c8: fix source of conflicts within mapdict_cache

2016-06-20 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r85242:1352e325ed85 Date: 2016-05-27 09:59 +0200 http://bitbucket.org/pypy/pypy/changeset/1352e325ed85/ Log:fix source of conflicts within mapdict_cache Obviously, changing a CacheEntry still causes conflicts. For

[pypy-commit] pypy stmgc-c8: Merge

2016-06-20 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r85244:477eccd1cf3e Date: 2016-06-20 12:59 +0200 http://bitbucket.org/pypy/pypy/changeset/477eccd1cf3e/ Log:Merge diff --git a/rpython/tool/perf-disassemble.sh b/rpython/tool/perf-disassemble.sh ---

[pypy-commit] pypy stmgc-c8: fix become_inevitable in vmprof

2016-06-20 Thread Raemi
Author: Remi Meier Branch: stmgc-c8 Changeset: r85243:e7a5293758ae Date: 2016-05-27 10:03 +0200 http://bitbucket.org/pypy/pypy/changeset/e7a5293758ae/ Log:fix become_inevitable in vmprof Already OK in the JIT, but the RPython part caused inevitable

[pypy-commit] pypy reverse-debugger: Breakpoints

2016-06-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85241:813b058bf361 Date: 2016-06-20 13:01 +0200 http://bitbucket.org/pypy/pypy/changeset/813b058bf361/ Log:Breakpoints diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py --- a/rpython/rlib/revdb.py +++

[pypy-commit] pypy ppc-vsx-support: catchup default

2016-06-20 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85240:ac310b1a036c Date: 2016-06-20 12:20 +0200 http://bitbucket.org/pypy/pypy/changeset/ac310b1a036c/ Log:catchup default diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -26,3 +26,4 @@

[pypy-commit] pypy ppc-vsx-support: added micronumpy's division func to the test

2016-06-20 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85239:5450d2d80935 Date: 2016-06-20 12:19 +0200 http://bitbucket.org/pypy/pypy/changeset/5450d2d80935/ Log:added micronumpy's division func to the test diff --git a/rpython/jit/metainterp/test/test_vector.py

[pypy-commit] pypy reverse-debugger: locals. fix tests.

2016-06-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85238:e0198f596958 Date: 2016-06-20 12:19 +0200 http://bitbucket.org/pypy/pypy/changeset/e0198f596958/ Log:locals. fix tests. diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py --- a/rpython/rlib/revdb.py +++

[pypy-commit] pypy reverse-debugger: Reimplement 'tainting'

2016-06-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85237:ec6332290eb6 Date: 2016-06-20 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/ec6332290eb6/ Log:Reimplement 'tainting' diff --git a/rpython/translator/revdb/interact.py

[pypy-commit] pypy reverse-debugger: in-progress

2016-06-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85236:e59f9c4f668a Date: 2016-06-20 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/e59f9c4f668a/ Log:in-progress diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py --- a/rpython/rlib/revdb.py +++

[pypy-commit] pypy reverse-debugger: Fix interact.py

2016-06-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85235:d761ca2cb60e Date: 2016-06-20 11:22 +0200 http://bitbucket.org/pypy/pypy/changeset/d761ca2cb60e/ Log:Fix interact.py diff --git a/rpython/translator/revdb/interact.py b/rpython/translator/revdb/interact.py ---

[pypy-commit] pypy py3.5: fixes stack computation error, adds a test. removed old argument calculation dating back to 444ebc97d,

2016-06-20 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r85234:3dd13008b96b Date: 2016-06-20 11:17 +0200 http://bitbucket.org/pypy/pypy/changeset/3dd13008b96b/ Log:fixes stack computation error, adds a test. removed old argument calculation dating back to 444ebc97d,

[pypy-commit] pypy reverse-debugger: Breakpoint

2016-06-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85233:29dbfbbe1024 Date: 2016-06-20 10:06 +0200 http://bitbucket.org/pypy/pypy/changeset/29dbfbbe1024/ Log:Breakpoint diff --git a/rpython/rlib/revdb.py b/rpython/rlib/revdb.py --- a/rpython/rlib/revdb.py +++

[pypy-commit] pypy reverse-debugger: in-progress

2016-06-20 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r85232:7b34a47bb51b Date: 2016-06-20 09:27 +0200 http://bitbucket.org/pypy/pypy/changeset/7b34a47bb51b/ Log:in-progress diff --git a/rpython/translator/revdb/interact.py b/rpython/translator/revdb/interact.py ---

[pypy-commit] pypy ppc-vsx-support: first vector loop successfully compiles on ppc (floating point only)

2016-06-20 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r85231:1352b56d157d Date: 2016-06-20 09:05 +0200 http://bitbucket.org/pypy/pypy/changeset/1352b56d157d/ Log:first vector loop successfully compiles on ppc (floating point only) diff --git