You have received a notification from Benjamin Peterson.
Hi, I forked pypy. My fork is at https://bitbucket.org/gutworth/pypy3k.
--
Disable notifications at https://bitbucket.org/account/notifications/
___
pypy-commit mailing list
[email protected]
Author: Carl Friedrich Bolz
Branch:
Changeset: r47264:0721688d084e
Date: 2011-09-14 16:21 +0200
http://bitbucket.org/pypy/pypy/changeset/0721688d084e/
Log:remove outdated comment
diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py
--- a/pypy/objspace/std/mapdict.py
+++
Author: Armin Rigo
Branch:
Changeset: r47266:41f4e43f9c4f
Date: 2011-09-14 14:20 +0200
http://bitbucket.org/pypy/pypy/changeset/41f4e43f9c4f/
Log:Rename start_state -> global_state
diff --git a/pypy/module/_continuation/interp_continuation.py
b/pypy/module/_continuation/interp_continuation
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47267:b9c6f30776c0
Date: 2011-09-14 14:24 +0200
http://bitbucket.org/pypy/pypy/changeset/b9c6f30776c0/
Log:hg merge default
diff --git a/pypy/module/_continuation/interp_continuation.py
b/pypy/module/_continuation/interp_continuation.
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47268:e85840b1268d
Date: 2011-09-14 17:36 +0200
http://bitbucket.org/pypy/pypy/changeset/e85840b1268d/
Log:Refactoring: replace the dummy_pycode with a real one that contains
the start-up logic. Should be easier to pickle.
diff
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47269:13c72872925a
Date: 2011-09-14 17:37 +0200
http://bitbucket.org/pypy/pypy/changeset/13c72872925a/
Log:Unused import.
diff --git a/pypy/module/_continuation/interp_continuation.py
b/pypy/module/_continuation/interp_continuation.py
Author: Armin Rigo
Branch:
Changeset: r47270:dfae5033127e
Date: 2011-09-14 18:23 +0200
http://bitbucket.org/pypy/pypy/changeset/dfae5033127e/
Log:merge heads
diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py
--- a/pypy/objspace/std/mapdict.py
+++ b/pypy/objspace/std/m
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47265:b848465e6cae
Date: 2011-09-14 14:18 +0200
http://bitbucket.org/pypy/pypy/changeset/b848465e6cae/
Log:hg merge default
diff --git a/lib-python/2.7/ssl.py b/lib-python/2.7/ssl.py
--- a/lib-python/2.7/ssl.py
+++ b/lib-python/2.7/ssl
Author: Alex Gaynor
Branch: unroll-if-alt
Changeset: r47271:a16809d0db00
Date: 2011-09-14 11:17 -0400
http://bitbucket.org/pypy/pypy/changeset/a16809d0db00/
Log:merged default.
diff --git a/lib-python/2.7/ssl.py b/lib-python/2.7/ssl.py
--- a/lib-python/2.7/ssl.py
+++ b/lib-python/2.7/ssl.py
Author: Alex Gaynor
Branch: unroll-if-alt
Changeset: r47272:238b94fd721c
Date: 2011-09-14 11:18 -0400
http://bitbucket.org/pypy/pypy/changeset/238b94fd721c/
Log:merged improve-heap-cache-tracing in, so that I can make sure it
works.
diff --git a/pypy/jit/metainterp/heapcache.py b/pyp
Author: Alex Gaynor
Branch: unroll-if-alt
Changeset: r47273:42daaab99f83
Date: 2011-09-14 14:26 -0400
http://bitbucket.org/pypy/pypy/changeset/42daaab99f83/
Log:fix some merge failures.
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_optimizebasic.py
b/pypy/jit/metainterp/optimizeopt
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47275:fae2526c2764
Date: 2011-09-14 20:55 +0200
http://bitbucket.org/pypy/pypy/changeset/fae2526c2764/
Log:Yay! The first tests pass.
diff --git a/pypy/module/_continuation/interp_continuation.py
b/pypy/module/_continuation/interp_con
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47276:b1917be98364
Date: 2011-09-14 20:55 +0200
http://bitbucket.org/pypy/pypy/changeset/b1917be98364/
Log:Revert this check. It seems that w_globals cannot and should not be
null.
diff --git a/pypy/interpreter/pyframe.py b/pyp
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47278:1f82c034af3e
Date: 2011-09-14 21:32 +0200
http://bitbucket.org/pypy/pypy/changeset/1f82c034af3e/
Log:Tests pass.
diff --git a/pypy/module/_continuation/interp_continuation.py
b/pypy/module/_continuation/interp_continuation.py
--
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47274:ea97f442a1f2
Date: 2011-09-14 20:54 +0200
http://bitbucket.org/pypy/pypy/changeset/ea97f442a1f2/
Log:Improve the DEBUG checks. Add a test that checks that we don't
accidentally check-in DEBUG=True.
diff --git a/pypy/rlib/
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47277:4f008a29d7ff
Date: 2011-09-14 20:58 +0200
http://bitbucket.org/pypy/pypy/changeset/4f008a29d7ff/
Log:Fix.
diff --git a/pypy/module/_continuation/interp_continuation.py
b/pypy/module/_continuation/interp_continuation.py
--- a/pyp
Author: Armin Rigo
Branch: continulet-pickle
Changeset: r47279:46308e5543ff
Date: 2011-09-14 21:50 +0200
http://bitbucket.org/pypy/pypy/changeset/46308e5543ff/
Log:Finished pickling :-)
diff --git a/pypy/module/_continuation/interp_pickle.py
b/pypy/module/_continuation/interp_pickle.py
---
17 matches
Mail list logo