[pypy-commit] pypy default: Update the FAQ about the GIL and STM.

2013-07-04 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r65181:d0f456167591 Date: 2013-07-04 08:09 +0200 http://bitbucket.org/pypy/pypy/changeset/d0f456167591/ Log:Update the FAQ about the GIL and STM. diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++

[pypy-commit] stmgc default: add test and fix

2013-07-04 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r346:38fcfb8212e2 Date: 2013-07-04 10:27 +0200 http://bitbucket.org/pypy/stmgc/changeset/38fcfb8212e2/ Log:add test and fix diff --git a/c4/gcpage.c b/c4/gcpage.c --- a/c4/gcpage.c +++ b/c4/gcpage.c @@ -220,6 +220,11 @@

[pypy-commit] stmgc default: refactor keeping alive the h_originals in major collections

2013-07-04 Thread Raemi
Author: Remi Meier meier...@student.ethz.ch Branch: Changeset: r345:7ae6aa7d16af Date: 2013-07-04 09:26 +0200 http://bitbucket.org/pypy/stmgc/changeset/7ae6aa7d16af/ Log:refactor keeping alive the h_originals in major collections diff --git a/c4/gcpage.c b/c4/gcpage.c --- a/c4/gcpage.c +++

[pypy-commit] pypy default: fix failing test

2013-07-04 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: Changeset: r65182:7617f7f1432c Date: 2013-07-04 11:06 +0200 http://bitbucket.org/pypy/pypy/changeset/7617f7f1432c/ Log:fix failing test diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py

[pypy-commit] pypy release-2.1.x: merge default

2013-07-04 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: release-2.1.x Changeset: r65183:323dac73b895 Date: 2013-07-04 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/323dac73b895/ Log:merge default diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++

[pypy-commit] stmgc default: fix also the duhton target

2013-07-04 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r347:7a86a8b3cbb1 Date: 2013-07-04 13:54 +0200 http://bitbucket.org/pypy/stmgc/changeset/7a86a8b3cbb1/ Log:fix also the duhton target diff --git a/duhton/Makefile b/duhton/Makefile --- a/duhton/Makefile +++ b/duhton/Makefile @@

[pypy-commit] pypy ndarray-subtype: patch bomb for passing space into all calls of from_shape...() while noting which methods must be tested for subtypes

2013-07-04 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: ndarray-subtype Changeset: r65184:fd71a983d387 Date: 2013-07-04 22:18 +0300 http://bitbucket.org/pypy/pypy/changeset/fd71a983d387/ Log:patch bomb for passing space into all calls of from_shape...() while noting which methods must be

[pypy-commit] pypy ndarray-subtype: fix for existing tests

2013-07-04 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: ndarray-subtype Changeset: r65186:9c65421e84ec Date: 2013-07-04 23:52 +0300 http://bitbucket.org/pypy/pypy/changeset/9c65421e84ec/ Log:fix for existing tests diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py ---

[pypy-commit] pypy ndarray-subtype: fix tests, fix obvious mistakes

2013-07-04 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: ndarray-subtype Changeset: r65185:6a19e19e18a7 Date: 2013-07-04 23:21 +0300 http://bitbucket.org/pypy/pypy/changeset/6a19e19e18a7/ Log:fix tests, fix obvious mistakes diff --git a/pypy/module/micronumpy/base.py

[pypy-commit] pypy ndarray-subtype: first pass at differentiating types from instances and handling __array_finalize__

2013-07-04 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: ndarray-subtype Changeset: r65187:31b9c2717719 Date: 2013-07-05 01:03 +0300 http://bitbucket.org/pypy/pypy/changeset/31b9c2717719/ Log:first pass at differentiating types from instances and handling __array_finalize__ diff --git