[pypy-commit] pypy stdlib-2.7.3: PyPy has better errors messages here IMO. Update test.

2012-07-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55983:1d4c4f90ec27 Date: 2012-07-07 23:00 +0200 http://bitbucket.org/pypy/pypy/changeset/1d4c4f90ec27/ Log:PyPy has better errors messages here IMO. Update test. diff --git a/lib-python/2.7/test/test_pydoc.py b/lib-python/2.7/tes

[pypy-commit] pypy stdlib-2.7.3: 'import foo' should not try to open a *directory* named foo.py...

2012-07-07 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.3 Changeset: r55982:f44a6f8d0d5e Date: 2012-07-07 22:45 +0200 http://bitbucket.org/pypy/pypy/changeset/f44a6f8d0d5e/ Log:'import foo' should not try to open a *directory* named foo.py... diff --git a/pypy/module/imp/importing.py b/pypy/module/i

[pypy-commit] pypy numpy-andrew-tests: Got all tests to pass using numpy

2012-07-07 Thread dalke
Author: Andrew Dalke Branch: numpy-andrew-tests Changeset: r55980:db8068cf673c Date: 2012-07-07 21:56 +0200 http://bitbucket.org/pypy/pypy/changeset/db8068cf673c/ Log:Got all tests to pass using numpy diff --git a/pypy/module/micronumpy/test/test_function_base.py b/pypy/module/micronumpy/te

[pypy-commit] pypy numpy-andrew-tests: Migrated numpy's test_function_base.py to use pypy's test framework.

2012-07-07 Thread dalke
Author: Andrew Dalke Branch: numpy-andrew-tests Changeset: r55979:4e6e1736eec4 Date: 2012-07-07 20:50 +0200 http://bitbucket.org/pypy/pypy/changeset/4e6e1736eec4/ Log:Migrated numpy's test_function_base.py to use pypy's test framework. The goal here is to have something to help boots

[pypy-commit] pypy numpy-andrew-tests: Added tests for the missing 'round' and 'trig' functions.

2012-07-07 Thread dalke
Author: Andrew Dalke Branch: numpy-andrew-tests Changeset: r55978:b10a89e814b9 Date: 2012-07-07 20:47 +0200 http://bitbucket.org/pypy/pypy/changeset/b10a89e814b9/ Log:Added tests for the missing 'round' and 'trig' functions. diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/mod

[pypy-commit] pypy numpy-andrew-tests: Added my branch; extra tests for numpypy

2012-07-07 Thread dalke
Author: Andrew Dalke Branch: numpy-andrew-tests Changeset: r55977:26679dc0a1bf Date: 2012-07-07 20:37 +0200 http://bitbucket.org/pypy/pypy/changeset/26679dc0a1bf/ Log:Added my branch; extra tests for numpypy ___ pypy-commit mailing list pypy-commit

[pypy-commit] pypy even-more-jit-hooks: more help for the annotator

2012-07-07 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55976:b51ca3c50063 Date: 2012-07-07 20:41 +0200 http://bitbucket.org/pypy/pypy/changeset/b51ca3c50063/ Log:more help for the annotator diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --

[pypy-commit] cffi default: add _cffi_backend.so and __pycache__ to hgignore

2012-07-07 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: Changeset: r593:3fa70faba606 Date: 2012-07-07 20:16 +0200 http://bitbucket.org/cffi/cffi/changeset/3fa70faba606/ Log:add _cffi_backend.so and __pycache__ to hgignore diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -4,6 +4,8 @@ .*.swp

[pypy-commit] pypy even-more-jit-hooks: some more translation hints

2012-07-07 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55975:8bd2c529a7a9 Date: 2012-07-07 19:43 +0200 http://bitbucket.org/pypy/pypy/changeset/8bd2c529a7a9/ Log:some more translation hints diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --

[pypy-commit] pypy even-more-jit-hooks: another oops for untested code

2012-07-07 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55974:47b39a47e125 Date: 2012-07-07 19:27 +0200 http://bitbucket.org/pypy/pypy/changeset/47b39a47e125/ Log:another oops for untested code diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py

[pypy-commit] pypy even-more-jit-hooks: oops

2012-07-07 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55973:f02b48a518c8 Date: 2012-07-07 19:11 +0200 http://bitbucket.org/pypy/pypy/changeset/f02b48a518c8/ Log:oops diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/pypy/module/pypyjit

[pypy-commit] pypy even-more-jit-hooks: fix translation, maybe

2012-07-07 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55972:c31e329950f3 Date: 2012-07-07 19:03 +0200 http://bitbucket.org/pypy/pypy/changeset/c31e329950f3/ Log:fix translation, maybe diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/module/pypyjit/interp_resop.py --- a/p

[pypy-commit] pypy even-more-jit-hooks: a bit no idea how to test it, but expose stats at applevel

2012-07-07 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55971:b6bb3e8bd394 Date: 2012-07-07 18:33 +0200 http://bitbucket.org/pypy/pypy/changeset/b6bb3e8bd394/ Log:a bit no idea how to test it, but expose stats at applevel diff --git a/pypy/module/pypyjit/__init__.py b/pypy/module/

[pypy-commit] pypy even-more-jit-hooks: misunderstanding, fix. also fix the test

2012-07-07 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55970:89681dd1c3b0 Date: 2012-07-07 18:29 +0200 http://bitbucket.org/pypy/pypy/changeset/89681dd1c3b0/ Log:misunderstanding, fix. also fix the test diff --git a/pypy/jit/metainterp/jitprof.py b/pypy/jit/metainterp/jitprof.py

[pypy-commit] pypy ffi-backend: Test and fix

2012-07-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55969:ec27cf4e431c Date: 2012-07-07 17:48 +0200 http://bitbucket.org/pypy/pypy/changeset/ec27cf4e431c/ Log:Test and fix diff --git a/pypy/module/_cffi_backend/cbuffer.py b/pypy/module/_cffi_backend/cbuffer.py --- a/pypy/module/_cffi_backend

[pypy-commit] cffi default: Add test

2012-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r592:e156a7aecc87 Date: 2012-07-07 17:48 +0200 http://bitbucket.org/cffi/cffi/changeset/e156a7aecc87/ Log:Add test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1358,6 +1358,12 @@ assert (p < s) ^ (p > s) def tes

[pypy-commit] pypy ffi-backend: Translation fix

2012-07-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55968:e669e0dca277 Date: 2012-07-07 15:33 + http://bitbucket.org/pypy/pypy/changeset/e669e0dca277/ Log:Translation fix diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cffi_ba

[pypy-commit] pypy default: Make import behave like CPython when a path_hook find_module()

2012-07-07 Thread iko
Author: Anders Hammarquist Branch: Changeset: r55967:ad478c8c914b Date: 2012-07-07 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/ad478c8c914b/ Log:Make import behave like CPython when a path_hook find_module() raises ImportError: treat it as if the find_module() had returned

[pypy-commit] cffi default: Add test

2012-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r591:8a351c2b7342 Date: 2012-07-07 14:34 +0200 http://bitbucket.org/cffi/cffi/changeset/8a351c2b7342/ Log:Add test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1377,3 +1377,8 @@ # XXX pypy doesn't support the f

[pypy-commit] pypy ffi-backend: getcname()

2012-07-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55966:bfdd6f3a991d Date: 2012-07-07 14:34 +0200 http://bitbucket.org/pypy/pypy/changeset/bfdd6f3a991d/ Log:getcname() diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/pypy/module/_cffi_backend

[pypy-commit] pypy ffi-backend: Test and implementation of ffi.buffer().

2012-07-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55965:8c71371063a6 Date: 2012-07-07 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/8c71371063a6/ Log:Test and implementation of ffi.buffer(). diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py -

[pypy-commit] cffi default: Add a test

2012-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r590:1a023858061f Date: 2012-07-07 14:27 +0200 http://bitbucket.org/cffi/cffi/changeset/1a023858061f/ Log:Add a test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1356,3 +1356,24 @@ assert (p < s) is (p <= s) is (s

[pypy-commit] pypy ffi-backend: Test and fix

2012-07-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55964:3916eb5d340c Date: 2012-07-07 13:55 +0200 http://bitbucket.org/pypy/pypy/changeset/3916eb5d340c/ Log:Test and fix diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cffi_backe

[pypy-commit] cffi default: Extra tests

2012-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r589:ae4df1d71966 Date: 2012-07-07 13:44 +0200 http://bitbucket.org/cffi/cffi/changeset/ae4df1d71966/ Log:Extra tests diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -845,6 +845,8 @@ return callback(BFunc, cb, 42)

[pypy-commit] pypy ffi-backend: Test and fix: iteration

2012-07-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55963:7e54c9509347 Date: 2012-07-07 13:27 +0200 http://bitbucket.org/pypy/pypy/changeset/7e54c9509347/ Log:Test and fix: iteration diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/

[pypy-commit] pypy ffi-backend: Test and fix

2012-07-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55962:163336f37c59 Date: 2012-07-07 13:09 +0200 http://bitbucket.org/pypy/pypy/changeset/163336f37c59/ Log:Test and fix diff --git a/pypy/module/_cffi_backend/ccallback.py b/pypy/module/_cffi_backend/ccallback.py --- a/pypy/module/_cffi_bac

[pypy-commit] pypy ffi-backend: Test and fix.

2012-07-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55961:993108db35b8 Date: 2012-07-07 13:00 +0200 http://bitbucket.org/pypy/pypy/changeset/993108db35b8/ Log:Test and fix. diff --git a/pypy/module/_cffi_backend/ctypeobj.py b/pypy/module/_cffi_backend/ctypeobj.py --- a/pypy/module/_cffi_back

[pypy-commit] cffi default: pypy fixes

2012-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r588:4e36c7c8204c Date: 2012-07-07 13:01 +0200 http://bitbucket.org/cffi/cffi/changeset/4e36c7c8204c/ Log:pypy fixes diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -868,7 +868,7 @@ def test_a_lot_of_callbacks(): BI

[pypy-commit] cffi default: Test and fix

2012-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r587:ab5fef220d88 Date: 2012-07-07 12:51 +0200 http://bitbucket.org/cffi/cffi/changeset/ab5fef220d88/ Log:Test and fix diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -1289,7 +1289,7 @@ char *c

[pypy-commit] pypy ffi-backend: Test and fix

2012-07-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55960:d7a56e55a7e6 Date: 2012-07-07 12:30 +0200 http://bitbucket.org/pypy/pypy/changeset/d7a56e55a7e6/ Log:Test and fix diff --git a/pypy/module/_cffi_backend/func.py b/pypy/module/_cffi_backend/func.py --- a/pypy/module/_cffi_backend/func.

[pypy-commit] cffi default: Add a test

2012-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r586:2c85df830498 Date: 2012-07-07 12:28 +0200 http://bitbucket.org/cffi/cffi/changeset/2c85df830498/ Log:Add a test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1309,3 +1309,4 @@ BArray = new_array_type(new_pointe

[pypy-commit] cffi default: Add a test

2012-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r585:614d1fdd77d3 Date: 2012-07-07 12:26 +0200 http://bitbucket.org/cffi/cffi/changeset/614d1fdd77d3/ Log:Add a test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -1303,3 +1303,9 @@ pp[0] = p s = pp[0][0] a

[pypy-commit] pypy ffi-backend: Test and fix

2012-07-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55959:da2e70d24059 Date: 2012-07-07 12:25 +0200 http://bitbucket.org/pypy/pypy/changeset/da2e70d24059/ Log:Test and fix diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py --- a/pypy/module/_cffi_backe

[pypy-commit] pypy even-more-jit-hooks: fix import error

2012-07-07 Thread fijal
Author: Maciej Fijalkowski Branch: even-more-jit-hooks Changeset: r55958:87726e75eaec Date: 2012-07-07 12:06 +0200 http://bitbucket.org/pypy/pypy/changeset/87726e75eaec/ Log:fix import error diff --git a/pypy/jit/metainterp/compile.py b/pypy/jit/metainterp/compile.py --- a/pypy/jit/metainter

[pypy-commit] pypy ffi-backend: hg merge default

2012-07-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55957:cf8e01d4cbff Date: 2012-07-07 10:56 +0200 http://bitbucket.org/pypy/pypy/changeset/cf8e01d4cbff/ Log:hg merge default diff --git a/pypy/doc/image/agile-talk.jpg b/pypy/doc/image/agile-talk.jpg deleted file mode 100644 Binary file pypy/

[pypy-commit] pypy ffi-backend: Translation fix

2012-07-07 Thread arigo
Author: Armin Rigo Branch: ffi-backend Changeset: r55956:fa9e074e4cbb Date: 2012-07-07 10:56 +0200 http://bitbucket.org/pypy/pypy/changeset/fa9e074e4cbb/ Log:Translation fix diff --git a/pypy/module/_cffi_backend/ccallback.py b/pypy/module/_cffi_backend/ccallback.py --- a/pypy/module/_cffi_

[pypy-commit] pypy default: Fix

2012-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r55955:ffc2d9ba05bb Date: 2012-07-07 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/ffc2d9ba05bb/ Log:Fix diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/interp_array.py +++ b/pypy/module

[pypy-commit] pypy arm-backend-2: mark tests as slow

2012-07-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r55954:10fde83e6958 Date: 2012-07-07 09:36 +0200 http://bitbucket.org/pypy/pypy/changeset/10fde83e6958/ Log:mark tests as slow diff --git a/pypy/jit/backend/arm/test/test_calling_convention.py b/pypy/jit/backend/arm/test/test_calling_

[pypy-commit] pypy arm-backend-2: use the --slow flag for long running tests

2012-07-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r55953:5d15d6f01bfa Date: 2012-07-07 09:28 +0200 http://bitbucket.org/pypy/pypy/changeset/5d15d6f01bfa/ Log:use the --slow flag for long running tests diff --git a/pypy/jit/backend/arm/test/support.py b/pypy/jit/backend/arm/test/suppo

[pypy-commit] pypy arm-backend-2: move check if we are running tests on ARM to the conftest file

2012-07-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r55952:f5969de8b32f Date: 2012-07-07 09:17 +0200 http://bitbucket.org/pypy/pypy/changeset/f5969de8b32f/ Log:move check if we are running tests on ARM to the conftest file diff --git a/pypy/jit/backend/arm/test/conftest.py b/pypy/jit/b

[pypy-commit] pypy arm-backend-2: disable junitxml generation as it seems not to be used and currently does not work with the setup for the ARM builders

2012-07-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r55951:15e0585281b8 Date: 2012-07-06 15:42 +0200 http://bitbucket.org/pypy/pypy/changeset/15e0585281b8/ Log:disable junitxml generation as it seems not to be used and currently does not work with the setup for the ARM builders

[pypy-commit] pypy arm-backend-2: Backed out changeset 2ad609c205d8

2012-07-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r55949:bd659482c19d Date: 2012-07-05 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/bd659482c19d/ Log:Backed out changeset 2ad609c205d8 diff --git a/testrunner/runner.py b/testrunner/runner.py --- a/testrunner/runner.py +++ b/tes

[pypy-commit] pypy arm-backend-2: add the ARM backend files to the list of files to be treated differently

2012-07-07 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r55950:4397910f4f0f Date: 2012-07-05 21:22 +0200 http://bitbucket.org/pypy/pypy/changeset/4397910f4f0f/ Log:add the ARM backend files to the list of files to be treated differently diff --git a/pypy/testrunner_cfg.py b/pypy/tes