Author: Armin Rigo
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
+++ b/pypy/module/sys
Author: Armin Rigo
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 a/pypy/module/imp/test/test_import.py
b/p
Author: Armin Rigo
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
--- a/pypy/interpreter/baseobjspace.py
+++
Author: Armin Rigo
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* module.
diff --git a
Author: Armin Rigo
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
--- a/pypy/module/i
Author: Armin Rigo
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
--- a/pypy/interpreter/baseobjspace.py
+++
Author: Armin Rigo
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
b/pypy/module/im
Author: Armin Rigo
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
+++ b/pypy/interpre
Author: Armin Rigo
Branch:
Changeset: r64853:337bb898c894
Date: 2013-06-11 13:37 +0200
http://bitbucket.org/pypy/pypy/changeset/337bb898c894/
Log:Skip the tests: these are new tests that should be fixed, as they
pass on CPython.
diff --git a/pypy/module/imp/test/test_app.py b/pypy/m
Author: Armin Rigo
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
--- a/pypy/in
Author: Armin Rigo
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
+++ b/pypy/module/sys/app.py
Author: Armin Rigo
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 == stm_private_rev_num) ||
Author: Armin Rigo
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 a/c4/doc-objects.txt b/c4/doc
Author: Philip Jenvey
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
b/blog/draft/py3k-status-update-11.rst
new file mode 1006
Author: Philip Jenvey
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
+++ b/lib_pypy/cffi/api.py
@@ -361,13 +3
Author: Philip Jenvey
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
+++ b/pypy/interpreter/error.p
16 matches
Mail list logo