[pypy-commit] pypy default: This speedup case should work fine for 32bit too

2012-09-01 Thread stian
Author: stian Branch: Changeset: r57076:a988d66682e8 Date: 2012-09-02 01:40 +0200 http://bitbucket.org/pypy/pypy/changeset/a988d66682e8/ Log:This speedup case should work fine for 32bit too diff --git a/pypy/rlib/rbigint.py b/pypy/rlib/rbigint.py --- a/pypy/rlib/rbigint.py +++ b/pypy/rlib/rb

[pypy-commit] pypy numpy-refactor: get/set item for scalars

2012-09-01 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57075:4782257ceb7a Date: 2012-09-01 23:20 +0200 http://bitbucket.org/pypy/pypy/changeset/4782257ceb7a/ Log:get/set item for scalars diff --git a/pypy/module/micronumpy/arrayimpl/scalar.py b/pypy/module/micronumpy/arrayimpl/scalar

[pypy-commit] pypy numpy-refactor: implement broadcasting

2012-09-01 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57074:8aa0985313cd Date: 2012-09-01 23:11 +0200 http://bitbucket.org/pypy/pypy/changeset/8aa0985313cd/ Log:implement broadcasting diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimpl/concre

[pypy-commit] pypy numpy-refactor: Pass enough around to start implementing broadcasting

2012-09-01 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57073:5761558dcdcb Date: 2012-09-01 22:34 +0200 http://bitbucket.org/pypy/pypy/changeset/5761558dcdcb/ Log:Pass enough around to start implementing broadcasting diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/mod

[pypy-commit] pypy numpy-refactor: Fix direct tests. Add binary operations.

2012-09-01 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57072:631db4d5bb2f Date: 2012-09-01 21:20 +0200 http://bitbucket.org/pypy/pypy/changeset/631db4d5bb2f/ Log:Fix direct tests. Add binary operations. diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronump

[pypy-commit] pypy default: Fix for the test in 7307034ccd39.

2012-09-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r57071:b20a8c159d25 Date: 2012-09-01 18:49 +0200 http://bitbucket.org/pypy/pypy/changeset/b20a8c159d25/ Log:Fix for the test in 7307034ccd39. diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/module/itertools/interp_itertools.py --- a/pypy/

[pypy-commit] pypy default: issue 1249: found a failing test.

2012-09-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r57070:7307034ccd39 Date: 2012-09-01 18:47 +0200 http://bitbucket.org/pypy/pypy/changeset/7307034ccd39/ Log:issue 1249: found a failing test. diff --git a/pypy/module/itertools/test/test_itertools.py b/pypy/module/itertools/test/test_itertools.py --- a

[pypy-commit] pypy numpy-refactor: some revamp of where, not passing tests yet

2012-09-01 Thread fijal
Author: Maciej Fijalkowski Branch: numpy-refactor Changeset: r57069:cf64611cbb94 Date: 2012-09-01 18:25 +0200 http://bitbucket.org/pypy/pypy/changeset/cf64611cbb94/ Log:some revamp of where, not passing tests yet diff --git a/pypy/module/micronumpy/interp_arrayops.py b/pypy/module/micronump

[pypy-commit] pypy py3k: py3k_skip cffi and micronumpy tests for now

2012-09-01 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57068:c511d7b4f960 Date: 2012-09-01 14:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c511d7b4f960/ Log:py3k_skip cffi and micronumpy tests for now diff --git a/pypy/module/_cffi_backend/test/test_c.py b/pypy/module/_cffi_backend/test/test_c.

[pypy-commit] pypy py3k: implement space.str() in terms of space.unicode_w. This fixes the two previously failing tests added in this commit

2012-09-01 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57067:bc50c60a51e4 Date: 2012-09-01 14:39 +0200 http://bitbucket.org/pypy/pypy/changeset/bc50c60a51e4/ Log:implement space.str() in terms of space.unicode_w. This fixes the two previously failing tests added in this commit diff --git a/py

[pypy-commit] pypy default: split rlib.runicode.str_decode_utf_8 in two, else we had annotation problems when calling it to implement .decode('utf-8')

2012-09-01 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r57066:81380e072e88 Date: 2012-09-01 10:47 +0200 http://bitbucket.org/pypy/pypy/changeset/81380e072e88/ Log:split rlib.runicode.str_decode_utf_8 in two, else we had annotation problems when calling it to implement .decode('utf-8') diff --git a

[pypy-commit] pypy py3k: split rlib.runicode.str_decode_utf_8 in two, else we had annotation problems when calling it to implement .decode('utf-8')

2012-09-01 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r57065:8f530e0812e4 Date: 2012-09-01 10:47 +0200 http://bitbucket.org/pypy/pypy/changeset/8f530e0812e4/ Log:split rlib.runicode.str_decode_utf_8 in two, else we had annotation problems when calling it to implement .decode('utf-8') diff --g

[pypy-commit] extradoc extradoc: Move down and expand the section about "Barrier placement in the source code".

2012-09-01 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r4732:cdbd9bf18f7c Date: 2012-09-01 10:28 +0200 http://bitbucket.org/pypy/extradoc/changeset/cdbd9bf18f7c/ Log:Move down and expand the section about "Barrier placement in the source code". diff --git a/talk/stm2012/stmimpl.rst b/talk/st