[pypy-commit] pypy py3k: hg merge

2013-03-01 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61897:86f0a4a1237f Date: 2013-03-01 18:07 +0100 http://bitbucket.org/pypy/pypy/changeset/86f0a4a1237f/ Log:hg merge diff --git a/lib-python/3.2/test/test_imp.py b/lib-python/3.2/test/test_imp.py --- a/lib-python/3.2/test/test_imp.py +++ b/lib-pyth

[pypy-commit] pypy py3k: Implement release() and context manager protocol on memoryview.

2013-03-01 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61895:11b581d8503f Date: 2013-03-01 12:54 +0100 http://bitbucket.org/pypy/pypy/changeset/11b581d8503f/ Log:Implement release() and context manager protocol on memoryview. diff --git a/pypy/module/__builtin__/interp_memoryview.py b/pypy/module/__b

[pypy-commit] pypy refactor-translator: Fix rpython/translator/c/test/test_rtagged.py.

2013-03-01 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61893:2b254eb61df4 Date: 2013-02-27 17:05 +0100 http://bitbucket.org/pypy/pypy/changeset/2b254eb61df4/ Log:Fix rpython/translator/c/test/test_rtagged.py. diff --git a/rpython/translator/c/test/test_rtagged.py b/rpython/translator/c

[pypy-commit] pypy refactor-translator: Fix rpython/translator/c/test/test_newgc.py.

2013-03-01 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61892:0ad97e3b96ef Date: 2013-02-27 17:04 +0100 http://bitbucket.org/pypy/pypy/changeset/0ad97e3b96ef/ Log:Fix rpython/translator/c/test/test_newgc.py. diff --git a/rpython/translator/c/test/test_newgc.py b/rpython/translator/c/tes

[pypy-commit] pypy py3k: PyPy raises TypeError instead of ValueError here.

2013-03-01 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k Changeset: r61896:9f1bcd8fadc8 Date: 2013-03-01 13:46 +0100 http://bitbucket.org/pypy/pypy/changeset/9f1bcd8fadc8/ Log:PyPy raises TypeError instead of ValueError here. diff --git a/lib-python/3.2/test/test_memoryview.py b/lib-python/3.2/test/test_memoryview

[pypy-commit] pypy refactor-translator: Fix rpython/translator/c/test/test_standalone.py.

2013-03-01 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-translator Changeset: r61894:2bfaaa21b44b Date: 2013-02-27 17:11 +0100 http://bitbucket.org/pypy/pypy/changeset/2bfaaa21b44b/ Log:Fix rpython/translator/c/test/test_standalone.py. diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --

[pypy-commit] pypy py3k: 64bit translation fix

2013-03-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61891:b4a002fda4cc Date: 2013-03-01 08:58 -0800 http://bitbucket.org/pypy/pypy/changeset/b4a002fda4cc/ Log:64bit translation fix diff --git a/pypy/module/_codecs/locale.py b/pypy/module/_codecs/locale.py --- a/pypy/module/_codecs/locale.py +++ b

[pypy-commit] lang-smalltalk default: removed unused method #step in Interpreter

2013-03-01 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r113:859f20a13015 Date: 2013-03-01 17:57 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/859f20a13015/ Log:removed unused method #step in Interpreter removed 'if False:' branch in ContextPartShadow._sendSelector diff --git a/spyvm/

[pypy-commit] lang-smalltalk default: refactored the interpreter to use the c stack when building contexts

2013-03-01 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r112:785411941697 Date: 2013-03-01 17:52 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/785411941697/ Log:refactored the interpreter to use the c stack when building contexts there is (at least one) problem with the jit generation.

[pypy-commit] lang-smalltalk default: refactored marking a context as returned from

2013-03-01 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r111:f722db172868 Date: 2013-03-01 17:49 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/f722db172868/ Log:refactored marking a context as returned from diff --git a/spyvm/interpreter.py b/spyvm/interpreter.py --- a/spyvm/interpreter.py ++

[pypy-commit] pypy default: Test and fix for checkmodule() failing to follow all possible paths.

2013-03-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r61890:e61ccf099ed1 Date: 2013-03-01 17:29 +0100 http://bitbucket.org/pypy/pypy/changeset/e61ccf099ed1/ Log:Test and fix for checkmodule() failing to follow all possible paths. diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py

[pypy-commit] pypy gc-del: Kill confusing comment. Adapt the title.

2013-03-01 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r61888:bd62f18fc79d Date: 2013-03-01 14:28 +0100 http://bitbucket.org/pypy/pypy/changeset/bd62f18fc79d/ Log:Kill confusing comment. Adapt the title. diff --git a/pypy/doc/discussion/finalizer-order.rst b/pypy/doc/discussion/finalizer-order.rst --

[pypy-commit] pypy gc-del: A branch in which the __del__() are called after only one major collection

2013-03-01 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r61887:84efc0ef06d8 Date: 2013-03-01 12:02 +0100 http://bitbucket.org/pypy/pypy/changeset/84efc0ef06d8/ Log:A branch in which the __del__() are called after only one major collection even if they are objects with references to each other.

[pypy-commit] pypy gc-del: Document a possible memory leak.

2013-03-01 Thread arigo
Author: Armin Rigo Branch: gc-del Changeset: r61889:103e6ebbc9c2 Date: 2013-03-01 15:04 +0100 http://bitbucket.org/pypy/pypy/changeset/103e6ebbc9c2/ Log:Document a possible memory leak. diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/arra

[pypy-commit] pypy py3k: translation fix

2013-03-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61886:b6955ddd076c Date: 2013-03-01 00:33 -0800 http://bitbucket.org/pypy/pypy/changeset/b6955ddd076c/ Log:translation fix diff --git a/pypy/module/_codecs/locale.py b/pypy/module/_codecs/locale.py --- a/pypy/module/_codecs/locale.py +++ b/pypy/

[pypy-commit] pypy py3k: fix translation

2013-03-01 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r61885:6f29a9528d54 Date: 2013-03-01 00:04 -0800 http://bitbucket.org/pypy/pypy/changeset/6f29a9528d54/ Log:fix translation diff --git a/pypy/module/_codecs/locale.py b/pypy/module/_codecs/locale.py --- a/pypy/module/_codecs/locale.py +++ b/pypy/