[pypy-commit] pypy default: a test running stm/ldm

2013-05-02 Thread bivab
Author: David Schneider Branch: Changeset: r63797:2409ad4fbde7 Date: 2013-05-02 12:06 +0200 http://bitbucket.org/pypy/pypy/changeset/2409ad4fbde7/ Log:a test running stm/ldm diff --git a/rpython/jit/backend/arm/test/test_assembler.py b/rpython/jit/backend/arm/test/test_assembler.py --- a/r

[pypy-commit] pypy default: revert change using stm/ldm for now

2013-05-02 Thread bivab
Author: David Schneider Branch: Changeset: r63798:a46161c73bae Date: 2013-05-02 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/a46161c73bae/ Log:revert change using stm/ldm for now diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.py --- a/rpython/

[pypy-commit] extradoc extradoc: add a blog draft

2013-05-02 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4966:c58b878fb310 Date: 2013-05-02 12:36 +0200 http://bitbucket.org/pypy/extradoc/changeset/c58b878fb310/ Log:add a blog draft diff --git a/blog/draft/pypy-alpha-arm.rst b/blog/draft/pypy-alpha-arm.rst new file mode 100644 --- /dev/null

[pypy-commit] pypy default: add tests for vldm and vstm

2013-05-02 Thread bivab
Author: David Schneider Branch: Changeset: r63799:8cc8ee5b0f01 Date: 2013-05-02 14:17 +0200 http://bitbucket.org/pypy/pypy/changeset/8cc8ee5b0f01/ Log:add tests for vldm and vstm diff --git a/rpython/jit/backend/arm/test/test_assembler.py b/rpython/jit/backend/arm/test/test_assembler.py --

[pypy-commit] pypy default: add a test using both vldm and vstm

2013-05-02 Thread bivab
Author: David Schneider Branch: Changeset: r63800:a13c07067613 Date: 2013-05-02 14:20 +0200 http://bitbucket.org/pypy/pypy/changeset/a13c07067613/ Log:add a test using both vldm and vstm diff --git a/rpython/jit/backend/arm/test/test_assembler.py b/rpython/jit/backend/arm/test/test_assembl

[pypy-commit] extradoc extradoc: some fixes

2013-05-02 Thread bivab
Author: David Schneider Branch: extradoc Changeset: r4967:d4cba19b64b5 Date: 2013-05-02 14:42 +0200 http://bitbucket.org/pypy/extradoc/changeset/d4cba19b64b5/ Log:some fixes diff --git a/blog/draft/pypy-alpha-arm.rst b/blog/draft/pypy-alpha-arm.rst --- a/blog/draft/pypy-alpha-arm.rst +++ b/b

[pypy-commit] extradoc extradoc: work on a draft

2013-05-02 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r4968:ee64ee05d215 Date: 2013-05-02 19:20 +0200 http://bitbucket.org/pypy/extradoc/changeset/ee64ee05d215/ Log:work on a draft diff --git a/blog/draft/pypy-alpha-arm.rst b/blog/draft/pypy-alpha-arm.rst --- a/blog/draft/pypy-alpha-arm.rst

[pypy-commit] pypy release-2.0.x: make a pypy 2.0 final branch

2013-05-02 Thread fijal
Author: Maciej Fijalkowski Branch: release-2.0.x Changeset: r63801:84c828b37f34 Date: 2013-05-02 19:29 +0200 http://bitbucket.org/pypy/pypy/changeset/84c828b37f34/ Log:make a pypy 2.0 final branch diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h

[pypy-commit] pypy default: Shuffle whatsnew

2013-05-02 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r63802:845da2d0e699 Date: 2013-05-02 20:52 +0200 http://bitbucket.org/pypy/pypy/changeset/845da2d0e699/ Log:Shuffle whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-2.0.rst copy from pypy/doc/whatsnew-head.rst copy to pypy/do

[pypy-commit] pypy release-2.0.x: merge those from default

2013-05-02 Thread fijal
Author: Maciej Fijalkowski Branch: release-2.0.x Changeset: r63803:4e35a19559a3 Date: 2013-05-02 20:52 +0200 http://bitbucket.org/pypy/pypy/changeset/4e35a19559a3/ Log:merge those from default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-2.0.rst copy from pypy/doc/whatsnew-hea

[pypy-commit] pypy py3k: handle CRLF too for windows

2013-05-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63804:089736259e98 Date: 2013-05-02 12:21 -0700 http://bitbucket.org/pypy/pypy/changeset/089736259e98/ Log:handle CRLF too for windows diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py --- a/pypy/tool/pytest/apptest.py +++ b

[pypy-commit] pypy py3k: not applicable to windows

2013-05-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63805:f42b3a09594f Date: 2013-05-02 12:22 -0700 http://bitbucket.org/pypy/pypy/changeset/f42b3a09594f/ Log:not applicable to windows diff --git a/pypy/module/thread/test/test_lock.py b/pypy/module/thread/test/test_lock.py --- a/pypy/module/thre

[pypy-commit] pypy py3k: 2to3

2013-05-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63806:aeb541bf1ab8 Date: 2013-05-02 12:22 -0700 http://bitbucket.org/pypy/pypy/changeset/aeb541bf1ab8/ Log:2to3 diff --git a/pypy/module/__builtin__/test/test_zip.py b/pypy/module/__builtin__/test/test_zip.py --- a/pypy/module/__builtin__/test/

[pypy-commit] pypy default: Add some failing tests:

2013-05-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r63807:f81be71175fe Date: 2013-05-02 22:14 +0200 http://bitbucket.org/pypy/pypy/changeset/f81be71175fe/ Log:Add some failing tests: - singlefloat return values should be supported; the backend certainly supports them. - if the b

[pypy-commit] pypy default: Fix the failing tests added in f81be71175fe:

2013-05-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r63808:e23dbce85236 Date: 2013-05-02 23:00 +0200 http://bitbucket.org/pypy/pypy/changeset/e23dbce85236/ Log:Fix the failing tests added in f81be71175fe: - support for singlefloat return values - if the backend says it doesn't support so

[pypy-commit] pypy default: I *think* this should skip tests when running from the backend/*/test

2013-05-02 Thread arigo
Author: Armin Rigo Branch: Changeset: r63809:5afd0cd73c54 Date: 2013-05-02 23:24 +0200 http://bitbucket.org/pypy/pypy/changeset/5afd0cd73c54/ Log:I *think* this should skip tests when running from the backend/*/test directory and the tests require some more support that what

[pypy-commit] benchmarks default: Be more tolerant of whitespace when parsing the --benchmarks command line

2013-05-02 Thread mwhudson
Author: Michael Hudson-Doyle Branch: Changeset: r211:4e2d1eb469f0 Date: 2013-05-03 09:58 +1200 http://bitbucket.org/pypy/benchmarks/changeset/4e2d1eb469f0/ Log:Be more tolerant of whitespace when parsing the --benchmarks command line option. diff --git a/runner.py b/runner.py --- a/

[pypy-commit] benchmarks default: Allow specifying the list of benchmarks to run in a file.

2013-05-02 Thread mwhudson
Author: Michael Hudson-Doyle Branch: Changeset: r212:0f491c14151b Date: 2013-05-03 10:08 +1200 http://bitbucket.org/pypy/benchmarks/changeset/0f491c14151b/ Log:Allow specifying the list of benchmarks to run in a file. diff --git a/runner.py b/runner.py --- a/runner.py +++ b/runner.py @@ -13

[pypy-commit] benchmarks default: use the with statement

2013-05-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r213:235ea28d5947 Date: 2013-05-02 15:58 -0700 http://bitbucket.org/pypy/benchmarks/changeset/235ea28d5947/ Log:use the with statement diff --git a/runner.py b/runner.py --- a/runner.py +++ b/runner.py @@ -275,11 +275,9 @@ bm_file =

[pypy-commit] pypy py3k: skip on win

2013-05-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63810:79ba5da0ab7c Date: 2013-05-02 15:52 -0700 http://bitbucket.org/pypy/pypy/changeset/79ba5da0ab7c/ Log:skip on win diff --git a/pypy/module/thread/test/test_fork.py b/pypy/module/thread/test/test_fork.py --- a/pypy/module/thread/test/test_f

[pypy-commit] pypy py3k: special case windows unicode paths

2013-05-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63811:0a4ff9405074 Date: 2013-05-02 16:42 -0700 http://bitbucket.org/pypy/pypy/changeset/0a4ff9405074/ Log:special case windows unicode paths diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importin

[pypy-commit] pypy default: simplify

2013-05-02 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r63812:15827dd3d414 Date: 2013-05-02 17:03 -0700 http://bitbucket.org/pypy/pypy/changeset/15827dd3d414/ Log:simplify diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importing.py +++ b/pypy/module/imp/imp

[pypy-commit] pypy py3k: merge default

2013-05-02 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r63813:dbaf0bdc00d4 Date: 2013-05-02 17:04 -0700 http://bitbucket.org/pypy/pypy/changeset/dbaf0bdc00d4/ Log:merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-2.0.rst copy from pypy/doc/whatsnew-head.rst copy to pypy/doc/wh

[pypy-commit] pypy default: iport test_fficall for arm

2013-05-02 Thread bivab
Author: David Schneider Branch: Changeset: r63814:3f193dc2e188 Date: 2013-05-03 08:07 +0200 http://bitbucket.org/pypy/pypy/changeset/3f193dc2e188/ Log:iport test_fficall for arm diff --git a/rpython/jit/backend/arm/test/test_fficall.py b/rpython/jit/backend/arm/test/test_fficall.py new fil