Author: Antonio Cuni
Branch:
Changeset: r46974:94aca11cba52
Date: 2011-09-01 10:33 +0200
http://bitbucket.org/pypy/pypy/changeset/94aca11cba52/
Log:use pytest's monkeypatching instead of manually doing it
diff --git a/pypy/jit/backend/x86/test/test_runner.py
b/pypy/jit/backend/x86/test/tes
Author: Armin Rigo
Branch:
Changeset: r126:4e8b8d42e92c
Date: 2011-09-01 11:13 +0200
http://bitbucket.org/pypy/pyrepl/changeset/4e8b8d42e92c/
Log:Apply 414bb2d98b0c from pypy.
diff --git a/pyrepl/reader.py b/pyrepl/reader.py
--- a/pyrepl/reader.py
+++ b/pyrepl/reader.py
@@ -401,13 +401,19 @
Author: Armin Rigo
Branch:
Changeset: r46975:414bb2d98b0c
Date: 2011-09-01 11:11 +0200
http://bitbucket.org/pypy/pypy/changeset/414bb2d98b0c/
Log:Fix: call str() only once per prompt, not twice, even though the
same object is in reader.ps1 and reader.ps2.
diff --git a/lib_pypy/pyrep
Author: Armin Rigo
Branch:
Changeset: r46976:3ffe8b85f014
Date: 2011-09-01 11:13 +0200
http://bitbucket.org/pypy/pypy/changeset/3ffe8b85f014/
Log:merge heads
diff --git a/pypy/jit/backend/x86/test/test_runner.py
b/pypy/jit/backend/x86/test/test_runner.py
--- a/pypy/jit/backend/x86/test/tes
Author: Armin Rigo
Branch:
Changeset: r46977:f42981403e3e
Date: 2011-09-01 11:39 +0200
http://bitbucket.org/pypy/pypy/changeset/f42981403e3e/
Log:Translation fix for jit/backend/x86: give these global constants the
type 'int', and only cast them as needed to USHORT. Avoids
su
Author: Hakan Ardo
Branch: extradoc
Changeset: r3893:0fabc59e39ad
Date: 2011-09-01 13:36 +0200
http://bitbucket.org/pypy/extradoc/changeset/0fabc59e39ad/
Log:benchmark results
diff --git a/talk/iwtc11/benchmarks/image/numpy_compare.py
b/talk/iwtc11/benchmarks/image/numpy_compare.py
--- a/ta
Author: Hakan Ardo
Branch: extradoc
Changeset: r3892:ecee1e7f08e1
Date: 2011-08-26 09:01 +0200
http://bitbucket.org/pypy/extradoc/changeset/ecee1e7f08e1/
Log:local max
diff --git a/talk/iwtc11/benchmarks/image/numpy_compare.py
b/talk/iwtc11/benchmarks/image/numpy_compare.py
--- a/talk/iwtc1
Author: Hakan Ardo
Branch: extradoc
Changeset: r3894:2b35bb7878bc
Date: 2011-09-01 13:36 +0200
http://bitbucket.org/pypy/extradoc/changeset/2b35bb7878bc/
Log:hg merge
diff --git a/planning/micronumpy.txt b/planning/micronumpy.txt
new file mode 100644
--- /dev/null
+++ b/planning/micronumpy.t
Author: Armin Rigo
Branch:
Changeset: r46978:da3d8c44a9c2
Date: 2011-09-01 14:02 +0200
http://bitbucket.org/pypy/pypy/changeset/da3d8c44a9c2/
Log:Update.
diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst
--- a/pypy/doc/stackless.rst
+++ b/pypy/doc/stackless.rst
@@ -209,6 +209,8 @
Author: Carl Friedrich Bolz
Branch: faster-nested-scopes
Changeset: r46979:4263a5b46190
Date: 2011-09-01 12:02 +0200
http://bitbucket.org/pypy/pypy/changeset/4263a5b46190/
Log:two closure tests
diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py
b/pypy/module/pypyjit/test_pypy_c/test_
Author: Carl Friedrich Bolz
Branch: faster-nested-scopes
Changeset: r46981:927d3f73e9f7
Date: 2011-09-01 15:13 +0200
http://bitbucket.org/pypy/pypy/changeset/927d3f73e9f7/
Log:don't test jump arguments, doesn't lead to test precision and there
are random variations
diff --git a/pypy/
Author: Carl Friedrich Bolz
Branch: faster-nested-scopes
Changeset: r46982:a5bc14d5cef9
Date: 2011-09-01 15:15 +0200
http://bitbucket.org/pypy/pypy/changeset/a5bc14d5cef9/
Log:close to-be-merge branch
___
pypy-commit mailing list
pypy-commit@python
Author: Carl Friedrich Bolz
Branch:
Changeset: r46984:1b70e84ac93b
Date: 2011-09-01 15:31 +0200
http://bitbucket.org/pypy/pypy/changeset/1b70e84ac93b/
Log:merge default
diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst
--- a/pypy/doc/stackless.rst
+++ b/pypy/doc/stackless.rst
@@
Author: Carl Friedrich Bolz
Branch:
Changeset: r46983:2641481ac49e
Date: 2011-09-01 15:30 +0200
http://bitbucket.org/pypy/pypy/changeset/2641481ac49e/
Log:merge faster-nested-scopes: make nested scopes be a bit better
supported by the JIT.
- the cells on the frame are now pa
Author: Armin Rigo
Branch:
Changeset: r46985:8a9885e47d2c
Date: 2011-09-01 17:51 +0200
http://bitbucket.org/pypy/pypy/changeset/8a9885e47d2c/
Log:Trying to fix Windows package.py
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++
Author: Armin Rigo
Branch:
Changeset: r46986:fc2e47f14b48
Date: 2011-09-01 17:55 +0200
http://bitbucket.org/pypy/pypy/changeset/fc2e47f14b48/
Log:Print the path of the libexpat.dll we pick.
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/pack
Author: Antonio Cuni
Branch:
Changeset: r46987:862677259356
Date: 2011-09-01 15:07 +0200
http://bitbucket.org/pypy/pypy/changeset/862677259356/
Log:avoid 'import ctypes' inside the byref function, we import 'pointer'
directly from _ctypes
diff --git a/lib_pypy/_ctypes/basics.py b/li
Author: Antonio Cuni
Branch:
Changeset: r46988:72321d3c8b69
Date: 2011-09-01 18:04 +0200
http://bitbucket.org/pypy/pypy/changeset/72321d3c8b69/
Log:implement a cache of statements similar to the one which is in the
CPython C extension. It makes some trivial benchmark twice as fast
d
Author: hager
Branch: ppc-jit-backend
Changeset: r46990:fc74b87ee65e
Date: 2011-09-01 18:05 +0200
http://bitbucket.org/pypy/pypy/changeset/fc74b87ee65e/
Log:Save and restore nonvolatile registers, made
test_call_many_arguments pass.
diff --git a/pypy/jit/backend/ppc/ppcgen/arch.py
b
Author: hager
Branch: ppc-jit-backend
Changeset: r46989:b9eddaa199ec
Date: 2011-09-01 18:03 +0200
http://bitbucket.org/pypy/pypy/changeset/b9eddaa199ec/
Log:Slightly beautified test_call_many_arguments.
diff --git a/pypy/jit/backend/test/runner_test.py
b/pypy/jit/backend/test/runner_test.py
Author: Armin Rigo
Branch:
Changeset: r46991:4d88c07896b2
Date: 2011-09-01 18:25 +0200
http://bitbucket.org/pypy/pypy/changeset/4d88c07896b2/
Log:Update.
diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst
--- a/pypy/doc/stackless.rst
+++ b/pypy/doc/stackless.rst
@@ -199,7 +199,11
Author: Armin Rigo
Branch:
Changeset: r46992:f1f9f3782931
Date: 2011-09-01 18:30 +0200
http://bitbucket.org/pypy/pypy/changeset/f1f9f3782931/
Log:Blindly fix an issue on not-explicitly-supported platforms.
diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py
--- a/pypy/modul
Author: Armin Rigo
Branch:
Changeset: r46993:7ae58f838b74
Date: 2011-09-01 19:18 +0200
http://bitbucket.org/pypy/pypy/changeset/7ae58f838b74/
Log:Add another limitation.
diff --git a/pypy/doc/stackless.rst b/pypy/doc/stackless.rst
--- a/pypy/doc/stackless.rst
+++ b/pypy/doc/stackless.rst
@@
Author: Armin Rigo
Branch:
Changeset: r46994:997c1403edbb
Date: 2011-09-01 19:33 +0200
http://bitbucket.org/pypy/pypy/changeset/997c1403edbb/
Log:ANSI C. Needed on top of MSVC.
diff --git a/pypy/translator/c/src/stacklet/stacklet.c
b/pypy/translator/c/src/stacklet/stacklet.c
--- a/pypy/tra
Author: Alex Gaynor
Branch: unroll-if-alt
Changeset: r46995:bb553b7cded1
Date: 2011-09-01 12:33 -0400
http://bitbucket.org/pypy/pypy/changeset/bb553b7cded1/
Log:merged in default.
diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py
--- a/lib_pypy/_ctypes/basics.py
+++ b/lib_
Author: Alex Gaynor
Branch:
Changeset: r46996:6bff38bd825c
Date: 2011-09-01 14:17 -0400
http://bitbucket.org/pypy/pypy/changeset/6bff38bd825c/
Log:float64 and int64 arrays with no values show their dtypes in their
reprs.
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy
Author: Armin Rigo
Branch: extradoc
Changeset: r250:df99ee33a75f
Date: 2011-09-01 20:17 +0200
http://bitbucket.org/pypy/pypy.org/changeset/df99ee33a75f/
Log:Update the docs.
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -147,7 +147,8 @@
It is recomm
Author: Justin Peel
Branch: unsigned-dtypes
Changeset: r46997:b15a2d4696be
Date: 2011-09-01 11:21 -0600
http://bitbucket.org/pypy/pypy/changeset/b15a2d4696be/
Log:Add in Long and ULong dtypes
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/
Author: Justin Peel
Branch: unsigned-dtypes
Changeset: r46998:af44aa788a0c
Date: 2011-09-01 12:39 -0600
http://bitbucket.org/pypy/pypy/changeset/af44aa788a0c/
Log:updated binop dtype promotion
diff --git a/pypy/module/micronumpy/interp_ufuncs.py
b/pypy/module/micronumpy/interp_ufuncs.py
---
Author: Justin Peel
Branch: unsigned-dtypes
Changeset: r46999:ef03c45c0e6e
Date: 2011-09-01 12:48 -0600
http://bitbucket.org/pypy/pypy/changeset/ef03c45c0e6e/
Log:Add some more aliasesto various dtypes and the applevel_types for
W_LongDtype
diff --git a/pypy/module/micronumpy/interp_
Author: Justin Peel
Branch: unsigned-dtypes
Changeset: r47000:eec948d816bc
Date: 2011-09-01 13:05 -0600
http://bitbucket.org/pypy/pypy/changeset/eec948d816bc/
Log:Add dtypes tests and fix some things
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.p
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r589:d68d3f08d031
Date: 2011-09-01 22:46 +0200
http://bitbucket.org/pypy/buildbot/changeset/d68d3f08d031/
Log:Windows buildbot makes .zip files, not bz2 archives.
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot
Author: Justin Peel
Branch: unsigned-dtypes
Changeset: r47001:0cc5004488bd
Date: 2011-09-01 14:51 -0600
http://bitbucket.org/pypy/pypy/changeset/0cc5004488bd/
Log:fixed binop dtype promotion. fixed one tests. All regular tests
working. Some jit tests not working.
diff --git a/pypy/mo
Author: Justin Peel
Branch: unsigned-dtypes
Changeset: r47002:96b92594e41c
Date: 2011-09-01 15:13 -0600
http://bitbucket.org/pypy/pypy/changeset/96b92594e41c/
Log:fix unaryop promote_to_float and some test_base tests
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronum
Author: Justin Peel
Branch: unsigned-dtypes
Changeset: r47003:018e3d037507
Date: 2011-09-01 17:13 -0600
http://bitbucket.org/pypy/pypy/changeset/018e3d037507/
Log:fixes for promote_to_float and promote_to_largest
diff --git a/pypy/module/micronumpy/interp_ufuncs.py
b/pypy/module/micronumpy/
Author: Armin Rigo
Branch:
Changeset: r47004:8eee94a7ba6b
Date: 2011-09-02 08:39 +0200
http://bitbucket.org/pypy/pypy/changeset/8eee94a7ba6b/
Log:Add a faq entry.
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -315,6 +315,22 @@
.. _`Andr
Author: Armin Rigo
Branch:
Changeset: r47005:88215e914245
Date: 2011-09-02 08:39 +0200
http://bitbucket.org/pypy/pypy/changeset/88215e914245/
Log:merge heads
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micronumpy/inte
Author: Armin Rigo
Branch:
Changeset: r47006:b8398cc6c1c0
Date: 2011-09-02 08:43 +0200
http://bitbucket.org/pypy/pypy/changeset/b8398cc6c1c0/
Log:Add a paragraph.
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -331,6 +331,11 @@
should re
38 matches
Mail list logo