[pypy-commit] pypy default: Kill unused method

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64846:35e9a41d7bdd Date: 2013-06-11 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/35e9a41d7bdd/ Log:Kill unused method diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.py --- a/pypy/module/sys/__init__.py +++

[pypy-commit] pypy default: Issue #1514

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64847:92546f437072 Date: 2013-06-11 12:40 +0200 http://bitbucket.org/pypy/pypy/changeset/92546f437072/ Log:Issue #1514 A test for reimporting built-in modules (as opposed to reloading them). diff --git

[pypy-commit] pypy default: Fix for 92546f437072.

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64848:f26956c61773 Date: 2013-06-11 12:41 +0200 http://bitbucket.org/pypy/pypy/changeset/f26956c61773/ Log:Fix for 92546f437072. diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy default: Add two new tests, one of which fails on PyPy because we don't

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64850:7d2924ddfa80 Date: 2013-06-11 13:24 +0200 http://bitbucket.org/pypy/pypy/changeset/7d2924ddfa80/ Log:Add two new tests, one of which fails on PyPy because we don't create several module objects for the same *built-in*

[pypy-commit] pypy default: Fix this test to also pass on CPython

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64849:93a61b856da8 Date: 2013-06-11 13:24 +0200 http://bitbucket.org/pypy/pypy/changeset/93a61b856da8/ Log:Fix this test to also pass on CPython diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py ---

[pypy-commit] pypy default: backout f26956c61773.

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64852:1265890f2384 Date: 2013-06-11 13:34 +0200 http://bitbucket.org/pypy/pypy/changeset/1265890f2384/ Log:backout f26956c61773. diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy default: Add a simpler test (missing so far) that shows what I did to be wrong.

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64851:4dce95a2e895 Date: 2013-06-11 13:33 +0200 http://bitbucket.org/pypy/pypy/changeset/4dce95a2e895/ Log:Add a simpler test (missing so far) that shows what I did to be wrong. diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy default: Easy fix

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64854:ad3579cf28fe Date: 2013-06-11 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/ad3579cf28fe/ Log:Easy fix diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py --- a/pypy/interpreter/mixedmodule.py +++

[pypy-commit] pypy default: Kill even the easy fix, add a test (thanks amaury)

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64855:ece10991099e Date: 2013-06-11 13:56 +0200 http://bitbucket.org/pypy/pypy/changeset/ece10991099e/ Log:Kill even the easy fix, add a test (thanks amaury) diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py

[pypy-commit] pypy default: try to be on the safe side

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64856:9e9835f0f54b Date: 2013-06-11 15:22 +0200 http://bitbucket.org/pypy/pypy/changeset/9e9835f0f54b/ Log:try to be on the safe side diff --git a/pypy/module/sys/app.py b/pypy/module/sys/app.py --- a/pypy/module/sys/app.py +++

[pypy-commit] stmgc default: in-progress

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r92:b30306fc8a86 Date: 2013-06-11 16:28 +0200 http://bitbucket.org/pypy/stmgc/changeset/b30306fc8a86/ Log:in-progress diff --git a/c4/et.c b/c4/et.c --- a/c4/et.c +++ b/c4/et.c @@ -35,6 +35,10 @@ return (P-h_revision ==

[pypy-commit] stmgc default: Fixes. Now I have a clear idea about which thread can change exactly

2013-06-11 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r93:2d0f4e06ce3a Date: 2013-06-11 22:49 +0200 http://bitbucket.org/pypy/stmgc/changeset/2d0f4e06ce3a/ Log:Fixes. Now I have a clear idea about which thread can change exactly which parts of which objects. diff --git

[pypy-commit] extradoc extradoc: py3k status update #11

2013-06-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: extradoc Changeset: r4975:bce4d23f15e1 Date: 2013-06-11 16:38 -0700 http://bitbucket.org/pypy/extradoc/changeset/bce4d23f15e1/ Log:py3k status update #11 diff --git a/blog/draft/py3k-status-update-11.rst

[pypy-commit] pypy py3k: merge default

2013-06-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64858:f1b58638d8bd Date: 2013-06-11 17:00 -0700 http://bitbucket.org/pypy/pypy/changeset/f1b58638d8bd/ Log:merge default diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++

[pypy-commit] pypy py3k: simplify

2013-06-11 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64859:391ba71b1425 Date: 2013-06-11 17:14 -0700 http://bitbucket.org/pypy/pypy/changeset/391ba71b1425/ Log:simplify diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++