[pypy-commit] cffi default: Work in progress on porting to Windows.

2012-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r384:be6a98ca2f63 Date: 2012-06-16 09:42 +0200 http://bitbucket.org/cffi/cffi/changeset/be6a98ca2f63/ Log:Work in progress on porting to Windows. diff --git a/c/_ffi_backend.c b/c/_ffi_backend.c --- a/c/_ffi_backend.c +++ b/c/_ffi_backend.c @@ -2,13 +2,

[pypy-commit] cffi default: Compiles.

2012-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r385:e1813a23b9c1 Date: 2012-06-16 10:25 +0200 http://bitbucket.org/cffi/cffi/changeset/e1813a23b9c1/ Log:Compiles. diff --git a/c/_ffi_backend.c b/c/_ffi_backend.c --- a/c/_ffi_backend.c +++ b/c/_ffi_backend.c @@ -4,6 +4,7 @@ #ifdef MS_WIN32 #inclu

[pypy-commit] cffi default: Windows passes test_c.

2012-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r386:a38f28171585 Date: 2012-06-16 10:46 +0200 http://bitbucket.org/cffi/cffi/changeset/a38f28171585/ Log:Windows passes test_c. diff --git a/c/_ffi_backend.c b/c/_ffi_backend.c --- a/c/_ffi_backend.c +++ b/c/_ffi_backend.c @@ -1853,12 +1853,14 @@

[pypy-commit] cffi default: Simplify code, after realizing that the front-end never calls

2012-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r387:6b57fdfe7659 Date: 2012-06-16 11:00 +0200 http://bitbucket.org/cffi/cffi/changeset/6b57fdfe7659/ Log:Simplify code, after realizing that the front-end never calls the backend's load_library() with None. diff --git a/c/_ffi_backend.c b/c/_ff

[pypy-commit] cffi default: Fix tests for windows.

2012-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r388:40b08dc068a2 Date: 2012-06-16 11:08 +0200 http://bitbucket.org/cffi/cffi/changeset/40b08dc068a2/ Log:Fix tests for windows. diff --git a/testing/test_function.py b/testing/test_function.py --- a/testing/test_function.py +++ b/testing/test_function.

[pypy-commit] cffi default: Skip the remaining tests on Windows, and document its existence.

2012-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r389:31a2241d798b Date: 2012-06-16 11:16 +0200 http://bitbucket.org/cffi/cffi/changeset/31a2241d798b/ Log:Skip the remaining tests on Windows, and document its existence. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rs

[pypy-commit] cffi default: Calling convention on Windows.

2012-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r390:b425d9cea19a Date: 2012-06-16 11:22 +0200 http://bitbucket.org/cffi/cffi/changeset/b425d9cea19a/ Log:Calling convention on Windows. diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -4

[pypy-commit] cffi default: A passing test.

2012-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r391:3feebda7fef7 Date: 2012-06-16 11:33 +0200 http://bitbucket.org/cffi/cffi/changeset/3feebda7fef7/ Log:A passing test. diff --git a/testing/test_function.py b/testing/test_function.py --- a/testing/test_function.py +++ b/testing/test_function.py @@ -

[pypy-commit] cffi default: Test and fix.

2012-06-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r392:afc6e0b7234b Date: 2012-06-16 11:35 +0200 http://bitbucket.org/cffi/cffi/changeset/afc6e0b7234b/ Log:Test and fix. diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py --- a/cffi/backend_ctypes.py +++ b/cffi/backend_ctypes.py @@ -647,7 +647

[pypy-commit] pypy arm-backend-2: kill a tab

2012-06-16 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r55692:38875909affa Date: 2012-06-16 17:13 + http://bitbucket.org/pypy/pypy/changeset/38875909affa/ Log:kill a tab diff --git a/pypy/jit/backend/arm/instruction_builder.py b/pypy/jit/backend/arm/instruction_builder.py --- a/pypy/j

[pypy-commit] pypy nupypy-axis-arg-check: add failing tests for axis argument

2012-06-16 Thread mattip
Author: mattip Branch: nupypy-axis-arg-check Changeset: r55694:7f81f9f0ac0f Date: 2012-06-15 13:35 +0300 http://bitbucket.org/pypy/pypy/changeset/7f81f9f0ac0f/ Log:add failing tests for axis argument diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/tes

[pypy-commit] pypy nupypy-axis-arg-check: create branch to more thoroughly test axis arg

2012-06-16 Thread mattip
Author: mattip Branch: nupypy-axis-arg-check Changeset: r55693:0bcaf2f960ed Date: 2012-06-15 18:21 +0300 http://bitbucket.org/pypy/pypy/changeset/0bcaf2f960ed/ Log:create branch to more thoroughly test axis arg ___ pypy-commit mailing list pypy-com

[pypy-commit] pypy nupypy-axis-arg-check: remove debug cruft

2012-06-16 Thread mattip
Author: mattip Branch: nupypy-axis-arg-check Changeset: r55696:1ece63c9c763 Date: 2012-06-15 18:06 +0300 http://bitbucket.org/pypy/pypy/changeset/1ece63c9c763/ Log:remove debug cruft diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronumpy/test/test_numarray.py ---

[pypy-commit] pypy nupypy-axis-arg-check: fix for axis arg

2012-06-16 Thread mattip
Author: mattip Branch: nupypy-axis-arg-check Changeset: r55695:b3e61ca76143 Date: 2012-06-15 15:59 +0300 http://bitbucket.org/pypy/pypy/changeset/b3e61ca76143/ Log:fix for axis arg diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/

[pypy-commit] pypy nupypy-axis-arg-check: merge default into branch

2012-06-16 Thread mattip
Author: mattip Branch: nupypy-axis-arg-check Changeset: r55698:0eecdf337603 Date: 2012-06-16 20:54 +0300 http://bitbucket.org/pypy/pypy/changeset/0eecdf337603/ Log:merge default into branch diff --git a/lib_pypy/_ctypes/primitive.py b/lib_pypy/_ctypes/primitive.py --- a/lib_pypy/_ctypes/prim

[pypy-commit] pypy nupypy-axis-arg-check: add test

2012-06-16 Thread mattip
Author: mattip Branch: nupypy-axis-arg-check Changeset: r55697:d0663a09c8d2 Date: 2012-06-16 20:53 +0300 http://bitbucket.org/pypy/pypy/changeset/d0663a09c8d2/ Log:add test diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/module

[pypy-commit] pypy nupypy-axis-arg-check: passes all tests, ready for review

2012-06-16 Thread mattip
Author: mattip Branch: nupypy-axis-arg-check Changeset: r55699:f9ac9d6e6db8 Date: 2012-06-16 23:07 +0300 http://bitbucket.org/pypy/pypy/changeset/f9ac9d6e6db8/ Log:passes all tests, ready for review diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numar

[pypy-commit] pypy nupypy-axis-arg-check: minor cleanup

2012-06-16 Thread mattip
Author: mattip Branch: nupypy-axis-arg-check Changeset: r55700:94626e0756d0 Date: 2012-06-16 23:19 +0300 http://bitbucket.org/pypy/pypy/changeset/94626e0756d0/ Log:minor cleanup diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/mod