[pypy-commit] pypy stm-gc: Add enter/leave_transactional_mode operations.

2012-04-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54262:f7e7bb5d8f56 Date: 2012-04-05 12:12 +0200 http://bitbucket.org/pypy/pypy/changeset/f7e7bb5d8f56/ Log:Add enter/leave_transactional_mode operations. diff --git a/pypy/module/transaction/interp_transaction.py b/pypy/module/transaction/interp

[pypy-commit] pypy stm-gc: A comment

2012-04-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54263:2d60ce23a2ec Date: 2012-04-09 10:18 +0200 http://bitbucket.org/pypy/pypy/changeset/2d60ce23a2ec/ Log:A comment diff --git a/pypy/translator/stm/src_stm/et.c b/pypy/translator/stm/src_stm/et.c --- a/pypy/translator/stm/src_stm/et.c +++ b/pyp

[pypy-commit] pypy stm-gc: Crash with a clearer error message when not translated.

2012-04-09 Thread arigo
Author: Armin Rigo Branch: stm-gc Changeset: r54261:f170650418ee Date: 2012-04-05 12:10 +0200 http://bitbucket.org/pypy/pypy/changeset/f170650418ee/ Log:Crash with a clearer error message when not translated. diff --git a/pypy/rlib/debug.py b/pypy/rlib/debug.py --- a/pypy/rlib/debug.py +++ b

[pypy-commit] pypy pytest: upgrade py and _pytest to current tip

2012-04-09 Thread RonnyPfannschmidt
Author: Ronny Pfannschmidt Branch: pytest Changeset: r54264:f1fdc8c6ed6a Date: 2012-04-09 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/f1fdc8c6ed6a/ Log:upgrade py and _pytest to current tip diff --git a/_pytest/__init__.py b/_pytest/__init__.py --- a/_pytest/__init__.py +++ b/_pytes

[pypy-commit] benchmarks default: hopefully the minimal change to make benchmark run again

2012-04-09 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r178:d92ba6094dd0 Date: 2012-04-09 13:40 +0200 http://bitbucket.org/pypy/benchmarks/changeset/d92ba6094dd0/ Log:hopefully the minimal change to make benchmark run again diff --git a/lib/pypy/lib-python/modified-2.7/opcode.py b/lib/pypy/lib-pyth

[pypy-commit] benchmarks default: Simplify BUILD_LIST_FROM_ARG again, and hope that benchmarks pass

2012-04-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r179:d9436ef872ff Date: 2012-04-09 18:21 +0200 http://bitbucket.org/pypy/benchmarks/changeset/d9436ef872ff/ Log:Simplify BUILD_LIST_FROM_ARG again, and hope that benchmarks pass diff --git a/lib/pypy/pypy/interpreter/pyopcode.py b/lib/pypy/py

[pypy-commit] pypy win32-cleanup2: merge from default

2012-04-09 Thread mattip
Author: Matti Picus Branch: win32-cleanup2 Changeset: r54267:94df3eb8e759 Date: 2012-04-08 20:08 +0300 http://bitbucket.org/pypy/pypy/changeset/94df3eb8e759/ Log:merge from default diff --git a/pypy/doc/tool/makecontributor.py b/pypy/doc/tool/makecontributor.py new file mode 100644 --- /dev/

[pypy-commit] pypy win32-cleanup2: remove poll() from select for cpython compatability

2012-04-09 Thread mattip
Author: Matti Picus Branch: win32-cleanup2 Changeset: r54268:774652376acf Date: 2012-04-09 19:33 +0300 http://bitbucket.org/pypy/pypy/changeset/774652376acf/ Log:remove poll() from select for cpython compatability diff --git a/pypy/module/select/__init__.py b/pypy/module/select/__init__.py -

[pypy-commit] benchmarks default: yet another necessary fix (this is getting obscure)

2012-04-09 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r180:9946cdcf97a2 Date: 2012-04-09 20:34 +0200 http://bitbucket.org/pypy/benchmarks/changeset/9946cdcf97a2/ Log:yet another necessary fix (this is getting obscure) diff --git a/lib/pypy/pypy/interpreter/astcompiler/assemble.py b/lib/pypy/pypy/i

[pypy-commit] pypy default: Fix self translation

2012-04-09 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r54270:41c799d11717 Date: 2012-04-09 20:53 +0200 http://bitbucket.org/pypy/pypy/changeset/41c799d11717/ Log:Fix self translation diff --git a/pypy/objspace/flow/flowcontext.py b/pypy/objspace/flow/flowcontext.py --- a/pypy/objspace/flow/flowc

[pypy-commit] pypy default: a failing test for using specialize.memo and specialize.arg together

2012-04-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r54271:09e76fd5aa32 Date: 2012-04-09 18:01 -0400 http://bitbucket.org/pypy/pypy/changeset/09e76fd5aa32/ Log:a failing test for using specialize.memo and specialize.arg together diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/tes

[pypy-commit] pypy default: correc the test, still fails (amaury)

2012-04-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r54272:533a81aa5113 Date: 2012-04-09 18:36 -0400 http://bitbucket.org/pypy/pypy/changeset/533a81aa5113/ Log:correc the test, still fails (amaury) diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/test_annrpython.py --- a/pypy

[pypy-commit] pypy default: fix nameerror

2012-04-09 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r54273:124c48df1aab Date: 2012-04-09 19:22 -0400 http://bitbucket.org/pypy/pypy/changeset/124c48df1aab/ Log:fix nameerror diff --git a/pypy/annotation/test/test_annrpython.py b/pypy/annotation/test/test_annrpython.py --- a/pypy/annotation/test/test_an