[pypy-commit] pypy default: use pytest's monkeypatching instead of manually doing it

2011-09-01 Thread antocuni
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

[pypy-commit] pyrepl default: Apply 414bb2d98b0c from pypy.

2011-09-01 Thread arigo
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 @

[pypy-commit] pypy default: Fix: call str() only once per prompt, not twice, even though the

2011-09-01 Thread arigo
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

[pypy-commit] pypy default: merge heads

2011-09-01 Thread arigo
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

[pypy-commit] pypy default: Translation fix for jit/backend/x86: give these global constants

2011-09-01 Thread arigo
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

[pypy-commit] extradoc extradoc: benchmark results

2011-09-01 Thread hakanardo
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

[pypy-commit] extradoc extradoc: local max

2011-09-01 Thread hakanardo
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

[pypy-commit] extradoc extradoc: hg merge

2011-09-01 Thread hakanardo
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

[pypy-commit] pypy default: Update.

2011-09-01 Thread arigo
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 @

[pypy-commit] pypy faster-nested-scopes: two closure tests

2011-09-01 Thread cfbolz
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_

[pypy-commit] pypy faster-nested-scopes: don't test jump arguments, doesn't lead to test precision and there are random variations

2011-09-01 Thread cfbolz
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/

[pypy-commit] pypy faster-nested-scopes: close to-be-merge branch

2011-09-01 Thread cfbolz
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

[pypy-commit] pypy default: merge default

2011-09-01 Thread cfbolz
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 @@

[pypy-commit] pypy default: merge faster-nested-scopes: make nested scopes be a bit better supported by the JIT.

2011-09-01 Thread cfbolz
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

[pypy-commit] pypy default: Trying to fix Windows package.py

2011-09-01 Thread arigo
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 +++

[pypy-commit] pypy default: Print the path of the libexpat.dll we pick.

2011-09-01 Thread arigo
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

[pypy-commit] pypy default: avoid 'import ctypes' inside the byref function, we import 'pointer' directly from _ctypes

2011-09-01 Thread antocuni
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

[pypy-commit] pypy default: implement a cache of statements similar to the one which is in the CPython C extension. It makes some trivial benchmark twice as fast

2011-09-01 Thread antocuni
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

[pypy-commit] pypy ppc-jit-backend: Save and restore nonvolatile registers, made test_call_many_arguments pass.

2011-09-01 Thread hager
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

[pypy-commit] pypy ppc-jit-backend: Slightly beautified test_call_many_arguments.

2011-09-01 Thread hager
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

[pypy-commit] pypy default: Update.

2011-09-01 Thread arigo
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

[pypy-commit] pypy default: Blindly fix an issue on not-explicitly-supported platforms.

2011-09-01 Thread arigo
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

[pypy-commit] pypy default: Add another limitation.

2011-09-01 Thread arigo
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 @@

[pypy-commit] pypy default: ANSI C. Needed on top of MSVC.

2011-09-01 Thread arigo
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

[pypy-commit] pypy unroll-if-alt: merged in default.

2011-09-01 Thread alex_gaynor
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_

[pypy-commit] pypy default: float64 and int64 arrays with no values show their dtypes in their reprs.

2011-09-01 Thread alex_gaynor
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

[pypy-commit] pypy.org extradoc: Update the docs.

2011-09-01 Thread arigo
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

[pypy-commit] pypy unsigned-dtypes: Add in Long and ULong dtypes

2011-09-01 Thread justinpeel
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/

[pypy-commit] pypy unsigned-dtypes: updated binop dtype promotion

2011-09-01 Thread justinpeel
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 ---

[pypy-commit] pypy unsigned-dtypes: Add some more aliasesto various dtypes and the applevel_types for W_LongDtype

2011-09-01 Thread justinpeel
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_

[pypy-commit] pypy unsigned-dtypes: Add dtypes tests and fix some things

2011-09-01 Thread justinpeel
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

[pypy-commit] buildbot default: Windows buildbot makes .zip files, not bz2 archives.

2011-09-01 Thread amauryfa
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

[pypy-commit] pypy unsigned-dtypes: fixed binop dtype promotion. fixed one tests. All regular tests working. Some jit tests not working.

2011-09-01 Thread justinpeel
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

[pypy-commit] pypy unsigned-dtypes: fix unaryop promote_to_float and some test_base tests

2011-09-01 Thread justinpeel
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

[pypy-commit] pypy unsigned-dtypes: fixes for promote_to_float and promote_to_largest

2011-09-01 Thread justinpeel
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/

[pypy-commit] pypy default: Add a faq entry.

2011-09-01 Thread arigo
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

[pypy-commit] pypy default: merge heads

2011-09-01 Thread arigo
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

[pypy-commit] pypy default: Add a paragraph.

2011-09-01 Thread arigo
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