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
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/
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
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
--
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
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
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
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
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
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
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
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
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/
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
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
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
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/
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
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 =
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
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
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
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
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
24 matches
Mail list logo