[pypy-commit] pypy default: backout 673f241, -Ojit fails without the .h

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r74240:431cebffcb39 Date: 2014-10-25 22:31 -0700 http://bitbucket.org/pypy/pypy/changeset/431cebffcb39/ Log:backout 673f241, -Ojit fails without the .h diff --git a/pypy/module/operator/tscmp.c b/pypy/module/operator/tscmp.c ---

[pypy-commit] pypy py3k: merge default

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74242:f70579d34dff Date: 2014-10-26 04:45 -0700 http://bitbucket.org/pypy/pypy/changeset/f70579d34dff/ Log:merge default diff --git a/pypy/module/operator/tscmp.c b/pypy/module/operator/tscmp.c ---

[pypy-commit] pypy default: refer RPY_EXPORTED_FOR_TESTS on the prototypes

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r74241:3d8fe96dc4d9 Date: 2014-10-26 04:42 -0700 http://bitbucket.org/pypy/pypy/changeset/3d8fe96dc4d9/ Log:refer RPY_EXPORTED_FOR_TESTS on the prototypes diff --git a/pypy/module/operator/tscmp.c b/pypy/module/operator/tscmp.c

[pypy-commit] pypy spaceops-are-variables: make SpaceOperation a subclass of Variable and fix the flowspace to deal with

2014-10-26 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: spaceops-are-variables Changeset: r74244:7c3011ecc083 Date: 2014-10-26 13:40 +0100 http://bitbucket.org/pypy/pypy/changeset/7c3011ecc083/ Log:make SpaceOperation a subclass of Variable and fix the flowspace to deal with that diff

[pypy-commit] pypy spaceops-are-variables: fix the annotator

2014-10-26 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: spaceops-are-variables Changeset: r74245:2d79939d2e76 Date: 2014-10-26 13:41 +0100 http://bitbucket.org/pypy/pypy/changeset/2d79939d2e76/ Log:fix the annotator diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py ---

[pypy-commit] pypy spaceops-are-variables: a branch to try to remove the .result attribute from space operations and just

2014-10-26 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: spaceops-are-variables Changeset: r74243:674c5f91523c Date: 2014-10-26 13:33 +0100 http://bitbucket.org/pypy/pypy/changeset/674c5f91523c/ Log:a branch to try to remove the .result attribute from space operations and just use the

[pypy-commit] pypy spaceops-are-variables: more fixes in the rtyper

2014-10-26 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: spaceops-are-variables Changeset: r74248:da1ff18593fd Date: 2014-10-26 14:09 +0100 http://bitbucket.org/pypy/pypy/changeset/da1ff18593fd/ Log:more fixes in the rtyper diff --git a/rpython/memory/gctransform/transform.py

[pypy-commit] pypy spaceops-are-variables: fix some of the transformations

2014-10-26 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: spaceops-are-variables Changeset: r74247:bb92eb8f9823 Date: 2014-10-26 13:53 +0100 http://bitbucket.org/pypy/pypy/changeset/bb92eb8f9823/ Log:fix some of the transformations diff --git a/rpython/translator/simplify.py

[pypy-commit] pypy spaceops-are-variables: fix error messages

2014-10-26 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: spaceops-are-variables Changeset: r74249:0c4929229ecc Date: 2014-10-26 14:10 +0100 http://bitbucket.org/pypy/pypy/changeset/0c4929229ecc/ Log:fix error messages diff --git a/rpython/tool/error.py b/rpython/tool/error.py ---

[pypy-commit] pypy spaceops-are-variables: various fixes in the backend optimizations

2014-10-26 Thread cfbolz
Author: Carl Friedrich Bolz cfb...@gmx.de Branch: spaceops-are-variables Changeset: r74250:ecd4cb25f0a6 Date: 2014-10-26 14:43 +0100 http://bitbucket.org/pypy/pypy/changeset/ecd4cb25f0a6/ Log:various fixes in the backend optimizations diff --git a/rpython/translator/backendopt/constfold.py

[pypy-commit] pypy py3.3: zlib: Add support for the zdict parameter.

2014-10-26 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3.3 Changeset: r74252:c2fcbb0f5a75 Date: 2014-10-26 19:31 +0100 http://bitbucket.org/pypy/pypy/changeset/c2fcbb0f5a75/ Log:zlib: Add support for the zdict parameter. diff --git a/pypy/module/zlib/interp_zlib.py

[pypy-commit] pypy py3.3: lzma: all constants needed to import the test module.

2014-10-26 Thread amauryfa
Author: Amaury Forgeot d'Arc amaur...@gmail.com Branch: py3.3 Changeset: r74253:e269c75fba51 Date: 2014-10-26 23:02 +0100 http://bitbucket.org/pypy/pypy/changeset/e269c75fba51/ Log:lzma: all constants needed to import the test module. Also replace RPython crashes with nicer applevel

[pypy-commit] pypy py3k: fix -Ojit translation

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r74254:94fb5a72c276 Date: 2014-10-26 22:16 -0700 http://bitbucket.org/pypy/pypy/changeset/94fb5a72c276/ Log:fix -Ojit translation diff --git a/pypy/module/_posixsubprocess/_posixsubprocess.c

[pypy-commit] pypy py3.3: merge upstream

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74256:376dcdcf68d7 Date: 2014-10-26 22:19 -0700 http://bitbucket.org/pypy/pypy/changeset/376dcdcf68d7/ Log:merge upstream diff --git a/pypy/module/_lzma/__init__.py b/pypy/module/_lzma/__init__.py ---

[pypy-commit] pypy py3.3: merge py3k

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74255:9cf2c4e710ad Date: 2014-10-26 22:18 -0700 http://bitbucket.org/pypy/pypy/changeset/9cf2c4e710ad/ Log:merge py3k diff too long, truncating to 2000 out of 29774 lines diff --git a/.hgignore b/.hgignore --- a/.hgignore

[pypy-commit] pypy py3.3: adapt to RPY_EXPORT_FOR_TESTS

2014-10-26 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3.3 Changeset: r74257:5d069ae3f5b9 Date: 2014-10-26 22:34 -0700 http://bitbucket.org/pypy/pypy/changeset/5d069ae3f5b9/ Log:adapt to RPY_EXPORT_FOR_TESTS diff --git a/pypy/module/_posixsubprocess/interp_subprocess.py