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

2015-06-27 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r620:c32b43f64350 Date: 2015-06-27 13:34 +0200 http://bitbucket.org/pypy/pypy.org/changeset/c32b43f64350/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $59712 of $105000 (

[pypy-commit] pypy default: Attempt to fix the test on some machines, where the open() fails with

2015-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r78328:655704b3f51b Date: 2015-06-27 13:50 +0200 http://bitbucket.org/pypy/pypy/changeset/655704b3f51b/ Log:Attempt to fix the test on some machines, where the open() fails with "IOError: could not determine default encoding" diff --git a/pypy/m

[pypy-commit] pypy default: Test and fix for a case of mutating kwargs dictionaries. Thanks

2015-06-27 Thread arigo
Author: Armin Rigo Branch: Changeset: r78329:f35f84a382a9 Date: 2015-06-27 15:19 +0200 http://bitbucket.org/pypy/pypy/changeset/f35f84a382a9/ Log:Test and fix for a case of mutating kwargs dictionaries. Thanks Mitsuhiko diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objsp

[pypy-commit] pypy vecopt: added guard_true/false for vector register as first argument

2015-06-27 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78330:9150ce6cdf52 Date: 2015-06-27 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/9150ce6cdf52/ Log:added guard_true/false for vector register as first argument diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/mic

[pypy-commit] pypy vecopt: all & any (but not any casting from float) execute correctly

2015-06-27 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78331:12de4acb3b37 Date: 2015-06-27 18:54 +0200 http://bitbucket.org/pypy/pypy/changeset/12de4acb3b37/ Log:all & any (but not any casting from float) execute correctly diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/mic

[pypy-commit] pypy vecopt: fixed guard_false for packed arguments, the last test (set_slice) not working

2015-06-27 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78332:ccca4d45dd30 Date: 2015-06-27 19:24 +0200 http://bitbucket.org/pypy/pypy/changeset/ccca4d45dd30/ Log:fixed guard_false for packed arguments, the last test (set_slice) not working diff --git a/pypy/module/micronumpy/test/test_z