[pypy-commit] pypy default: test version agreement

2012-05-12 Thread mattip
Author: Matti Picus Branch: Changeset: r55069:a00ce603f079 Date: 2012-05-12 23:11 +0300 http://bitbucket.org/pypy/pypy/changeset/a00ce603f079/ Log:test version agreement diff --git a/pypy/tool/test/test_package.py b/pypy/tool/test/test_package.py new file mode 100644 --- /dev/null +++ b/pyp

[pypy-commit] pypy default: release lib-python/2.7 only

2012-05-12 Thread mattip
Author: Matti Picus Branch: Changeset: r55068:b7d0d2dc78ec Date: 2012-05-12 22:46 +0300 http://bitbucket.org/pypy/pypy/changeset/b7d0d2dc78ec/ Log:release lib-python/2.7 only diff --git a/pypy/module/sys/version.py b/pypy/module/sys/version.py --- a/pypy/module/sys/version.py +++ b/pypy/mod

[pypy-commit] Notification: You have hereby been granted write access to fijal/pypy-postgresql.

2012-05-12 Thread Bitbucket
You have received a notification from Anonymous. You may now access the repository source on: https://bitbucket.org/fijal/pypy-postgresql/overview -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pyp

[pypy-commit] pypy dynamic-specialized-tuple: Todo file

2012-05-12 Thread alex_gaynor
Author: Alex Gaynor Branch: dynamic-specialized-tuple Changeset: r55067:70a123855e07 Date: 2012-05-12 21:20 +0200 http://bitbucket.org/pypy/pypy/changeset/70a123855e07/ Log:Todo file diff --git a/TODO b/TODO new file mode 100644 --- /dev/null +++ b/TODO @@ -0,0 +1,6 @@ +TODO + + +* Bridg

[pypy-commit] pypy stm-thread: Fix for small translation targets

2012-05-12 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55066:b2f942ea6c40 Date: 2012-05-12 21:22 +0200 http://bitbucket.org/pypy/pypy/changeset/b2f942ea6c40/ Log:Fix for small translation targets diff --git a/pypy/rlib/rstack.py b/pypy/rlib/rstack.py --- a/pypy/rlib/rstack.py +++ b/pypy/rlib/rsta

[pypy-commit] pypy stm-thread: Move the import statement to be local.

2012-05-12 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55065:e2984bea9a93 Date: 2012-05-12 21:17 +0200 http://bitbucket.org/pypy/pypy/changeset/e2984bea9a93/ Log:Move the import statement to be local. diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/interpreter/

[pypy-commit] pypy stm-thread: Support for thread.atomic also for pypy without stm.

2012-05-12 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55064:149d8955d1c8 Date: 2012-05-12 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/149d8955d1c8/ Log:Support for thread.atomic also for pypy without stm. diff --git a/pypy/module/thread/atomic.py b/pypy/module/thread/atomic.py --- a/pyp

[pypy-commit] pypy gc-minimark-pinning: Documentation.

2012-05-12 Thread arigo
Author: Armin Rigo Branch: gc-minimark-pinning Changeset: r55063:fde38e1e3a87 Date: 2012-05-12 19:10 +0200 http://bitbucket.org/pypy/pypy/changeset/fde38e1e3a87/ Log:Documentation. diff --git a/pypy/rlib/rgc.py b/pypy/rlib/rgc.py --- a/pypy/rlib/rgc.py +++ b/pypy/rlib/rgc.py @@ -19,9 +19,26

[pypy-commit] pypy gc-minimark-pinning: Rename here too

2012-05-12 Thread arigo
Author: Armin Rigo Branch: gc-minimark-pinning Changeset: r55061:e159e058a0ac Date: 2012-05-12 18:52 +0200 http://bitbucket.org/pypy/pypy/changeset/e159e058a0ac/ Log:Rename here too diff --git a/pypy/rpython/memory/test/test_transformed_gc.py b/pypy/rpython/memory/test/test_transformed_gc.p

[pypy-commit] pypy gc-minimark-pinning: - Separate the concerns of 'nursery_top' and a new 'nursery_limit'.

2012-05-12 Thread arigo
Author: Armin Rigo Branch: gc-minimark-pinning Changeset: r55059:77b5c76b9bdd Date: 2012-05-12 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/77b5c76b9bdd/ Log:- Separate the concerns of 'nursery_top' and a new 'nursery_limit'. Fixes is_in_nursery() for example, which could retu

[pypy-commit] pypy gc-minimark-pinning: More comments, and one critical fix (see e.g. test_print_leak).

2012-05-12 Thread arigo
Author: Armin Rigo Branch: gc-minimark-pinning Changeset: r55060:dc1599b68fe4 Date: 2012-05-12 18:44 +0200 http://bitbucket.org/pypy/pypy/changeset/dc1599b68fe4/ Log:More comments, and one critical fix (see e.g. test_print_leak). diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpytho

[pypy-commit] pypy gc-minimark-pinning: Attempt to rewrite the logic in maybe_collect_and_reserve()

2012-05-12 Thread arigo
Author: Armin Rigo Branch: gc-minimark-pinning Changeset: r55058:03188efc3b60 Date: 2012-05-12 18:11 +0200 http://bitbucket.org/pypy/pypy/changeset/03188efc3b60/ Log:Attempt to rewrite the logic in maybe_collect_and_reserve() in order to kill again the argument 'min_size' to minor_col

[pypy-commit] pypy gc-minimark-pinning: Python 2.5 compat

2012-05-12 Thread arigo
Author: Armin Rigo Branch: gc-minimark-pinning Changeset: r55057:15e167bb10e7 Date: 2012-05-12 17:47 +0200 http://bitbucket.org/pypy/pypy/changeset/15e167bb10e7/ Log:Python 2.5 compat diff --git a/pypy/rpython/extfuncregistry.py b/pypy/rpython/extfuncregistry.py --- a/pypy/rpython/extfuncreg

[pypy-commit] pypy gc-minimark-pinning: Fix the logic in maybe_collect_and_reserve().

2012-05-12 Thread arigo
Author: Armin Rigo Branch: gc-minimark-pinning Changeset: r55056:c45e2cc383ff Date: 2012-05-12 17:46 +0200 http://bitbucket.org/pypy/pypy/changeset/c45e2cc383ff/ Log:Fix the logic in maybe_collect_and_reserve(). diff --git a/pypy/rpython/memory/gc/minimark.py b/pypy/rpython/memory/gc/minima

[pypy-commit] pypy stm-thread: Adapt test_ztranslation.

2012-05-12 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55055:260225d12347 Date: 2012-05-12 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/260225d12347/ Log:Adapt test_ztranslation. diff --git a/pypy/translator/stm/test/targetdemo.py b/pypy/translator/stm/test/targetdemo.py deleted file mod

[pypy-commit] pypy stm-thread: Test fix

2012-05-12 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55054:82def0a82dd7 Date: 2012-05-12 11:22 +0200 http://bitbucket.org/pypy/pypy/changeset/82def0a82dd7/ Log:Test fix diff --git a/pypy/translator/stm/localtracker.py b/pypy/translator/stm/localtracker.py --- a/pypy/translator/stm/localtracker

[pypy-commit] pypy stm-thread: Adapt test_stmgcintf.*.

2012-05-12 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55053:ac4b908afa0f Date: 2012-05-12 11:19 +0200 http://bitbucket.org/pypy/pypy/changeset/ac4b908afa0f/ Log:Adapt test_stmgcintf.*. diff --git a/pypy/translator/stm/src_stm/core.c b/pypy/translator/stm/src_stm/core.c --- a/pypy/translator/stm

[pypy-commit] pypy stm-thread: Remove the numerous prints, not captured when we run the file directly.

2012-05-12 Thread arigo
Author: Armin Rigo Branch: stm-thread Changeset: r55052:f45d2b82395b Date: 2012-05-12 09:17 +0200 http://bitbucket.org/pypy/pypy/changeset/f45d2b82395b/ Log:Remove the numerous prints, not captured when we run the file directly. diff --git a/lib_pypy/pypy_test/test_transaction.py b/