[pypy-commit] lang-smalltalk default: fixed test_in_squeak_4_5_image by saving some module variables which might change due to re-including in other tests in global variables (space, interp)

2013-05-15 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r384:d17bd059e09a Date: 2013-05-15 09:18 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/d17bd059e09a/ Log:fixed test_in_squeak_4_5_image by saving some module variables which might change due to

[pypy-commit] pypy default: This fast path is not any faster than the explicit loop below.

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64112:c21a13690662 Date: 2013-05-15 10:11 +0200 http://bitbucket.org/pypy/pypy/changeset/c21a13690662/ Log:This fast path is not any faster than the explicit loop below. diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py ---

[pypy-commit] lang-js default: fixed [].sort() and obj.put behaviour.

2013-05-15 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r379:d3e475feac0c Date: 2013-05-13 00:49 -0300 http://bitbucket.org/pypy/lang-js/changeset/d3e475feac0c/ Log:fixed [].sort() and obj.put behaviour. diff --git a/test/test_array.py b/test/test_array.py --- a/test/test_array.py

[pypy-commit] lang-js default: implemented [].indexOf and [].forEach

2013-05-15 Thread andrewsmedina
Author: Andrews Medina andrewsmed...@gmail.com Branch: Changeset: r381:bf3bd88b2861 Date: 2013-05-15 01:29 -0300 http://bitbucket.org/pypy/lang-js/changeset/bf3bd88b2861/ Log:implemented [].indexOf and [].forEach diff --git a/js/builtins/array.py b/js/builtins/array.py ---

[pypy-commit] pypy default: Like CPython, avoid returning negative numbers in id(). We might

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64113:86a56a160503 Date: 2013-05-15 10:29 +0200 http://bitbucket.org/pypy/pypy/changeset/86a56a160503/ Log:Like CPython, avoid returning negative numbers in id(). We might still return negative numbers for id() of

[pypy-commit] pypy default: import test_del to arm

2013-05-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64114:a16942418e07 Date: 2013-05-15 10:08 +0200 http://bitbucket.org/pypy/pypy/changeset/a16942418e07/ Log:import test_del to arm diff --git a/rpython/jit/backend/x86/test/test_del.py

[pypy-commit] pypy default: import test_dict to arm

2013-05-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64115:1f6df60dfe27 Date: 2013-05-15 10:12 +0200 http://bitbucket.org/pypy/pypy/changeset/1f6df60dfe27/ Log:import test_dict to arm diff --git a/rpython/jit/backend/x86/test/test_dict.py

[pypy-commit] pypy default: import test_quasiimmut to arm

2013-05-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64116:e455c2b1a392 Date: 2013-05-15 10:37 +0200 http://bitbucket.org/pypy/pypy/changeset/e455c2b1a392/ Log:import test_quasiimmut to arm diff --git a/rpython/jit/backend/x86/test/test_quasiimmut.py

[pypy-commit] pypy default: import test_rawmem to arm

2013-05-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64117:c380fde95d2f Date: 2013-05-15 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/c380fde95d2f/ Log:import test_rawmem to arm diff --git a/rpython/jit/backend/x86/test/test_rawmem.py

[pypy-commit] pypy default: merge heads

2013-05-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64118:e980bdaef1cb Date: 2013-05-15 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/e980bdaef1cb/ Log:merge heads diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy release-2.0.x: Like CPython, avoid returning negative numbers in id(). We might

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.0.x Changeset: r64119:128e78d6a11a Date: 2013-05-15 10:29 +0200 http://bitbucket.org/pypy/pypy/changeset/128e78d6a11a/ Log:Like CPython, avoid returning negative numbers in id(). We might still return negative numbers for id() of

[pypy-commit] pypy callback-stacklet: A branch to attempt to fix stacklets in the presence of C callbacks.

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: callback-stacklet Changeset: r64120:99f39bca4c09 Date: 2013-05-15 10:14 +0200 http://bitbucket.org/pypy/pypy/changeset/99f39bca4c09/ Log:A branch to attempt to fix stacklets in the presence of C callbacks.

[pypy-commit] pypy callback-stacklet: Add a test with a C callback. It works on shadowstack but fails on asmgcc.

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: callback-stacklet Changeset: r64121:de418ba565b4 Date: 2013-05-15 11:22 +0200 http://bitbucket.org/pypy/pypy/changeset/de418ba565b4/ Log:Add a test with a C callback. It works on shadowstack but fails on asmgcc. diff --git

[pypy-commit] lang-smalltalk default: renamed 4_5 image test to be executed last

2013-05-15 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r386:c3327f072a4f Date: 2013-05-15 11:19 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/c3327f072a4f/ Log:renamed 4_5 image test to be executed last diff --git a/spyvm/test/test_in_squeak_4_5_image.py

[pypy-commit] lang-smalltalk default: fix for tests when exectued on pypy

2013-05-15 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r387:ab85ac96fff8 Date: 2013-05-15 09:39 + http://bitbucket.org/pypy/lang-smalltalk/changeset/ab85ac96fff8/ Log:fix for tests when exectued on pypy diff --git a/spyvm/test/test_model.py b/spyvm/test/test_model.py ---

[pypy-commit] lang-smalltalk default: unrolled some of the changes to test_bootstrapped

2013-05-15 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r388:d03aebb38b8d Date: 2013-05-15 11:43 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/d03aebb38b8d/ Log:unrolled some of the changes to test_bootstrapped diff --git a/spyvm/test/test_bootstrappedimage.py

[pypy-commit] pypy default: make this test read from a word-aligned location

2013-05-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64122:04721409e7a3 Date: 2013-05-15 12:47 +0200 http://bitbucket.org/pypy/pypy/changeset/04721409e7a3/ Log:make this test read from a word-aligned location diff --git a/rpython/jit/metainterp/test/test_rawmem.py

[pypy-commit] pypy default: import some more tests

2013-05-15 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: Changeset: r64124:eebf90f8ca5e Date: 2013-05-15 13:02 +0200 http://bitbucket.org/pypy/pypy/changeset/eebf90f8ca5e/ Log:import some more tests diff --git a/rpython/jit/backend/x86/test/test_slist.py

[pypy-commit] pypy callback-stacklet: in-progress

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: callback-stacklet Changeset: r64125:43633e9da628 Date: 2013-05-15 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/43633e9da628/ Log:in-progress diff --git a/rpython/memory/gctransform/asmgcroot.py b/rpython/memory/gctransform/asmgcroot.py ---

[pypy-commit] lang-smalltalk default: deactivated someInstance, nextInstance tests for now, because they seem to stop the execution on ci

2013-05-15 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r389:852cfcb1edc3 Date: 2013-05-15 13:52 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/852cfcb1edc3/ Log:deactivated someInstance, nextInstance tests for now, because they seem to stop the execution on ci

[pypy-commit] pypy remove-set-smm: Remove all non-operator SMMs of set/frozenset. Own tests / translation / CPython's tests work.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64126:a6c689102654 Date: 2013-05-15 10:43 +0200 http://bitbucket.org/pypy/pypy/changeset/a6c689102654/ Log:Remove all non-operator SMMs of set/frozenset. Own tests / translation / CPython's tests work. diff --git

[pypy-commit] pypy remove-set-smm: Move (frozen)set's allocators into W_(Frozen)SetObject.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64128:d43e12bcb53a Date: 2013-05-15 11:06 +0200 http://bitbucket.org/pypy/pypy/changeset/d43e12bcb53a/ Log:Move (frozen)set's allocators into W_(Frozen)SetObject. diff --git a/pypy/objspace/std/setobject.py

[pypy-commit] pypy remove-set-smm: Move frozenset's hash method into W_FrozensetObject.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64127:4ccda5e55e38 Date: 2013-05-15 11:00 +0200 http://bitbucket.org/pypy/pypy/changeset/4ccda5e55e38/ Log:Move frozenset's hash method into W_FrozensetObject. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py

[pypy-commit] pypy remove-set-smm: Remove set.__iter__ multi-method.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64130:7ff94598f1e2 Date: 2013-05-15 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/7ff94598f1e2/ Log:Remove set.__iter__ multi-method. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Remove set.__len__ multi-method.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64129:6f5738129e7b Date: 2013-05-15 11:12 +0200 http://bitbucket.org/pypy/pypy/changeset/6f5738129e7b/ Log:Remove set.__len__ multi-method. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Remove set.__contains__ multi-method.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64131:676ca89b400f Date: 2013-05-15 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/676ca89b400f/ Log:Remove set.__contains__ multi-method. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Remove set.__repr__ multi-method.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64132:c19c1e7f2798 Date: 2013-05-15 11:22 +0200 http://bitbucket.org/pypy/pypy/changeset/c19c1e7f2798/ Log:Remove set.__repr__ multi-method. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Remove set.__and__ multi-method.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64133:166b0bd43694 Date: 2013-05-15 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/166b0bd43694/ Log:Remove set.__and__ multi-method. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Change comment. Move descr_repr up.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64134:f0181cff601c Date: 2013-05-15 11:28 +0200 http://bitbucket.org/pypy/pypy/changeset/f0181cff601c/ Log:Change comment. Move descr_repr up. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Remove set.__sub__ multi-method.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64137:16d1f0e926fa Date: 2013-05-15 11:36 +0200 http://bitbucket.org/pypy/pypy/changeset/16d1f0e926fa/ Log:Remove set.__sub__ multi-method. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Remove set.__or__ multi-method.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64135:6f82bbbacb6b Date: 2013-05-15 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/6f82bbbacb6b/ Log:Remove set.__or__ multi-method. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Remove set.__init__ multi-method.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64140:9350e2d381e3 Date: 2013-05-15 11:59 +0200 http://bitbucket.org/pypy/pypy/changeset/9350e2d381e3/ Log:Remove set.__init__ multi-method. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Remove set.__xor__ multi-method.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64136:e9a41e2201c5 Date: 2013-05-15 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/e9a41e2201c5/ Log:Remove set.__xor__ multi-method. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Remove register_all() - all multi-methods removed.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64143:a40ba950694d Date: 2013-05-15 12:13 +0200 http://bitbucket.org/pypy/pypy/changeset/a40ba950694d/ Log:Remove register_all() - all multi-methods removed. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py

[pypy-commit] pypy remove-set-smm: Add type checks in operator implementations.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64144:47becb14728e Date: 2013-05-15 12:22 +0200 http://bitbucket.org/pypy/pypy/changeset/47becb14728e/ Log:Add type checks in operator implementations. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Remove set.__cmp__ multi-method.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64139:915179d6e9c8 Date: 2013-05-15 11:47 +0200 http://bitbucket.org/pypy/pypy/changeset/915179d6e9c8/ Log:Remove set.__cmp__ multi-method. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Inline (temporary) wrappers in test_setobject.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64141:a9d450829002 Date: 2013-05-15 12:04 +0200 http://bitbucket.org/pypy/pypy/changeset/a9d450829002/ Log:Inline (temporary) wrappers in test_setobject. diff --git a/pypy/objspace/std/test/test_setobject.py

[pypy-commit] pypy remove-set-smm: Remove setiterator multi-methods.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64142:820d454b3e8b Date: 2013-05-15 12:09 +0200 http://bitbucket.org/pypy/pypy/changeset/820d454b3e8b/ Log:Remove setiterator multi-methods. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

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

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64145:dbdf8930ad7a Date: 2013-05-15 13:10 +0200 http://bitbucket.org/pypy/pypy/changeset/dbdf8930ad7a/ Log:Fix translation. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-set-smm: Cleanup setobject.py.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64146:210bf6bc49f3 Date: 2013-05-15 13:58 +0200 http://bitbucket.org/pypy/pypy/changeset/210bf6bc49f3/ Log:Cleanup setobject.py. diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py ---

[pypy-commit] pypy remove-dict-smm: Let the missing ordering methods be filled in by __total_ordering__.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64147:a7eae675b873 Date: 2013-05-15 12:30 +0200 http://bitbucket.org/pypy/pypy/changeset/a7eae675b873/ Log:Let the missing ordering methods be filled in by __total_ordering__. diff --git a/pypy/objspace/std/dictmultiobject.py

[pypy-commit] lang-smalltalk default: fixed translation error in ContextPartShadow#print_stack

2013-05-15 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r390:f71c099e545b Date: 2013-05-15 14:06 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/f71c099e545b/ Log:fixed translation error in ContextPartShadow#print_stack diff --git a/spyvm/shadow.py b/spyvm/shadow.py

[pypy-commit] lang-smalltalk default: readded someInstance, etc. tests

2013-05-15 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r391:9aacc7bd6402 Date: 2013-05-15 14:12 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/9aacc7bd6402/ Log:readded someInstance, etc. tests diff --git a/spyvm/plugins/vmdebugging.py b/spyvm/plugins/vmdebugging.py

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

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64148:80e595ef01f2 Date: 2013-05-15 14:16 +0200 http://bitbucket.org/pypy/pypy/changeset/80e595ef01f2/ Log:hg merge default diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy remove-set-smm: Document branch in whatsnew-head.rst.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64149:54393d9aac7c Date: 2013-05-15 14:19 +0200 http://bitbucket.org/pypy/pypy/changeset/54393d9aac7c/ Log:Document branch in whatsnew-head.rst. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy callback-stacklet: Raaah. That's far, far, far more messy than it looks.

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: callback-stacklet Changeset: r64150:392c42ce5054 Date: 2013-05-15 14:37 +0200 http://bitbucket.org/pypy/pypy/changeset/392c42ce5054/ Log:Raaah. That's far, far, far more messy than it looks. diff --git a/rpython/memory/gctransform/asmgcroot.py

[pypy-commit] pypy callback-stacklet: (Probable) fix for multi-thread.

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: callback-stacklet Changeset: r64151:1de6e8c03023 Date: 2013-05-15 14:47 +0200 http://bitbucket.org/pypy/pypy/changeset/1de6e8c03023/ Log:(Probable) fix for multi-thread. diff --git a/rpython/memory/gctransform/asmgcroot.py

[pypy-commit] pypy default: Fix for compatibility with CPython 2.7.4

2013-05-15 Thread rlamy
Author: Ronan Lamy ronan.l...@gmail.com Branch: Changeset: r64152:511204307897 Date: 2013-05-15 14:09 +0100 http://bitbucket.org/pypy/pypy/changeset/511204307897/ Log:Fix for compatibility with CPython 2.7.4 In 2.7.4, sre_compile imports MAX_REPEAT from _sre, so add it to

[pypy-commit] pypy remove-dict-smm: Return NotImplemented instead of raising a TypeError.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64153:396dfccfd7be Date: 2013-05-15 14:35 +0200 http://bitbucket.org/pypy/pypy/changeset/396dfccfd7be/ Log:Return NotImplemented instead of raising a TypeError. diff --git a/pypy/objspace/std/dictmultiobject.py

[pypy-commit] pypy remove-dict-smm: Make __new__, __repr__, and fromkeys (static) methods of W_DictMultiObject.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64155:5661e54edf85 Date: 2013-05-15 14:55 +0200 http://bitbucket.org/pypy/pypy/changeset/5661e54edf85/ Log:Make __new__, __repr__, and fromkeys (static) methods of W_DictMultiObject. diff --git

[pypy-commit] pypy remove-dict-smm: This is not needed anymore.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64154:aeee76c41dad Date: 2013-05-15 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/aeee76c41dad/ Log:This is not needed anymore. diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py ---

[pypy-commit] pypy remove-dict-smm: Cleanup dictmultiobject.py.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64156:0cd0e3db9235 Date: 2013-05-15 15:12 +0200 http://bitbucket.org/pypy/pypy/changeset/0cd0e3db9235/ Log:Cleanup dictmultiobject.py. diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py ---

[pypy-commit] pypy default: test and fix uneven comparisons

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64157:d36d874c476a Date: 2013-05-15 15:43 +0200 http://bitbucket.org/pypy/pypy/changeset/d36d874c476a/ Log:test and fix uneven comparisons diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py ---

[pypy-commit] pypy numpy-subarrays: Implement reading subarrays

2013-05-15 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpy-subarrays Changeset: r64158:3d2788d2e2dd Date: 2013-05-15 15:46 +0200 http://bitbucket.org/pypy/pypy/changeset/3d2788d2e2dd/ Log:Implement reading subarrays diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py

[pypy-commit] pypy callback-stacklet: Close branch, ready to merge

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: callback-stacklet Changeset: r64159:917e17ea05f7 Date: 2013-05-15 15:54 +0200 http://bitbucket.org/pypy/pypy/changeset/917e17ea05f7/ Log:Close branch, ready to merge ___ pypy-commit mailing list

[pypy-commit] pypy default: Merge callback-stacklet: fixes stacklet when we run with asmgcc and the

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64160:16589a93fc92 Date: 2013-05-15 15:54 +0200 http://bitbucket.org/pypy/pypy/changeset/16589a93fc92/ Log:Merge callback-stacklet: fixes stacklet when we run with asmgcc and the stack contains C callbacks. diff --git

[pypy-commit] pypy release-2.0.x: callback-stacklet: merge it manually in release-2.0.x.

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.0.x Changeset: r64161:1a64ef0e9672 Date: 2013-05-15 15:58 +0200 http://bitbucket.org/pypy/pypy/changeset/1a64ef0e9672/ Log:callback-stacklet: merge it manually in release-2.0.x. diff --git a/rpython/memory/gctransform/asmgcroot.py

[pypy-commit] pypy numpy-subarrays: Add a test case

2013-05-15 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpy-subarrays Changeset: r64162:3cb776037bac Date: 2013-05-15 16:00 +0200 http://bitbucket.org/pypy/pypy/changeset/3cb776037bac/ Log:Add a test case diff --git a/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy numpy-subarrays: Update what's new

2013-05-15 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpy-subarrays Changeset: r64164:b9472c2ddba2 Date: 2013-05-15 16:05 +0200 http://bitbucket.org/pypy/pypy/changeset/b9472c2ddba2/ Log:Update what's new diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: Merge numpy-subarrays

2013-05-15 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: Changeset: r64166:1168b982d455 Date: 2013-05-15 16:06 +0200 http://bitbucket.org/pypy/pypy/changeset/1168b982d455/ Log:Merge numpy-subarrays diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy numpy-subarrays: Close branch

2013-05-15 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpy-subarrays Changeset: r64165:fb172a8e9a67 Date: 2013-05-15 16:05 +0200 http://bitbucket.org/pypy/pypy/changeset/fb172a8e9a67/ Log:Close branch ___ pypy-commit mailing list

[pypy-commit] pypy remove-set-smm: Remove setobject/frozensetobject from multimethod table

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: remove-set-smm Changeset: r64167:9ebc7d2a3cd7 Date: 2013-05-15 16:47 +0200 http://bitbucket.org/pypy/pypy/changeset/9ebc7d2a3cd7/ Log:Remove setobject/frozensetobject from multimethod table diff --git a/pypy/objspace/std/model.py

[pypy-commit] pypy default: some random cleanups

2013-05-15 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r64168:46a67ac72e3b Date: 2013-05-15 07:53 -0700 http://bitbucket.org/pypy/pypy/changeset/46a67ac72e3b/ Log:some random cleanups diff --git a/pypy/objspace/std/model.py b/pypy/objspace/std/model.py --- a/pypy/objspace/std/model.py

[pypy-commit] pypy default: merged upstream

2013-05-15 Thread alex_gaynor
Author: Alex Gaynor alex.gay...@gmail.com Branch: Changeset: r64169:3fcecc6975a6 Date: 2013-05-15 07:53 -0700 http://bitbucket.org/pypy/pypy/changeset/3fcecc6975a6/ Log:merged upstream diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy numpy-pickle: Add some tests for subarrays, fix itemsize

2013-05-15 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpy-pickle Changeset: r64171:8b807472067a Date: 2013-05-15 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/8b807472067a/ Log:Add some tests for subarrays, fix itemsize diff --git a/pypy/module/micronumpy/interp_dtype.py

[pypy-commit] pypy remove-set-smm: Skip a bunch of tests if _testcapi is not there

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: remove-set-smm Changeset: r64172:4e1b2e04aa82 Date: 2013-05-15 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/4e1b2e04aa82/ Log:Skip a bunch of tests if _testcapi is not there diff --git a/lib-python/2.7/test/test_codecs.py

[pypy-commit] pypy default: Skip a bunch of tests if _testcapi is not there

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64173:ef7de7ebd5d7 Date: 2013-05-15 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/ef7de7ebd5d7/ Log:Skip a bunch of tests if _testcapi is not there diff --git a/lib-python/2.7/test/test_codecs.py

[pypy-commit] pypy default: fix whatsnew

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64174:4e5b27e8c621 Date: 2013-05-15 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/4e5b27e8c621/ Log:fix whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: Fix this test and remove some unused imports

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64175:e191271d612c Date: 2013-05-15 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/e191271d612c/ Log:Fix this test and remove some unused imports diff --git a/rpython/jit/metainterp/test/test_compile.py

[pypy-commit] pypy default: fix one problem with test_ztranslation

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64176:c562ea31ca4b Date: 2013-05-15 17:19 +0200 http://bitbucket.org/pypy/pypy/changeset/c562ea31ca4b/ Log:fix one problem with test_ztranslation diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py ---

[pypy-commit] pypy default: backout the merge of the numpy-subarrays branch

2013-05-15 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: Changeset: r64177:af55d16f641d Date: 2013-05-15 17:24 +0200 http://bitbucket.org/pypy/pypy/changeset/af55d16f641d/ Log:backout the merge of the numpy-subarrays branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst

[pypy-commit] pypy remove-set-smm: fix tests

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: remove-set-smm Changeset: r64178:afc67eb165b6 Date: 2013-05-15 18:48 +0200 http://bitbucket.org/pypy/pypy/changeset/afc67eb165b6/ Log:fix tests diff --git a/pypy/objspace/std/test/test_setstrategies.py

[pypy-commit] pypy default: An attempt to fix test_zjit

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64179:ee0e0b487513 Date: 2013-05-15 18:55 +0200 http://bitbucket.org/pypy/pypy/changeset/ee0e0b487513/ Log:An attempt to fix test_zjit diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py ---

[pypy-commit] pypy default: RPython is odd, just give up. You can't mix methods in one call site

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64180:e981356d611c Date: 2013-05-15 19:01 +0200 http://bitbucket.org/pypy/pypy/changeset/e981356d611c/ Log:RPython is odd, just give up. You can't mix methods in one call site that are different functions from the same

[pypy-commit] pypy default: fix this test

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64181:f87522e1a950 Date: 2013-05-15 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/f87522e1a950/ Log:fix this test diff --git a/rpython/translator/c/test/test_standalone.py b/rpython/translator/c/test/test_standalone.py

[pypy-commit] pypy remove-list-smm-2: Remove list.__init__/__len__ multi-methods.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64182:d6955fb2f4f0 Date: 2013-05-15 15:45 +0200 http://bitbucket.org/pypy/pypy/changeset/d6955fb2f4f0/ Log:Remove list.__init__/__len__ multi-methods. diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py ---

[pypy-commit] pypy remove-list-smm-2: Remove list.__setitem__/__setslice__ multi-methods.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64184:d0f14d2a8109 Date: 2013-05-15 16:44 +0200 http://bitbucket.org/pypy/pypy/changeset/d0f14d2a8109/ Log:Remove list.__setitem__/__setslice__ multi-methods. diff --git a/pypy/objspace/std/listobject.py

[pypy-commit] pypy remove-list-smm-2: Remove list.__getitem__/__getslice__ multi-methods.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64183:c391c5a8e7f6 Date: 2013-05-15 15:54 +0200 http://bitbucket.org/pypy/pypy/changeset/c391c5a8e7f6/ Log:Remove list.__getitem__/__getslice__ multi-methods. diff --git a/pypy/objspace/std/listobject.py

[pypy-commit] pypy remove-list-smm-2: Remove list.__delitem__/__delslice__ multi-methods.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64185:b42d871e5519 Date: 2013-05-15 16:56 +0200 http://bitbucket.org/pypy/pypy/changeset/b42d871e5519/ Log:Remove list.__delitem__/__delslice__ multi-methods. diff --git a/pypy/objspace/std/listobject.py

[pypy-commit] pypy remove-list-smm-2: Remove list.__iter__/__contains__ multi-methods.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64186:01cb1c6441ed Date: 2013-05-15 17:01 +0200 http://bitbucket.org/pypy/pypy/changeset/01cb1c6441ed/ Log:Remove list.__iter__/__contains__ multi-methods. diff --git a/pypy/objspace/std/listobject.py

[pypy-commit] pypy remove-list-smm-2: Remove list.__add__/__iadd__ multi-methods.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64187:3765c6e20d7b Date: 2013-05-15 17:27 +0200 http://bitbucket.org/pypy/pypy/changeset/3765c6e20d7b/ Log:Remove list.__add__/__iadd__ multi-methods. diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py ---

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

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64192:547e1eb226e4 Date: 2013-05-15 19:31 +0200 http://bitbucket.org/pypy/pypy/changeset/547e1eb226e4/ Log:Close to-be-merged branch. ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy remove-list-smm-2: Remove list.__add__/__radd__/__iadd__ multi-methods.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64188:65beb21312e7 Date: 2013-05-15 17:51 +0200 http://bitbucket.org/pypy/pypy/changeset/65beb21312e7/ Log:Remove list.__add__/__radd__/__iadd__ multi-methods. diff --git a/pypy/objspace/std/listobject.py

[pypy-commit] pypy remove-list-smm-2: Remove list comparison multi-methods.

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64189:10e0cdd4ff06 Date: 2013-05-15 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/10e0cdd4ff06/ Log:Remove list comparison multi-methods. diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py ---

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

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64190:023fdccdedde Date: 2013-05-15 18:22 +0200 http://bitbucket.org/pypy/pypy/changeset/023fdccdedde/ Log:Remove list.__repr__ multi-method. diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.py ---

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

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-set-smm Changeset: r64191:ec226759d640 Date: 2013-05-15 19:31 +0200 http://bitbucket.org/pypy/pypy/changeset/ec226759d640/ Log:hg merge default diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: minor cleanup

2013-05-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: Changeset: r64194:59479d0d1685 Date: 2013-05-15 11:16 -0700 http://bitbucket.org/pypy/pypy/changeset/59479d0d1685/ Log:minor cleanup diff --git a/pypy/module/sys/system.py b/pypy/module/sys/system.py --- a/pypy/module/sys/system.py +++

[pypy-commit] pypy numpy-subarrays: fix ztranslation - one fix and lots of asserts

2013-05-15 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: numpy-subarrays Changeset: r64195:d48e9c0866a0 Date: 2013-05-15 21:19 +0300 http://bitbucket.org/pypy/pypy/changeset/d48e9c0866a0/ Log:fix ztranslation - one fix and lots of asserts diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py

[pypy-commit] pypy numpy-subarrays: merge heads

2013-05-15 Thread mattip
Author: Matti Picus matti.pi...@gmail.com Branch: numpy-subarrays Changeset: r64196:588ab90bac6c Date: 2013-05-15 21:20 +0300 http://bitbucket.org/pypy/pypy/changeset/588ab90bac6c/ Log:merge heads ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy py3k: avoid the deprecated method

2013-05-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64197:8550ff66dd79 Date: 2013-05-15 11:17 -0700 http://bitbucket.org/pypy/pypy/changeset/8550ff66dd79/ Log:avoid the deprecated method diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py ---

[pypy-commit] lang-smalltalk default: changed the stack-pointer from beeing tempsize-based to being 0 based (relative to _temps_and_stack-array) to the world

2013-05-15 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r392:b1bce04a7d50 Date: 2013-05-15 18:28 + http://bitbucket.org/pypy/lang-smalltalk/changeset/b1bce04a7d50/ Log:changed the stack-pointer from beeing tempsize-based to being 0 based (relative to

[pypy-commit] lang-smalltalk default: moved the s_method retrival in c_loop outside of the loop

2013-05-15 Thread lwassermann
Author: Lars Wassermann lars.wasserm...@gmail.com Branch: Changeset: r393:293ebf9ed46a Date: 2013-05-15 18:28 + http://bitbucket.org/pypy/lang-smalltalk/changeset/293ebf9ed46a/ Log:moved the s_method retrival in c_loop outside of the loop diff --git a/spyvm/interpreter.py

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

2013-05-15 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-dict-smm Changeset: r64200:fb15279ae6e2 Date: 2013-05-15 21:12 +0200 http://bitbucket.org/pypy/pypy/changeset/fb15279ae6e2/ Log:Remove dict from multi-method table. diff --git a/pypy/objspace/std/dictmultiobject.py b/pypy/objspace/std/dictmultiobject.py

[pypy-commit] pypy default: Attempt to fix stacklet+thread+asmgcc+callbacks: the ordering

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r64201:ba2ad0ee741f Date: 2013-05-15 21:16 +0200 http://bitbucket.org/pypy/pypy/changeset/ba2ad0ee741f/ Log:Attempt to fix stacklet+thread+asmgcc+callbacks: the ordering was wrong, causing self.belongs_to_current_thread to resolve

[pypy-commit] pypy release-2.0.x: Attempt to fix stacklet+thread+asmgcc+callbacks: the ordering

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: release-2.0.x Changeset: r64202:4aa84f3d3965 Date: 2013-05-15 21:16 +0200 http://bitbucket.org/pypy/pypy/changeset/4aa84f3d3965/ Log:Attempt to fix stacklet+thread+asmgcc+callbacks: the ordering was wrong, causing

[pypy-commit] buildbot default: Playing around: try to re-insert some margin on top of the links

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r818:3ddef19de6cb Date: 2013-05-15 21:37 +0200 http://bitbucket.org/pypy/buildbot/changeset/3ddef19de6cb/ Log:Playing around: try to re-insert some margin on top of the links diff --git a/master/public_html/summary.css

[pypy-commit] pypy default: Make this assert explain what it really means. Took me a day

2013-05-15 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: Changeset: r64203:38a4717300ff Date: 2013-05-15 21:42 +0200 http://bitbucket.org/pypy/pypy/changeset/38a4717300ff/ Log:Make this assert explain what it really means. Took me a day diff --git a/rpython/rtyper/rpbc.py

[pypy-commit] buildbot default: A bit no clue, but this looks like progress

2013-05-15 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: Changeset: r819:19cac1218ee6 Date: 2013-05-15 21:59 +0200 http://bitbucket.org/pypy/buildbot/changeset/19cac1218ee6/ Log:A bit no clue, but this looks like progress diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py ---

[pypy-commit] pypy py3k: reapply py3k changes: kill cmp, there's no need to shortcircuit eq/ne now that

2013-05-15 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r64205:613a326d9b56 Date: 2013-05-15 12:58 -0700 http://bitbucket.org/pypy/pypy/changeset/613a326d9b56/ Log:reapply py3k changes: kill cmp, there's no need to shortcircuit eq/ne now that we lack cmp, next - __next__

[pypy-commit] pypy numpy-subarrays: Add a test for a missing feature of subarrays

2013-05-15 Thread rguillebert
Author: Romain Guillebert romain...@gmail.com Branch: numpy-subarrays Changeset: r64206:00f1cab6e79e Date: 2013-05-15 23:04 +0200 http://bitbucket.org/pypy/pypy/changeset/00f1cab6e79e/ Log:Add a test for a missing feature of subarrays diff --git a/pypy/module/micronumpy/test/test_numarray.py

  1   2   >