[pypy-commit] pypy numpypy-problems: add failing tests

2012-08-18 Thread mattip
Author: mattip Branch: numpypy-problems Changeset: r56747:8c85bcf60cb0 Date: 2012-08-19 00:45 +0300 http://bitbucket.org/pypy/pypy/changeset/8c85bcf60cb0/ Log:add failing tests diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/pypy/mo

[pypy-commit] extradoc extradoc: Reintroduce per-thread lock values. This is needed to fix Validate()

2012-08-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4704:c2781099db72 Date: 2012-08-18 22:38 +0200 http://bitbucket.org/pypy/extradoc/changeset/c2781099db72/ Log:Reintroduce per-thread lock values. This is needed to fix Validate() during commit. diff --git a/talk/stm2012/stmimpl.rst b/ta

[pypy-commit] extradoc extradoc: Clarification.

2012-08-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4703:db08c6a9de39 Date: 2012-08-18 21:32 +0200 http://bitbucket.org/pypy/extradoc/changeset/db08c6a9de39/ Log:Clarification. diff --git a/talk/stm2012/stmimpl.rst b/talk/stm2012/stmimpl.rst --- a/talk/stm2012/stmimpl.rst +++ b/talk/stm2012/stmi

[pypy-commit] pypy python-numpy: stub out a function

2012-08-18 Thread mattip
Author: mattip Branch: python-numpy Changeset: r56746:c19009ef23c4 Date: 2012-08-18 22:19 +0300 http://bitbucket.org/pypy/pypy/changeset/c19009ef23c4/ Log:stub out a function diff --git a/lib_pypy/numpypy/multiarray/__init__.py b/lib_pypy/numpypy/multiarray/__init__.py --- a/lib_pypy/numpyp

[pypy-commit] extradoc extradoc: Update to do something sensible with non-written local objects

2012-08-18 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4702:b632d307e4c1 Date: 2012-08-18 21:16 +0200 http://bitbucket.org/pypy/extradoc/changeset/b632d307e4c1/ Log:Update to do something sensible with non-written local objects at commit time. diff --git a/talk/stm2012/stmimpl.rst b/talk/st

[pypy-commit] cffi default: merge heads

2012-08-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r862:da964df4e6c7 Date: 2012-08-18 12:03 +0200 http://bitbucket.org/cffi/cffi/changeset/da964df4e6c7/ Log:merge heads diff --git a/cffi/ffiplatform.py b/cffi/ffiplatform.py --- a/cffi/ffiplatform.py +++ b/cffi/ffiplatform.py @@ -11,9 +11,11 @@ """

[pypy-commit] cffi default: (liuzhenhai) issue #18: a missing #include on Windows.

2012-08-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r861:68726e4c699c Date: 2012-08-18 12:02 +0200 http://bitbucket.org/cffi/cffi/changeset/68726e4c699c/ Log:(liuzhenhai) issue #18: a missing #include on Windows. diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_bac

[pypy-commit] cffi default: Support for "sources=[..]" in verify(), as per Daniel Holth's suggestion

2012-08-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r860:f348e9859d69 Date: 2012-08-18 11:59 +0200 http://bitbucket.org/cffi/cffi/changeset/f348e9859d69/ Log:Support for "sources=[..]" in verify(), as per Daniel Holth's suggestion (issue #17). Test. diff --git a/cffi/ffiplatform.py b/cffi/ffiplat

[pypy-commit] pypy default: Mark rlib/libffi.py as deprecated.

2012-08-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r56745:915631a97de6 Date: 2012-08-18 11:37 +0200 http://bitbucket.org/pypy/pypy/changeset/915631a97de6/ Log:Mark rlib/libffi.py as deprecated. diff --git a/pypy/rlib/libffi.py b/pypy/rlib/libffi.py --- a/pypy/rlib/libffi.py +++ b/pypy/rlib/libffi.py @@