[pypy-commit] pypy py3k-memoryview: Make format and itemsize attributes of W_MemoryView instead of Buffer. They are exported by returning a tuple from buffer_w().

2014-05-23 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k-memoryview Changeset: r71691:8aef32a90ec4 Date: 2014-05-24 08:32 +0200 http://bitbucket.org/pypy/pypy/changeset/8aef32a90ec4/ Log:Make format and itemsize attributes of W_MemoryView instead of Buffer. They are exported by returning a tuple from buffer_

[pypy-commit] pypy py3k-memoryview: Remove this horrible annotator workaround.

2014-05-23 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k-memoryview Changeset: r71692:2b9b6d714df8 Date: 2014-05-24 08:33 +0200 http://bitbucket.org/pypy/pypy/changeset/2b9b6d714df8/ Log:Remove this horrible annotator workaround. diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --

[pypy-commit] pypy default: have frombuffer actually use buffer's storage

2014-05-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71689:e115979b6395 Date: 2014-05-23 18:27 -0400 http://bitbucket.org/pypy/pypy/changeset/e115979b6395/ Log:have frombuffer actually use buffer's storage diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py --- a/pypy/module/

[pypy-commit] pypy default: initial support for numpy.frombuffer

2014-05-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71688:d7b779ef7782 Date: 2014-05-23 17:25 -0400 http://bitbucket.org/pypy/pypy/changeset/d7b779ef7782/ Log:initial support for numpy.frombuffer diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/mi

[pypy-commit] pypy default: test frombuffer using __buffer__ attribute

2014-05-23 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71690:c3bdd9af8ac0 Date: 2014-05-23 18:32 -0400 http://bitbucket.org/pypy/pypy/changeset/c3bdd9af8ac0/ Log:test frombuffer using __buffer__ attribute diff --git a/pypy/module/micronumpy/test/test_ndarray.py b/pypy/module/micronumpy/test/test_ndarray

[pypy-commit] pypy default: Some trailing whitespace

2014-05-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71686:7f23c01d85f2 Date: 2014-05-23 10:22 -0500 http://bitbucket.org/pypy/pypy/changeset/7f23c01d85f2/ Log:Some trailing whitespace diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.py --- a/pypy/module/sys/__init__.py +++ b/pypy/mod

[pypy-commit] pypy default: merged upstream

2014-05-23 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71687:ea5040e38901 Date: 2014-05-23 10:23 -0500 http://bitbucket.org/pypy/pypy/changeset/ea5040e38901/ Log:merged upstream diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/memoryobject.py --- a/pypy/objspace/std/memoryobject.py +++

[pypy-commit] stmgc card-marking: add stmcb_should_use_cards

2014-05-23 Thread Raemi
Author: Remi Meier Branch: card-marking Changeset: r1244:1d1ac9cd4297 Date: 2014-05-23 14:18 +0200 http://bitbucket.org/pypy/stmgc/changeset/1d1ac9cd4297/ Log:add stmcb_should_use_cards diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/core.c +++ b/c7/stm/core.c @@ -579,9 +579,16 @@

[pypy-commit] stmgc card-marking: possible change in API (closer to pypy, but needs more nasty callbacks)

2014-05-23 Thread Raemi
Author: Remi Meier Branch: card-marking Changeset: r1243:ea910eddec2e Date: 2014-05-23 12:04 +0200 http://bitbucket.org/pypy/stmgc/changeset/ea910eddec2e/ Log:possible change in API (closer to pypy, but needs more nasty callbacks) diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/s

[pypy-commit] pypy shadowstack-again: dummy merge of the closed head

2014-05-23 Thread arigo
Author: Armin Rigo Branch: shadowstack-again Changeset: r71685:50985ed490bf Date: 2014-05-23 11:24 +0200 http://bitbucket.org/pypy/pypy/changeset/50985ed490bf/ Log:dummy merge of the closed head ___ pypy-commit mailing list pypy-commit@python.org h

[pypy-commit] pypy shadowstack-again: Close this branch head as not giving the best results

2014-05-23 Thread arigo
Author: Armin Rigo Branch: shadowstack-again Changeset: r71683:b9b7b537aefb Date: 2014-05-21 11:13 +0200 http://bitbucket.org/pypy/pypy/changeset/b9b7b537aefb/ Log:Close this branch head as not giving the best results ___ pypy-commit mailing list p

[pypy-commit] pypy shadowstack-again: Try with the shadowstack inlined into the regular stack

2014-05-23 Thread arigo
Author: Armin Rigo Branch: shadowstack-again Changeset: r71684:27baaf212590 Date: 2014-05-23 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/27baaf212590/ Log:Try with the shadowstack inlined into the regular stack diff --git a/rpython/memory/gctransform/shadowstack.py b/rpython/memory

[pypy-commit] pypy py3k-memoryview: Fix translation.

2014-05-23 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k-memoryview Changeset: r71682:94e75ac81672 Date: 2014-05-23 09:56 +0200 http://bitbucket.org/pypy/pypy/changeset/94e75ac81672/ Log:Fix translation. diff --git a/pypy/module/_cffi_backend/cbuffer.py b/pypy/module/_cffi_backend/cbuffer.py --- a/pypy/module/_cff

[pypy-commit] stmgc card-marking: some clarifications and adding the second fastpath to stm_write_card()

2014-05-23 Thread Raemi
Author: Remi Meier Branch: card-marking Changeset: r1242:008b3c48e38b Date: 2014-05-23 09:55 +0200 http://bitbucket.org/pypy/stmgc/changeset/008b3c48e38b/ Log:some clarifications and adding the second fastpath to stm_write_card() diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/st