[pypy-commit] pypy default: fix translation

2013-05-21 Thread bivab
Author: David Schneider Branch: Changeset: r64372:e50833e88c65 Date: 2013-05-21 07:46 + http://bitbucket.org/pypy/pypy/changeset/e50833e88c65/ Log:fix translation diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py --- a/pypy/config/pypyoption.py +++ b/pypy/config/pypyopt

[pypy-commit] pypy release-2.0.x: Added tag release-2.0.2 for changeset f66246c46ca3

2013-05-21 Thread arigo
Author: Armin Rigo Branch: release-2.0.x Changeset: r64374:5acfe049a5b0 Date: 2013-05-21 10:01 +0200 http://bitbucket.org/pypy/pypy/changeset/5acfe049a5b0/ Log:Added tag release-2.0.2 for changeset f66246c46ca3 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -5,3 +5,4 @@ 07e08

[pypy-commit] pypy release-2.0.x: Manual merge of the "doc" directory from trunk.

2013-05-21 Thread arigo
Author: Armin Rigo Branch: release-2.0.x Changeset: r64373:f66246c46ca3 Date: 2013-05-21 10:00 +0200 http://bitbucket.org/pypy/pypy/changeset/f66246c46ca3/ Log:Manual merge of the "doc" directory from trunk. diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst --- a/pypy/doc/co

[pypy-commit] pypy default: Update version numbers

2013-05-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r64375:c386fd12ea7a Date: 2013-05-21 10:10 +0200 http://bitbucket.org/pypy/pypy/changeset/c386fd12ea7a/ Log:Update version numbers 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 @@ # The sh

[pypy-commit] pypy default: Add release announcement.

2013-05-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r64376:75ca8e0c9c51 Date: 2013-05-21 10:25 +0200 http://bitbucket.org/pypy/pypy/changeset/75ca8e0c9c51/ Log:Add release announcement. diff --git a/pypy/doc/release-2.0.2.rst b/pypy/doc/release-2.0.2.rst new file mode 100644 --- /dev/null +++ b/pypy/doc/

[pypy-commit] pypy default: Add a link

2013-05-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r64377:07fb30f3ae69 Date: 2013-05-21 10:35 +0200 http://bitbucket.org/pypy/pypy/changeset/07fb30f3ae69/ Log:Add a link diff --git a/pypy/doc/release-2.0.2.rst b/pypy/doc/release-2.0.2.rst --- a/pypy/doc/release-2.0.2.rst +++ b/pypy/doc/release-2.0.2.rst

[pypy-commit] pypy.org extradoc: Update to point to 2.0.2.

2013-05-21 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r437:12bba861cdd6 Date: 2013-05-21 10:36 +0200 http://bitbucket.org/pypy/pypy.org/changeset/12bba861cdd6/ Log:Update to point to 2.0.2. diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -50,8 +50,10 @@ perfor

[pypy-commit] lang-smalltalk default: added printing capabilities to the vm-debugging plugin

2013-05-21 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r397:ed77e03406eb Date: 2013-05-21 11:28 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/ed77e03406eb/ Log:added printing capabilities to the vm-debugging plugin diff --git a/spyvm/plugins/vmdebugging.py b/spyvm/plugins/vmdebugging.py ---

[pypy-commit] pypy default: Update these files to include not only "import *" in sysconfig,

2013-05-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r64378:b5f6146ec902 Date: 2013-05-21 11:48 +0200 http://bitbucket.org/pypy/pypy/changeset/b5f6146ec902/ Log:Update these files to include not only "import *" in sysconfig, but really import all the names, including the ones that start with

[pypy-commit] pypy remove-tuple-smm: Kill all tuple SMMs.

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-tuple-smm Changeset: r64379:8d7578543296 Date: 2013-05-21 14:32 +0200 http://bitbucket.org/pypy/pypy/changeset/8d7578543296/ Log:Kill all tuple SMMs. diff --git a/pypy/objspace/std/tupleobject.py b/pypy/objspace/std/tupleobject.py --- a/pypy/objspace/std/tu

[pypy-commit] pypy default: try to not export cpyext_tp_setattro

2013-05-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r64380:a3b64c491850 Date: 2013-05-21 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/a3b64c491850/ Log:try to not export cpyext_tp_setattro diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyex

[pypy-commit] pypy default: platform.machine seems to be rpython enough to go through translation, but it

2013-05-21 Thread bivab
Author: David Schneider Branch: Changeset: r64381:8611029d42e8 Date: 2013-05-21 14:52 +0200 http://bitbucket.org/pypy/pypy/changeset/8611029d42e8/ Log:platform.machine seems to be rpython enough to go through translation, but it caches the result coming from the host machine.

[pypy-commit] pypy default: merge heads

2013-05-21 Thread bivab
Author: David Schneider Branch: Changeset: r64382:469d4ebafa75 Date: 2013-05-21 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/469d4ebafa75/ Log:merge heads diff --git a/lib-python/2.7/distutils/sysconfig.py b/lib-python/2.7/distutils/sysconfig.py --- a/lib-python/2.7/distutils/sysco

[pypy-commit] pypy default: merge heads

2013-05-21 Thread bivab
Author: David Schneider Branch: Changeset: r64383:3ec3d88d8e3f Date: 2013-05-21 14:55 +0200 http://bitbucket.org/pypy/pypy/changeset/3ec3d88d8e3f/ Log:merge heads diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slotdefs.py +++ b/pypy/mod

[pypy-commit] pypy remove-tuple-smm: Return space.w_NotImplemented instead of raising FailedToImplement.

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-tuple-smm Changeset: r64386:dcc83031be74 Date: 2013-05-21 14:57 +0200 http://bitbucket.org/pypy/pypy/changeset/dcc83031be74/ Log:Return space.w_NotImplemented instead of raising FailedToImplement. diff --git a/pypy/objspace/std/tupleobject.py b/pypy/objspac

[pypy-commit] pypy remove-tuple-smm: hg merge remove-list-smm-2

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-tuple-smm Changeset: r64385:2921742865a9 Date: 2013-05-21 14:54 +0200 http://bitbucket.org/pypy/pypy/changeset/2921742865a9/ Log:hg merge remove-list-smm-2 diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py --- a/pypy/

[pypy-commit] pypy remove-list-smm-2: Document branch remove-list-smm-2.

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64387:a26cd36bc793 Date: 2013-05-21 15:07 +0200 http://bitbucket.org/pypy/pypy/changeset/a26cd36bc793/ Log:Document branch remove-list-smm-2. diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew

[pypy-commit] pypy default: hg merge

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r64390:d03bb47c8b07 Date: 2013-05-21 15:08 +0200 http://bitbucket.org/pypy/pypy/changeset/d03bb47c8b07/ Log:hg merge diff --git a/pypy/module/cpyext/slotdefs.py b/pypy/module/cpyext/slotdefs.py --- a/pypy/module/cpyext/slotdefs.py +++ b/pypy/module/cpy

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

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-list-smm-2 Changeset: r64388:daca18c6c8ad Date: 2013-05-21 15:07 +0200 http://bitbucket.org/pypy/pypy/changeset/daca18c6c8ad/ Log:Close to-be-merged branch. ___ pypy-commit mailing list pypy-commit@python.org http

[pypy-commit] pypy default: hg merge remove-list-smm-2

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: Changeset: r64389:93322cb79586 Date: 2013-05-21 15:07 +0200 http://bitbucket.org/pypy/pypy/changeset/93322cb79586/ Log:hg merge remove-list-smm-2 diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/

[pypy-commit] lang-smalltalk default: changed context part shadow to raise an SendersChainManipulated-Exception when assigning to _s_sender

2013-05-21 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r398:db177965782f Date: 2013-05-21 15:55 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/db177965782f/ Log:changed context part shadow to raise an SendersChainManipulated- Exception when assigning to _s_sender that error need be cat

[pypy-commit] lang-smalltalk default: renamed squeak45 tests to be automatically executed, and be executed last...

2013-05-21 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r399:68afab2a56e9 Date: 2013-05-21 15:57 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/68afab2a56e9/ Log:renamed squeak45 tests to be automatically executed, and be executed last... diff --git a/spyvm/test/testsin_squeak_4_5_imag

[pypy-commit] lang-smalltalk default: updated the Squeak artefacts (Filetree-repo and a cs-file) to reflect my changes to alleviate debugging

2013-05-21 Thread lwassermann
Author: Lars Wassermann Branch: Changeset: r400:e5452d166391 Date: 2013-05-21 16:18 +0200 http://bitbucket.org/pypy/lang-smalltalk/changeset/e5452d166391/ Log:updated the Squeak artefacts (Filetree-repo and a cs-file) to reflect my changes to alleviate debugging diff --git a/SPy-Deb

[pypy-commit] pypy.org extradoc: Reference 2.0.2-osx64

2013-05-21 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r438:ba7881cae9af Date: 2013-05-21 17:06 +0200 http://bitbucket.org/pypy/pypy.org/changeset/ba7881cae9af/ Log:Reference 2.0.2-osx64 diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -91,7 +91,7 @@ https://b

[pypy-commit] pypy numpy-subarrays: Fix multidimensional subarrays

2013-05-21 Thread rguillebert
Author: Romain Guillebert Branch: numpy-subarrays Changeset: r64391:905b68f9d7c3 Date: 2013-05-21 17:25 +0200 http://bitbucket.org/pypy/pypy/changeset/905b68f9d7c3/ Log:Fix multidimensional subarrays diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronumpy/arrayimp

[pypy-commit] pypy.org extradoc: Add a link to this bitbucket page

2013-05-21 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r439:8d42a6abd108 Date: 2013-05-21 17:30 +0200 http://bitbucket.org/pypy/pypy.org/changeset/8d42a6abd108/ Log:Add a link to this bitbucket page diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -96,6 +96,7 @@

[pypy-commit] pypy default: Swithed to declraing the type of this function in a more idiomatic way.

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r64392:3788a2c016e0 Date: 2013-05-21 10:20 -0700 http://bitbucket.org/pypy/pypy/changeset/3788a2c016e0/ Log:Swithed to declraing the type of this function in a more idiomatic way. diff --git a/pypy/module/sys/vm.py b/pypy/module/sys/vm.py --- a

[pypy-commit] pypy logging-perf: start playing with unrolling sys._getframe(depth) if depth is constant.

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: logging-perf Changeset: r64393:4fcf8acb6131 Date: 2013-05-21 10:27 -0700 http://bitbucket.org/pypy/pypy/changeset/4fcf8acb6131/ Log:start playing with unrolling sys._getframe(depth) if depth is constant. diff --git a/pypy/module/sys/vm.py b/pypy/module/sys

[pypy-commit] pypy default: an attempt to fix translation without thread

2013-05-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r64395:47ba0f363929 Date: 2013-05-21 20:15 +0200 http://bitbucket.org/pypy/pypy/changeset/47ba0f363929/ Log:an attempt to fix translation without thread diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/py

[pypy-commit] pypy default: typo

2013-05-21 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r64396:f752335dabb7 Date: 2013-05-21 20:25 +0200 http://bitbucket.org/pypy/pypy/changeset/f752335dabb7/ Log:typo diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py +++ b/py

[pypy-commit] pypy logging-perf: A useful docstring.

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: logging-perf Changeset: r64397:82747c0d598b Date: 2013-05-21 12:01 -0700 http://bitbucket.org/pypy/pypy/changeset/82747c0d598b/ Log:A useful docstring. diff --git a/rpython/jit/metainterp/virtualizable.py b/rpython/jit/metainterp/virtualizable.py --- a/rpython/ji

[pypy-commit] pypy default: merged upstream

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r64399:e59970e51fc5 Date: 2013-05-21 12:02 -0700 http://bitbucket.org/pypy/pypy/changeset/e59970e51fc5/ Log:merged upstream diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py +++

[pypy-commit] pypy default: A useful docstring.

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r64398:bb653e057f20 Date: 2013-05-21 12:01 -0700 http://bitbucket.org/pypy/pypy/changeset/bb653e057f20/ Log:A useful docstring. diff --git a/rpython/jit/metainterp/virtualizable.py b/rpython/jit/metainterp/virtualizable.py --- a/rpython/jit/metainterp

[pypy-commit] pypy on-abort-resops: A branch in which to make the on_abort jit hook include the resops so far.

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: on-abort-resops Changeset: r64400:9073505f32a7 Date: 2013-05-21 13:05 -0700 http://bitbucket.org/pypy/pypy/changeset/9073505f32a7/ Log:A branch in which to make the on_abort jit hook include the resops so far. diff --git a/pypy/module/pypyjit/policy.py b/p

[pypy-commit] pypy on-abort-resops: When calling the abort handler, include the list of operations thus

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: on-abort-resops Changeset: r64401:fc25a3ecd9a4 Date: 2013-05-21 13:25 -0700 http://bitbucket.org/pypy/pypy/changeset/fc25a3ecd9a4/ Log:When calling the abort handler, include the list of operations thus diff --git a/pypy/module/pypyjit/interp_resop.py b/pypy/modu

[pypy-commit] pypy on-abort-resops: update this guy too

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: on-abort-resops Changeset: r64402:d825c920b6e1 Date: 2013-05-21 13:39 -0700 http://bitbucket.org/pypy/pypy/changeset/d825c920b6e1/ Log:update this guy too diff --git a/rpython/rlib/jit.py b/rpython/rlib/jit.py --- a/rpython/rlib/jit.py +++ b/rpython/rlib/jit.py @@

[pypy-commit] pypy on-abort-resops: trnaslation fix

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: on-abort-resops Changeset: r64403:e16fef663d9a Date: 2013-05-21 13:51 -0700 http://bitbucket.org/pypy/pypy/changeset/e16fef663d9a/ Log:trnaslation fix diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/

[pypy-commit] pypy.org extradoc: List MacPorts. I didn't find which page to link to.

2013-05-21 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r440:e033018afe0c Date: 2013-05-21 22:56 +0200 http://bitbucket.org/pypy/pypy.org/changeset/e033018afe0c/ Log:List MacPorts. I didn't find which page to link to. diff --git a/download.html b/download.html --- a/download.html +++ b/download.html

[pypy-commit] pypy remove-tuple-smm: Remove bootstrapping magic and see what happens.

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-tuple-smm Changeset: r64404:61e272188959 Date: 2013-05-21 16:22 +0200 http://bitbucket.org/pypy/pypy/changeset/61e272188959/ Log:Remove bootstrapping magic and see what happens. diff --git a/pypy/objspace/std/tupleobject.py b/pypy/objspace/std/tupleobject.p

[pypy-commit] pypy remove-tuple-smm: IN-PROGRESS: Remove SMMs on smalltuple, too.

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-tuple-smm Changeset: r64405:fe9e1fed1393 Date: 2013-05-21 23:12 +0200 http://bitbucket.org/pypy/pypy/changeset/fe9e1fed1393/ Log:IN-PROGRESS: Remove SMMs on smalltuple, too. diff --git a/pypy/objspace/std/model.py b/pypy/objspace/std/model.py --- a/pypy/obj

[pypy-commit] pypy on-abort-resops: Close to be merged branch

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: on-abort-resops Changeset: r64406:3d7aa9fa1202 Date: 2013-05-21 14:16 -0700 http://bitbucket.org/pypy/pypy/changeset/3d7aa9fa1202/ Log:Close to be merged branch ___ pypy-commit mailing list pypy-commit@python.org http://

[pypy-commit] pypy default: Merged on-abort-resops.

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r64407:e0ffe539cd4e Date: 2013-05-21 14:16 -0700 http://bitbucket.org/pypy/pypy/changeset/e0ffe539cd4e/ Log:Merged on-abort-resops. Makes the on_abort callback include the list of operations. diff --git a/pypy/module/pypyjit/interp_resop.py b

[pypy-commit] pypy logging-perf: merged default in

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: logging-perf Changeset: r64408:2c69cbcad3c1 Date: 2013-05-21 14:17 -0700 http://bitbucket.org/pypy/pypy/changeset/2c69cbcad3c1/ Log:merged default in diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystan

[pypy-commit] pypy default: Don't generate guard_class for an exception when its type is known

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r64409:d64dc3f388ad Date: 2013-05-21 15:48 -0700 http://bitbucket.org/pypy/pypy/changeset/d64dc3f388ad/ Log:Don't generate guard_class for an exception when its type is known diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyji

[pypy-commit] pypy logging-perf: merged default in

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: logging-perf Changeset: r64410:d588636b04d9 Date: 2013-05-21 15:49 -0700 http://bitbucket.org/pypy/pypy/changeset/d588636b04d9/ Log:merged default in diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/metainterp/p

[pypy-commit] pypy logging-perf: Mark this as immutable.

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: logging-perf Changeset: r64411:d95d58323a97 Date: 2013-05-21 17:23 -0700 http://bitbucket.org/pypy/pypy/changeset/d95d58323a97/ Log:Mark this as immutable. diff --git a/rpython/tool/error.py b/rpython/tool/error.py --- a/rpython/tool/error.py +++ b/rpython/tool/er

[pypy-commit] pypy default: Mark this as immutable.

2013-05-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r64412:88fcf46365c8 Date: 2013-05-21 17:23 -0700 http://bitbucket.org/pypy/pypy/changeset/88fcf46365c8/ Log:Mark this as immutable. diff --git a/rpython/tool/error.py b/rpython/tool/error.py --- a/rpython/tool/error.py +++ b/rpython/tool/error.py @@ -2

[pypy-commit] pypy remove-tuple-smm: Remove commented out code in specialisedtupleobject.py.

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-tuple-smm Changeset: r64414:7288d7239d8c Date: 2013-05-22 01:28 +0200 http://bitbucket.org/pypy/pypy/changeset/7288d7239d8c/ Log:Remove commented out code in specialisedtupleobject.py. diff --git a/pypy/objspace/std/specialisedtupleobject.py b/pypy/objspac

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

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-tuple-smm Changeset: r64413:0fc0f446a6f7 Date: 2013-05-22 00:45 +0200 http://bitbucket.org/pypy/pypy/changeset/0fc0f446a6f7/ Log:Remove tuple from multi-method table. diff --git a/pypy/objspace/std/model.py b/pypy/objspace/std/model.py --- a/pypy/objspace/s

[pypy-commit] pypy remove-tuple-smm: Kill tupletype.py.

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-tuple-smm Changeset: r64416:8c199c93b314 Date: 2013-05-22 03:08 +0200 http://bitbucket.org/pypy/pypy/changeset/8c199c93b314/ Log:Kill tupletype.py. diff --git a/pypy/objspace/std/objspace.py b/pypy/objspace/std/objspace.py --- a/pypy/objspace/std/objspace.p

[pypy-commit] pypy remove-tuple-smm: IN-PROGRESS: Make specialisedtupleobject work.

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-tuple-smm Changeset: r64415:8da13dda52f2 Date: 2013-05-22 03:03 +0200 http://bitbucket.org/pypy/pypy/changeset/8da13dda52f2/ Log:IN-PROGRESS: Make specialisedtupleobject work. diff --git a/pypy/objspace/std/model.py b/pypy/objspace/std/model.py --- a/pypy/o

[pypy-commit] pypy remove-iter-smm: Kill itertype.py.

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-iter-smm Changeset: r64417:82a424bfdd8b Date: 2013-05-22 00:38 +0200 http://bitbucket.org/pypy/pypy/changeset/82a424bfdd8b/ Log:Kill itertype.py. diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py --- a/pypy/objspace/std/iterobje

[pypy-commit] pypy remove-iter-smm: Kill iter SMMs.

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-iter-smm Changeset: r64418:447f13b83628 Date: 2013-05-22 01:01 +0200 http://bitbucket.org/pypy/pypy/changeset/447f13b83628/ Log:Kill iter SMMs. diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py --- a/pypy/objspace/std/iterobject

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

2013-05-21 Thread Manuel Jacob
Author: Manuel Jacob Branch: remove-iter-smm Changeset: r64419:49537825a626 Date: 2013-05-22 01:07 +0200 http://bitbucket.org/pypy/pypy/changeset/49537825a626/ Log:Remove iterators from multi-method table. diff --git a/pypy/objspace/std/iterobject.py b/pypy/objspace/std/iterobject.py --- a/py