[pypy-commit] extradoc extradoc: Can also download directly

2014-02-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5160:c54b5cc4534d Date: 2014-02-19 20:38 +0100 http://bitbucket.org/pypy/extradoc/changeset/c54b5cc4534d/ Log:Can also download directly diff --git a/blog/draft/running-numpy.rst b/blog/draft/running-numpy.rst --- a/blog/draft/running-numpy.rst

[pypy-commit] extradoc extradoc: Expand

2014-02-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5159:9281c0996c69 Date: 2014-02-19 20:33 +0100 http://bitbucket.org/pypy/extradoc/changeset/9281c0996c69/ Log:Expand diff --git a/blog/draft/running-numpy.rst b/blog/draft/running-numpy.rst --- a/blog/draft/running-numpy.rst +++ b/blog/draft/ru

[pypy-commit] extradoc extradoc: Backed out changeset db73d6fca0d2

2014-02-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5158:8fe1c70ff8a0 Date: 2014-02-19 19:50 +0100 http://bitbucket.org/pypy/extradoc/changeset/8fe1c70ff8a0/ Log:Backed out changeset db73d6fca0d2 It turns out not to be needed, it was a problem of trying the wrong branch. diff --

[pypy-commit] pypy default: Windows: need this include, otherwise the type 'off_t' is not defined,

2014-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r69210:87752dbcfa4c Date: 2014-02-19 19:09 +0100 http://bitbucket.org/pypy/pypy/changeset/87752dbcfa4c/ Log:Windows: need this include, otherwise the type 'off_t' is not defined, which confuses some extension modules diff --git a/pypy/module/cpy

[pypy-commit] extradoc extradoc: Update for Windows

2014-02-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5157:db73d6fca0d2 Date: 2014-02-19 19:08 +0100 http://bitbucket.org/pypy/extradoc/changeset/db73d6fca0d2/ Log:Update for Windows diff --git a/blog/draft/running-numpy.rst b/blog/draft/running-numpy.rst --- a/blog/draft/running-numpy.rst +++ b/b

[pypy-commit] pypy default: merge heads

2014-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r69211:6a81e7b47559 Date: 2014-02-19 19:38 +0100 http://bitbucket.org/pypy/pypy/changeset/6a81e7b47559/ Log:merge heads diff --git a/lib-python/2.7/test/test_audioop.py b/lib-python/2.7/test/test_audioop.py --- a/lib-python/2.7/test/test_audioop.py +++

[pypy-commit] pypy default: fix more ufunc result dtypes

2014-02-19 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69209:3907f379b172 Date: 2014-02-19 12:59 -0500 http://bitbucket.org/pypy/pypy/changeset/3907f379b172/ Log:fix more ufunc result dtypes diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py --- a/pypy/module/

[pypy-commit] pypy default: fix promote_to_largest in ufuncs (issue1663)

2014-02-19 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69208:53eef9736a3b Date: 2014-02-19 12:41 -0500 http://bitbucket.org/pypy/pypy/changeset/53eef9736a3b/ Log:fix promote_to_largest in ufuncs (issue1663) diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.p

[pypy-commit] pypy default: enable passing audioop tests

2014-02-19 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r69207:4f635ff9b6f7 Date: 2014-02-19 12:16 -0500 http://bitbucket.org/pypy/pypy/changeset/4f635ff9b6f7/ Log:enable passing audioop tests diff --git a/lib-python/2.7/test/test_audioop.py b/lib-python/2.7/test/test_audioop.py --- a/lib-python/2.7/test/

[pypy-commit] stmgc c7-refactor: Getting started on duhton (nothing done so far)

2014-02-19 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r788:81514bb0cb7a Date: 2014-02-19 17:49 +0100 http://bitbucket.org/pypy/stmgc/changeset/81514bb0cb7a/ Log:Getting started on duhton (nothing done so far) diff --git a/duhton/Makefile b/duhton/Makefile --- a/duhton/Makefile +++ b/duhton/Makef

[pypy-commit] stmgc c7-refactor: merge heads

2014-02-19 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r789:fa6db780b4a1 Date: 2014-02-19 17:50 +0100 http://bitbucket.org/pypy/stmgc/changeset/fa6db780b4a1/ Log:merge heads diff --git a/c7/test/support.py b/c7/test/support.py --- a/c7/test/support.py +++ b/c7/test/support.py @@ -305,6 +305,12 @@

[pypy-commit] stmgc c7-refactor: Add dprintf from stmgc/c4.

2014-02-19 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r787:c924c44d3852 Date: 2014-02-19 14:32 +0100 http://bitbucket.org/pypy/stmgc/changeset/c924c44d3852/ Log:Add dprintf from stmgc/c4. diff --git a/c7/demo/Makefile b/c7/demo/Makefile --- a/c7/demo/Makefile +++ b/c7/demo/Makefile @@ -20,7 +20,

[pypy-commit] stmgc c7-refactor: comments for test_random

2014-02-19 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r786:8d4439fd0ad6 Date: 2014-02-19 16:05 +0100 http://bitbucket.org/pypy/stmgc/changeset/8d4439fd0ad6/ Log:comments for test_random diff --git a/c7/test/test_random.py b/c7/test/test_random.py --- a/c7/test/test_random.py +++ b/c7/test/test_ra

[pypy-commit] stmgc c7-refactor: add explicit aborts to test_random

2014-02-19 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r785:39016b9afc2a Date: 2014-02-19 15:53 +0100 http://bitbucket.org/pypy/stmgc/changeset/39016b9afc2a/ Log:add explicit aborts to test_random diff --git a/c7/test/test_random.py b/c7/test/test_random.py --- a/c7/test/test_random.py +++ b/c7/te

[pypy-commit] stmgc c7-refactor: use SOME_MEDIUM_SIZE and SOME_LARGE_SIZE constants to allocate objects -> fails currently

2014-02-19 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r783:961ea6611d93 Date: 2014-02-19 15:46 +0100 http://bitbucket.org/pypy/stmgc/changeset/961ea6611d93/ Log:use SOME_MEDIUM_SIZE and SOME_LARGE_SIZE constants to allocate objects -> fails currently diff --git a/c7/test/test_random.py b/

[pypy-commit] stmgc c7-refactor: also randomly allocate number of refs per object (no effects so far)

2014-02-19 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r784:35224c1ca388 Date: 2014-02-19 15:49 +0100 http://bitbucket.org/pypy/stmgc/changeset/35224c1ca388/ Log:also randomly allocate number of refs per object (no effects so far) diff --git a/c7/test/test_random.py b/c7/test/test_random.py --- a/

[pypy-commit] stmgc c7-refactor: add objects with refs to test_random

2014-02-19 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r782:4142761d9da0 Date: 2014-02-19 15:42 +0100 http://bitbucket.org/pypy/stmgc/changeset/4142761d9da0/ Log:add objects with refs to test_random diff --git a/c7/test/support.py b/c7/test/support.py --- a/c7/test/support.py +++ b/c7/test/support

[pypy-commit] extradoc extradoc: Write down what a irc user needed to do in order to get numpy running

2014-02-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5156:69b48a914860 Date: 2014-02-19 12:16 +0100 http://bitbucket.org/pypy/extradoc/changeset/69b48a914860/ Log:Write down what a irc user needed to do in order to get numpy running diff --git a/blog/draft/running-numpy.rst b/blog/draft/r

[pypy-commit] stmgc c7-refactor: more info in test_random output

2014-02-19 Thread Remi Meier
Author: Remi Meier Branch: c7-refactor Changeset: r781:0fa13ec9be0d Date: 2014-02-19 11:28 +0100 http://bitbucket.org/pypy/stmgc/changeset/0fa13ec9be0d/ Log:more info in test_random output diff --git a/c7/test/test_random.py b/c7/test/test_random.py --- a/c7/test/test_random.py +++ b/c7/test/

[pypy-commit] stmgc c7-refactor: Make and run "demo2" in a test.

2014-02-19 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r780:dde898021541 Date: 2014-02-19 11:22 +0100 http://bitbucket.org/pypy/stmgc/changeset/dde898021541/ Log:Make and run "demo2" in a test. diff --git a/c7/test/test_demo.py b/c7/test/test_demo.py new file mode 100644 --- /dev/null +++ b/c7/te

[pypy-commit] stmgc c7-refactor: A test for 44b81083d7cf.

2014-02-19 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r779:77f7aa36c2c7 Date: 2014-02-19 10:44 +0100 http://bitbucket.org/pypy/stmgc/changeset/77f7aa36c2c7/ Log:A test for 44b81083d7cf. diff --git a/c7/test/support.py b/c7/test/support.py --- a/c7/test/support.py +++ b/c7/test/support.py @@ -291

[pypy-commit] stmgc c7-refactor: In case of abort, restore explicitly the position of the shadowstack.

2014-02-19 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r778:44b81083d7cf Date: 2014-02-19 10:41 +0100 http://bitbucket.org/pypy/stmgc/changeset/44b81083d7cf/ Log:In case of abort, restore explicitly the position of the shadowstack. diff --git a/c7/stm/core.c b/c7/stm/core.c --- a/c7/stm/c

[pypy-commit] stmgc c7-refactor: Add an LLVM patch. It might not be needed on simple examples, but I

2014-02-19 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r777:b5c61f587a33 Date: 2014-02-19 09:44 +0100 http://bitbucket.org/pypy/stmgc/changeset/b5c61f587a33/ Log:Add an LLVM patch. It might not be needed on simple examples, but I fear that it will be needed to compile large programs. diff

[pypy-commit] stmgc c7-refactor: Silence a specific warning in release builds: 'unused function xyz'

2014-02-19 Thread arigo
Author: Armin Rigo Branch: c7-refactor Changeset: r776:f5c7556d9bbd Date: 2014-02-19 09:04 +0100 http://bitbucket.org/pypy/stmgc/changeset/f5c7556d9bbd/ Log:Silence a specific warning in release builds: 'unused function xyz' diff --git a/c7/demo/Makefile b/c7/demo/Makefile --- a/c7/demo/Make