[pypy-commit] pypy default: Fix reference count in PyString_InternInPlace()

2012-02-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52498:bb2eb64cc7e6 Date: 2012-02-15 09:04 +0100 http://bitbucket.org/pypy/pypy/changeset/bb2eb64cc7e6/ Log:Fix reference count in PyString_InternInPlace() diff --git a/pypy/module/cpyext/stringobject.py b/pypy/module/cpyext/stringobject.py -

[pypy-commit] pypy.org extradoc: add a linux64 sandboxed binary

2012-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r332:4a832215a7b5 Date: 2012-02-15 10:16 +0200 http://bitbucket.org/pypy/pypy.org/changeset/4a832215a7b5/ Log:add a linux64 sandboxed binary diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -92,7 +92,

[pypy-commit] pypy default: By default, --sandbox should not use asmgcc.

2012-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r52499:60e366cf4f99 Date: 2012-02-15 09:36 +0100 http://bitbucket.org/pypy/pypy/changeset/60e366cf4f99/ Log:By default, --sandbox should not use asmgcc. diff --git a/pypy/config/translationoption.py b/pypy/config/translationoption.py --- a/pypy/config/t

[pypy-commit] pypy.org extradoc: more downloads

2012-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: extradoc Changeset: r333:af9e055a1473 Date: 2012-02-15 10:48 +0200 http://bitbucket.org/pypy/pypy.org/changeset/af9e055a1473/ Log:more downloads diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -95,6 +95,7 @@ the result

[pypy-commit] pypy default: Add some more sign-extending instructions. Two of them were

2012-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r52500:02dc2f6160ee Date: 2012-02-15 09:48 +0100 http://bitbucket.org/pypy/pypy/changeset/02dc2f6160ee/ Log:Add some more sign-extending instructions. Two of them were already elsewhere in the list. diff --git a/pypy/translator/c/gcc/trackgcroot

[pypy-commit] pypy py3k: implement support for __traceback__ when raising exceptions. test_raise fully passes now :-)

2012-02-15 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52501:145994f7f8f9 Date: 2012-02-15 11:14 +0100 http://bitbucket.org/pypy/pypy/changeset/145994f7f8f9/ Log:implement support for __traceback__ when raising exceptions. test_raise fully passes now :-) diff --git a/pypy/interpreter/pyopcode

[pypy-commit] pypy py3k: kill XXX after discussion with armin on IRC, we don't care :-)

2012-02-15 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52502:1d322e23e812 Date: 2012-02-15 11:18 +0100 http://bitbucket.org/pypy/pypy/changeset/1d322e23e812/ Log:kill XXX after discussion with armin on IRC, we don't care :-) diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py ---

[pypy-commit] pypy py3k: use the official way to check whether an object is a valid traceback, and add a test

2012-02-15 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52503:5cee50641566 Date: 2012-02-15 11:24 +0100 http://bitbucket.org/pypy/pypy/changeset/5cee50641566/ Log:use the official way to check whether an object is a valid traceback, and add a test diff --git a/pypy/module/exceptions/interp_exc

[pypy-commit] pypy py3k: bah, we need to support both py3k and py2 bytecodes, for the flow objspace. Add a flag to the space, and check whether or not we need to support POP_EXCEPT

2012-02-15 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52504:c0a619c7c1db Date: 2012-02-15 12:31 +0100 http://bitbucket.org/pypy/pypy/changeset/c0a619c7c1db/ Log:bah, we need to support both py3k and py2 bytecodes, for the flow objspace. Add a flag to the space, and check whether or not we nee

[pypy-commit] pypy py3k: bump the pyc magic number; this should have been checked in with 3648ec4ef989

2012-02-15 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52505:b9d0fc485961 Date: 2012-02-15 15:01 +0100 http://bitbucket.org/pypy/pypy/changeset/b9d0fc485961/ Log:bump the pyc magic number; this should have been checked in with 3648ec4ef989 diff --git a/pypy/interpreter/pycode.py b/pypy/interp

[pypy-commit] pypy py3k: bah, confusion between applevel and interplevel None

2012-02-15 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52506:f3f032ce4cb2 Date: 2012-02-15 15:23 +0100 http://bitbucket.org/pypy/pypy/changeset/f3f032ce4cb2/ Log:bah, confusion between applevel and interplevel None diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py --- a/pypy/in

[pypy-commit] pypy py3k: w_None is a valid value to assign to __traceback__

2012-02-15 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52508:c1756f5aa63e Date: 2012-02-15 16:00 +0100 http://bitbucket.org/pypy/pypy/changeset/c1756f5aa63e/ Log:w_None is a valid value to assign to __traceback__ diff --git a/pypy/module/exceptions/interp_exceptions.py b/pypy/module/exceptions/inter

[pypy-commit] pypy py3k: kill sys.exc_clear(). Also kill OperationError.clear, which seems to be no longer used anywhere else now. I hope not to be wrong :-)

2012-02-15 Thread antocuni
Author: Antonio Cuni Branch: py3k Changeset: r52507:35c013f9b1a5 Date: 2012-02-15 15:44 +0100 http://bitbucket.org/pypy/pypy/changeset/35c013f9b1a5/ Log:kill sys.exc_clear(). Also kill OperationError.clear, which seems to be no longer used anywhere else now. I hope not to be wrong :-)

[pypy-commit] pypy ppc-jit-backend: use shadowstack and comment out compiler flags

2012-02-15 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52509:c5a74a6eb1ba Date: 2012-02-15 07:45 -0800 http://bitbucket.org/pypy/pypy/changeset/c5a74a6eb1ba/ Log:use shadowstack and comment out compiler flags diff --git a/pypy/jit/backend/ppc/test/test_ztranslation.py b/pypy/jit/backend/ppc/test

[pypy-commit] pypy ppc-jit-backend: add debug information

2012-02-15 Thread hager
Author: hager Branch: ppc-jit-backend Changeset: r52510:a60ef6f200f6 Date: 2012-02-15 07:46 -0800 http://bitbucket.org/pypy/pypy/changeset/a60ef6f200f6/ Log:add debug information diff --git a/pypy/jit/backend/ppc/codebuilder.py b/pypy/jit/backend/ppc/codebuilder.py --- a/pypy/jit/backend/pp

[pypy-commit] pypy default: Add a failing test.

2012-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r52511:51c1f7757f0d Date: 2012-02-15 17:03 +0100 http://bitbucket.org/pypy/pypy/changeset/51c1f7757f0d/ Log:Add a failing test. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/pypy/jit/backend/test/runner_

[pypy-commit] pypy raw-memory-pressure-nursery: jit should not see add_memory_pressure

2012-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: raw-memory-pressure-nursery Changeset: r52512:3a2a46ebcc58 Date: 2012-02-15 18:09 +0200 http://bitbucket.org/pypy/pypy/changeset/3a2a46ebcc58/ Log:jit should not see add_memory_pressure diff --git a/pypy/rlib/rgc.py b/pypy/rlib/rgc.py --- a/pypy/rlib/rgc.py

[pypy-commit] pypy default: Fix test_guard_not_invalidated_and_label on x86.

2012-02-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r52513:6529910d32cc Date: 2012-02-15 17:14 +0100 http://bitbucket.org/pypy/pypy/changeset/6529910d32cc/ Log:Fix test_guard_not_invalidated_and_label on x86. diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py --- a/

[pypy-commit] pypy raw-memory-pressure-nursery: pass another arg

2012-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: raw-memory-pressure-nursery Changeset: r52514:2c93b78cdc3c Date: 2012-02-15 18:15 +0200 http://bitbucket.org/pypy/pypy/changeset/2c93b78cdc3c/ Log:pass another arg diff --git a/pypy/rpython/llinterp.py b/pypy/rpython/llinterp.py --- a/pypy/rpython/llinterp.

[pypy-commit] pypy raw-memory-pressure-nursery: fix another obvious typo, why those tests run so long

2012-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: raw-memory-pressure-nursery Changeset: r52515:2f60c9f828db Date: 2012-02-15 18:31 +0200 http://bitbucket.org/pypy/pypy/changeset/2f60c9f828db/ Log:fix another obvious typo, why those tests run so long diff --git a/pypy/module/_hashlib/interp_hashlib.py b/p

[pypy-commit] pypy arm-backend-2: remove gcremovetypeptr from test_zrpy_gc

2012-02-15 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52516:081cae386918 Date: 2012-02-10 15:23 +0100 http://bitbucket.org/pypy/pypy/changeset/081cae386918/ Log:remove gcremovetypeptr from test_zrpy_gc diff --git a/pypy/jit/backend/arm/test/test_zrpy_gc.py b/pypy/jit/backend/arm/test/te

[pypy-commit] pypy arm-backend-2: implement and enable gcremovetypeptr support in the ARM backend

2012-02-15 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52519:b1614ce9d2cb Date: 2012-02-15 18:35 +0100 http://bitbucket.org/pypy/pypy/changeset/b1614ce9d2cb/ Log:implement and enable gcremovetypeptr support in the ARM backend diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/ba

[pypy-commit] pypy arm-backend-2: enable tests that check and require gcremovetypeptr

2012-02-15 Thread bivab
Author: David Schneider Branch: arm-backend-2 Changeset: r52518:70dd96853661 Date: 2012-02-15 11:22 +0100 http://bitbucket.org/pypy/pypy/changeset/70dd96853661/ Log:enable tests that check and require gcremovetypeptr diff --git a/pypy/jit/backend/arm/test/test_zrpy_gc.py b/pypy/jit/backend/

[pypy-commit] pypy backend-vector-ops: a test and a fix

2012-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52520:d484c26c1eee Date: 2012-02-15 19:54 +0200 http://bitbucket.org/pypy/pypy/changeset/d484c26c1eee/ Log:a test and a fix diff --git a/pypy/jit/metainterp/optimizeopt/test/test_vectorize.py b/pypy/jit/metainterp/optimizeopt

[pypy-commit] pypy backend-vector-ops: add a passing test

2012-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52521:f534ba1deb98 Date: 2012-02-15 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/f534ba1deb98/ Log:add a passing test diff --git a/pypy/jit/metainterp/optimizeopt/test/test_vectorize.py b/pypy/jit/metainterp/optimizeo

[pypy-commit] pypy backend-vector-ops: fix translation

2012-02-15 Thread fijal
Author: Maciej Fijalkowski Branch: backend-vector-ops Changeset: r52522:f83f761e3db5 Date: 2012-02-15 23:35 +0200 http://bitbucket.org/pypy/pypy/changeset/f83f761e3db5/ Log:fix translation diff --git a/pypy/jit/metainterp/optimizeopt/vectorize.py b/pypy/jit/metainterp/optimizeopt/vectorize.

[pypy-commit] pypy numpypy-out: most tests pass, translation demands assert to be removed later

2012-02-15 Thread mattip
Author: mattip Branch: numpypy-out Changeset: r52523:f5c2c9a63515 Date: 2012-02-15 23:42 +0200 http://bitbucket.org/pypy/pypy/changeset/f5c2c9a63515/ Log:most tests pass, translation demands assert to be removed later diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micro

[pypy-commit] pypy default: cpyext: implement PySet_Pop(), PySet_Clear()

2012-02-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52524:176ba45b109b Date: 2012-02-15 18:50 +0100 http://bitbucket.org/pypy/pypy/changeset/176ba45b109b/ Log:cpyext: implement PySet_Pop(), PySet_Clear() diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyex

[pypy-commit] pypy default: cpyext: Expose more fields of Py_buffer, if someone wants to use them...

2012-02-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52525:5dba8347e4d2 Date: 2012-02-15 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/5dba8347e4d2/ Log:cpyext: Expose more fields of Py_buffer, if someone wants to use them... diff --git a/pypy/module/cpyext/api.py b/pypy/module/c

[pypy-commit] pypy default: cpyext: add PyUnicode_FromOrdinal()

2012-02-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52526:8fa0802a2488 Date: 2012-02-15 19:08 +0100 http://bitbucket.org/pypy/pypy/changeset/8fa0802a2488/ Log:cpyext: add PyUnicode_FromOrdinal() diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test/test_unicodeo

[pypy-commit] pypy default: cpyext: Implement PyDictProxy_New(), as a read-only dict.

2012-02-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52528:94882d5e1677 Date: 2012-02-15 22:06 +0100 http://bitbucket.org/pypy/pypy/changeset/94882d5e1677/ Log:cpyext: Implement PyDictProxy_New(), as a read-only dict. I don't know if there is a better way; PyPy does not have a separate t

[pypy-commit] pypy default: cpyext: implement PyThreadState_GetDict()

2012-02-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52527:4a55cbff44eb Date: 2012-02-15 21:24 +0100 http://bitbucket.org/pypy/pypy/changeset/4a55cbff44eb/ Log:cpyext: implement PyThreadState_GetDict() diff --git a/pypy/module/cpyext/include/pystate.h b/pypy/module/cpyext/include/pystate.h ---

[pypy-commit] pypy default: Translation fixes in the Oracle module.

2012-02-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52529:a2dfde172fca Date: 2012-02-15 23:47 +0100 http://bitbucket.org/pypy/pypy/changeset/a2dfde172fca/ Log:Translation fixes in the Oracle module. diff --git a/pypy/module/oracle/interp_error.py b/pypy/module/oracle/interp_error.py --- a/pyp

[pypy-commit] pypy default: make checkmodule.py pass with module/oracle.

2012-02-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52530:24b5057ce497 Date: 2012-02-15 23:49 +0100 http://bitbucket.org/pypy/pypy/changeset/24b5057ce497/ Log:make checkmodule.py pass with module/oracle. diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py --- a/pypy/ob

[pypy-commit] pypy numpypy-out: force non-lazy behaviour for ufuncs

2012-02-15 Thread mattip
Author: mattip Branch: numpypy-out Changeset: r52532:481d17327eeb Date: 2012-02-16 00:56 +0200 http://bitbucket.org/pypy/pypy/changeset/481d17327eeb/ Log:force non-lazy behaviour for ufuncs diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py ---

[pypy-commit] pypy numpypy-out: all pre-out_arg tests pass

2012-02-15 Thread mattip
Author: mattip Branch: numpypy-out Changeset: r52531:e3b7e88090b8 Date: 2012-02-15 23:58 +0200 http://bitbucket.org/pypy/pypy/changeset/e3b7e88090b8/ Log:all pre-out_arg tests pass diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py --- a/pypy/m

[pypy-commit] pypy default: Fix translation

2012-02-15 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r52533:f272bf10ef94 Date: 2012-02-16 00:17 +0100 http://bitbucket.org/pypy/pypy/changeset/f272bf10ef94/ Log:Fix translation diff --git a/pypy/module/cpyext/pystate.py b/pypy/module/cpyext/pystate.py --- a/pypy/module/cpyext/pystate.py +++ b/py

[pypy-commit] Notification: pypy

2012-02-15 Thread Bitbucket
You have received a notification from p01197. Hi, I forked pypy. My fork is at https://bitbucket.org/p01197/pypy. -- Disable notifications at https://bitbucket.org/account/notifications/ ___ pypy-commit mailing list pypy-commit@python.org http://mail.py