[pypy-commit] pypy default: Updated the embedding documentation to contain only the modern way we

2015-05-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r77318:88b5d686f575 Date: 2015-05-14 11:12 +0200 http://bitbucket.org/pypy/pypy/changeset/88b5d686f575/ Log:Updated the embedding documentation to contain only the modern way we look at it. Thanks Amaury on pypy-dev for providing the basic

[pypy-commit] pypy vecopt: float32/64 addition of vectors now uses packed vector load x86

2015-05-14 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r77319:dcbabaa3d2d9 Date: 2015-05-14 11:21 +0200 http://bitbucket.org/pypy/pypy/changeset/dcbabaa3d2d9/ Log:float32/64 addition of vectors now uses packed vector load x86 + constant/variable expansion diff --git a/pypy/module/micronu

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

2015-05-14 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r603:999af31a7d05 Date: 2015-05-14 11:36 +0200 http://bitbucket.org/pypy/pypy.org/changeset/999af31a7d05/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $59293 of $105000 (

[pypy-commit] pypy default: test, fix? nditer for negative strides

2015-05-14 Thread mattip
Author: mattip Branch: Changeset: r77320:0fdc72f5d9ac Date: 2015-05-14 16:46 +0300 http://bitbucket.org/pypy/pypy/changeset/0fdc72f5d9ac/ Log:test, fix? nditer for negative strides diff --git a/pypy/module/micronumpy/nditer.py b/pypy/module/micronumpy/nditer.py --- a/pypy/module/micronumpy/

[pypy-commit] pypy pythonoptimize-env: test, fix use of PYTHONOPTIMIZE in env, issue #2044

2015-05-14 Thread mattip
Author: mattip Branch: pythonoptimize-env Changeset: r77321:3d4d255fcbbb Date: 2015-05-14 23:44 +0300 http://bitbucket.org/pypy/pypy/changeset/3d4d255fcbbb/ Log:test, fix use of PYTHONOPTIMIZE in env, issue #2044 also improve parsing of values in env for PYTHONVERBOSE, PYTHON

[pypy-commit] pypy pythonoptimize-env: cleanup (cfbolz)

2015-05-14 Thread mattip
Author: mattip Branch: pythonoptimize-env Changeset: r77322:5fc2109440f9 Date: 2015-05-15 05:15 +0300 http://bitbucket.org/pypy/pypy/changeset/5fc2109440f9/ Log:cleanup (cfbolz) diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py --- a/pypy/interpreter/app_main.py +++ b/

[pypy-commit] pypy default: reduce warnings, add labels to branches

2015-05-14 Thread mattip
Author: mattip Branch: Changeset: r77323:1856fb0bcec6 Date: 2015-05-15 05:19 +0300 http://bitbucket.org/pypy/pypy/changeset/1856fb0bcec6/ Log:reduce warnings, add labels to branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/p

[pypy-commit] pypy default: fix test, specify int size when examining strides

2015-05-14 Thread mattip
Author: mattip Branch: Changeset: r77324:076b58687070 Date: 2015-05-15 05:26 +0300 http://bitbucket.org/pypy/pypy/changeset/076b58687070/ Log:fix test, specify int size when examining strides diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.

[pypy-commit] pypy default: Mention these two things here (from pypy.org/source/compat.rst)

2015-05-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r77325:4a5dbd20ef7f Date: 2015-05-15 07:03 +0200 http://bitbucket.org/pypy/pypy/changeset/4a5dbd20ef7f/ Log:Mention these two things here (from pypy.org/source/compat.rst) diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst

[pypy-commit] pypy.org extradoc: Rewrite a bit this section to focus on the commonly-encountered issue

2015-05-14 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r604:e025a5c83f2c Date: 2015-05-15 07:12 +0200 http://bitbucket.org/pypy/pypy.org/changeset/e025a5c83f2c/ Log:Rewrite a bit this section to focus on the commonly-encountered issue of non-exhausted generators. Found out that they have a

[pypy-commit] pypy default: Issue #2048

2015-05-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r77326:795f867b8407 Date: 2015-05-15 08:00 +0200 http://bitbucket.org/pypy/pypy/changeset/795f867b8407/ Log:Issue #2048 Don't call "divmod(t, 1.0)". This is just a compatibility trick with the C version of the datetime module in CPython,

[pypy-commit] pypy default: This loop was infinite if it reaches '--end--'

2015-05-14 Thread arigo
Author: Armin Rigo Branch: Changeset: r77327:eecd8bb77c00 Date: 2015-05-15 08:51 +0200 http://bitbucket.org/pypy/pypy/changeset/eecd8bb77c00/ Log:This loop was infinite if it reaches '--end--' diff --git a/pypy/module/pypyjit/test_pypy_c/model.py b/pypy/module/pypyjit/test_pypy_c/model.py