[pypy-commit] pypy default: because we try harder to find stdlib, goal_dir is not in sys.path in this case

2013-05-17 Thread bivab
Author: David Schneider Branch: Changeset: r64244:00cec60f096e Date: 2013-05-17 10:04 +0200 http://bitbucket.org/pypy/pypy/changeset/00cec60f096e/ Log:because we try harder to find stdlib, goal_dir is not in sys.path in this case diff --git a/pypy/interpreter/test/test_app_main.py

[pypy-commit] pypy remove-array-smm: reclose branch fixed on default

2013-05-17 Thread mattip
Author: Matti Picus Branch: remove-array-smm Changeset: r64245:455dc44f6b29 Date: 2013-05-16 23:18 +0300 http://bitbucket.org/pypy/pypy/changeset/455dc44f6b29/ Log:reclose branch fixed on default ___ pypy-commit mailing list [email protected]

[pypy-commit] pypy closed-branches: merge closed branch into closed-branches

2013-05-17 Thread mattip
Author: Matti Picus Branch: closed-branches Changeset: r64246:d39a1ddf7fd0 Date: 2013-05-16 23:25 +0300 http://bitbucket.org/pypy/pypy/changeset/d39a1ddf7fd0/ Log:merge closed branch into closed-branches ___ pypy-commit mailing list pypy-commit@pyt

[pypy-commit] pypy numpy-subarrays: simplify assertion, still trying to work out why it is necessary for translation

2013-05-17 Thread mattip
Author: Matti Picus Branch: numpy-subarrays Changeset: r64247:e08dfdfdcfbe Date: 2013-05-17 11:24 +0300 http://bitbucket.org/pypy/pypy/changeset/e08dfdfdcfbe/ Log:simplify assertion, still trying to work out why it is necessary for translation diff --git a/pypy/module/micronumpy/inte

[pypy-commit] pypy numpy-subarrays: test, implement numpy-comatible base attribute

2013-05-17 Thread mattip
Author: Matti Picus Branch: numpy-subarrays Changeset: r64248:ca3ad0ac48d3 Date: 2013-05-17 12:00 +0300 http://bitbucket.org/pypy/pypy/changeset/ca3ad0ac48d3/ Log:test, implement numpy-comatible base attribute diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/inte

[pypy-commit] pypy remove-dict-smm: hg merge default

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64250:73e4f8cf4839 Date: 2013-05-17 11:25 +0200 http://bitbucket.org/pypy/pypy/changeset/73e4f8cf4839/ Log:hg merge default diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -47,7 +47,7 @@

[pypy-commit] pypy remove-dict-smm: Fix translation.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64249:aeb9cb3101c1 Date: 2013-05-17 11:24 +0200 http://bitbucket.org/pypy/pypy/changeset/aeb9cb3101c1/ Log:Fix translation. diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py --- a/pypy/objspace/st

[pypy-commit] pypy remove-dict-smm: Fix translation.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64251:ebe7cb75112a Date: 2013-05-17 11:56 +0200 http://bitbucket.org/pypy/pypy/changeset/ebe7cb75112a/ Log:Fix translation. diff --git a/pypy/objspace/std/marshal_impl.py b/pypy/objspace/std/marshal_impl.py --- a/pypy/objspace/std/mars

[pypy-commit] pypy remove-dict-smm: Fix __length__hint__ of dict iterators.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64252:72ed81f0b566 Date: 2013-05-17 13:45 +0200 http://bitbucket.org/pypy/pypy/changeset/72ed81f0b566/ Log:Fix __length__hint__ of dict iterators. diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py

[pypy-commit] pypy remove-dict-smm: Document branch.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64253:984b24ea8403 Date: 2013-05-17 13:52 +0200 http://bitbucket.org/pypy/pypy/changeset/984b24ea8403/ Log:Document branch. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy

[pypy-commit] pypy remove-dict-smm: Remove W_BaseDictMultiIterObject's typedef.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64254:5e13749f21f6 Date: 2013-05-17 13:58 +0200 http://bitbucket.org/pypy/pypy/changeset/5e13749f21f6/ Log:Remove W_BaseDictMultiIterObject's typedef. diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobjec

[pypy-commit] pypy remove-dict-smm: fix

2013-05-17 Thread fijal
Author: Maciej Fijalkowski Branch: remove-dict-smm Changeset: r64255:a47264323c6e Date: 2013-05-17 14:31 +0200 http://bitbucket.org/pypy/pypy/changeset/a47264323c6e/ Log:fix diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/w

[pypy-commit] lang-js default: implemented [].lastIndexOf

2013-05-17 Thread andrewsmedina
Author: Andrews Medina Branch: Changeset: r382:b90fd00e0981 Date: 2013-05-17 00:41 -0300 http://bitbucket.org/pypy/lang-js/changeset/b90fd00e0981/ Log:implemented [].lastIndexOf diff --git a/js/builtins/array.py b/js/builtins/array.py --- a/js/builtins/array.py +++ b/js/builtins/array.py @@

[pypy-commit] pypy remove-dict-smm: Make space.unwrap call w_obj.unwrap(space) on W_Root which returns w_obj by default.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64256:b93bb30957b8 Date: 2013-05-17 14:50 +0200 http://bitbucket.org/pypy/pypy/changeset/b93bb30957b8/ Log:Make space.unwrap call w_obj.unwrap(space) on W_Root which returns w_obj by default. diff --git a/pypy/interpreter/baseob

[pypy-commit] pypy default: crucial clarification

2013-05-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r64257:cd4858fb3522 Date: 2013-05-17 15:08 +0200 http://bitbucket.org/pypy/pypy/changeset/cd4858fb3522/ Log:crucial clarification diff --git a/pypy/doc/how-to-contribute.rst b/pypy/doc/how-to-contribute.rst --- a/pypy/doc/how-to-contribute.rst +

[pypy-commit] pypy numpy-subarrays: fix VoidType. When not part of a RecordType it simply expands a new ndarray by its shape, using base type

2013-05-17 Thread mattip
Author: Matti Picus Branch: numpy-subarrays Changeset: r64258:12e7922e4209 Date: 2013-05-17 16:15 +0300 http://bitbucket.org/pypy/pypy/changeset/12e7922e4209/ Log:fix VoidType. When not part of a RecordType it simply expands a new ndarray by its shape, using base type diff --git a/py

[pypy-commit] pypy remove-list-smm-2: Remove list from multi-method table.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64260:7fa96304949d Date: 2013-05-17 15:30 +0200 http://bitbucket.org/pypy/pypy/changeset/7fa96304949d/ Log:Remove list from multi-method table. diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/

[pypy-commit] pypy default: hg merge remove-dict-smm

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r64264:3f055112fae9 Date: 2013-05-17 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/3f055112fae9/ Log:hg merge remove-dict-smm diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/wh

[pypy-commit] pypy remove-list-smm-2: Make descr_new a static method of W_ListObject.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64261:c04f0bd7bbd5 Date: 2013-05-17 15:36 +0200 http://bitbucket.org/pypy/pypy/changeset/c04f0bd7bbd5/ Log:Make descr_new a static method of W_ListObject. diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py

[pypy-commit] pypy remove-list-smm-2: IN-PROGRESS: Translation fixes.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64262:cfa9aa3a362f Date: 2013-05-17 16:12 +0200 http://bitbucket.org/pypy/pypy/changeset/cfa9aa3a362f/ Log:IN-PROGRESS: Translation fixes. diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objsp

[pypy-commit] pypy remove-dict-smm: Close to-be-merged branch.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64263:aef4a8f5b877 Date: 2013-05-17 16:21 +0200 http://bitbucket.org/pypy/pypy/changeset/aef4a8f5b877/ Log:Close to-be-merged branch. ___ pypy-commit mailing list [email protected] http:/

[pypy-commit] buildbot default: add ubuntu/raring cross-translation builder

2013-05-17 Thread bivab
Author: David Schneider Branch: Changeset: r821:0eed6be4f9e9 Date: 2013-05-17 16:50 +0200 http://bitbucket.org/pypy/buildbot/changeset/0eed6be4f9e9/ Log:add ubuntu/raring cross-translation builder diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.py --- a/bot2/pypy

[pypy-commit] pypy numpy-subarrays: Add a test for multidimensional subarrays

2013-05-17 Thread rguillebert
Author: Romain Guillebert Branch: numpy-subarrays Changeset: r64265:b2014e32f383 Date: 2013-05-17 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/b2014e32f383/ Log:Add a test for multidimensional subarrays diff --git a/pypy/module/micronumpy/test/test_numarray.py b/pypy/module/micronum

[pypy-commit] pypy remove-list-smm-2: Make list marshallable again.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64266:9772bc95964e Date: 2013-05-17 16:49 +0200 http://bitbucket.org/pypy/pypy/changeset/9772bc95964e/ Log:Make list marshallable again. diff --git a/pypy/objspace/std/marshal_impl.py b/pypy/objspace/std/marshal_impl.py --- a/pypy/ob

[pypy-commit] pypy remove-list-smm-2: Fix translation.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64267:282807104b80 Date: 2013-05-17 16:59 +0200 http://bitbucket.org/pypy/pypy/changeset/282807104b80/ Log:Fix translation. diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py --- a/pypy/objspace/std/listobj

[pypy-commit] buildbot default: do not trigger the app-level tests for the no-jit armel build

2013-05-17 Thread bivab
Author: David Schneider Branch: Changeset: r822:b52c1ec7179b Date: 2013-05-17 18:32 +0200 http://bitbucket.org/pypy/buildbot/changeset/b52c1ec7179b/ Log:do not trigger the app-level tests for the no-jit armel build diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.

[pypy-commit] lang-smalltalk default: changed ContextShadow printing to print temp and args as well as stack

2013-05-17 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r396:bd9f294aae93 Date: 2013-05-17 18:57 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/bd9f294aae93/ Log:changed ContextShadow printing to print temp and args as well as stack diff --git a/spyvm/shadow.py b/spyvm/shadow.py --- a/

[pypy-commit] pypy default: add missing __sub__ to viewitems/keys and kill the set like methods from

2013-05-17 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r64271:32dd588a5e23 Date: 2013-05-17 16:41 -0700 http://bitbucket.org/pypy/pypy/changeset/32dd588a5e23/ Log:add missing __sub__ to viewitems/keys and kill the set like methods from viewvalues which aren't supported diff --git a/pypy/objspace/

[pypy-commit] pypy remove-list-smm-2: Fix test_liststrategies.

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64272:ff9008f4506d Date: 2013-05-17 20:49 +0200 http://bitbucket.org/pypy/pypy/changeset/ff9008f4506d/ Log:Fix test_liststrategies. diff --git a/pypy/objspace/std/test/test_liststrategies.py b/pypy/objspace/std/test/test_liststrategi

[pypy-commit] pypy remove-list-smm-2: Remove TestW_StdObjSpace.test_multimethods_defined_on().

2013-05-17 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64273:75fc01ea9e92 Date: 2013-05-17 20:52 +0200 http://bitbucket.org/pypy/pypy/changeset/75fc01ea9e92/ Log:Remove TestW_StdObjSpace.test_multimethods_defined_on(). diff --git a/pypy/objspace/std/test/test_stdobjspace.py b/pypy/objspa