[pypy-commit] pypy pypy-pyarray: use int not type in test, fix implementation

2013-09-22 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67053:2e99e8714199 Date: 2013-09-22 11:49 +0300 http://bitbucket.org/pypy/pypy/changeset/2e99e8714199/ Log:use int not type in test, fix implementation diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/module/cpyext/ndarrayobject.py

[pypy-commit] pypy default: Issue #1612: Add operator.__index__().

2013-09-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r67054:a82f83c4d0a0 Date: 2013-09-22 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/a82f83c4d0a0/ Log:Issue #1612: Add operator.__index__(). diff --git a/pypy/module/operator/__init__.py b/pypy/module/operator/__init__.py --- a/pypy/module/operato

[pypy-commit] pypy pypy-pyarray: add tests, rpythonify, use proper w_* api interface

2013-09-22 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67055:ef5c6f72668f Date: 2013-09-22 18:18 +0300 http://bitbucket.org/pypy/pypy/changeset/ef5c6f72668f/ Log:add tests, rpythonify, use proper w_* api interface diff --git a/pypy/module/cpyext/ndarrayobject.py b/pypy/module/cpyext/ndarrayob

[pypy-commit] pypy less-stringly-ops: kill unused argument 'symbol' in add_operator()

2013-09-22 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r67057:357a7e753e92 Date: 2013-09-22 03:21 +0100 http://bitbucket.org/pypy/pypy/changeset/357a7e753e92/ Log:kill unused argument 'symbol' in add_operator() diff --git a/rpython/flowspace/operation.py b/rpython/flowspace/operation.py ---

[pypy-commit] pypy less-stringly-ops: Allow passing empty exceptions to guessexception()

2013-09-22 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r67059:c5e357896529 Date: 2013-09-22 07:28 +0100 http://bitbucket.org/pypy/pypy/changeset/c5e357896529/ Log:Allow passing empty exceptions to guessexception() diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext

[pypy-commit] pypy less-stringly-ops: Simplify creation of hlop proxy methods on FlowObjSpace

2013-09-22 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r67056:3ab58f53ee10 Date: 2013-09-22 02:40 +0100 http://bitbucket.org/pypy/pypy/changeset/3ab58f53ee10/ Log:Simplify creation of hlop proxy methods on FlowObjSpace diff --git a/rpython/flowspace/objspace.py b/rpython/flowspace/objspace.

[pypy-commit] pypy less-stringly-ops: remove special cases in HLOperation.make_sc()

2013-09-22 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r67058:c5840ab6589e Date: 2013-09-22 06:58 +0100 http://bitbucket.org/pypy/pypy/changeset/c5840ab6589e/ Log:remove special cases in HLOperation.make_sc() diff --git a/rpython/flowspace/operation.py b/rpython/flowspace/operation.py --- a

[pypy-commit] pypy less-stringly-ops: Extract helper from FlowObjSpace.call_args()

2013-09-22 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r67060:09873ad29c60 Date: 2013-09-22 07:35 +0100 http://bitbucket.org/pypy/pypy/changeset/09873ad29c60/ Log:Extract helper from FlowObjSpace.call_args() diff --git a/rpython/flowspace/objspace.py b/rpython/flowspace/objspace.py --- a/rp

[pypy-commit] pypy less-stringly-ops: Add op.simple_call and op.call_args

2013-09-22 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r67062:2e89f6de1470 Date: 2013-09-22 19:14 +0100 http://bitbucket.org/pypy/pypy/changeset/2e89f6de1470/ Log:Add op.simple_call and op.call_args diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py --- a/rpyth

[pypy-commit] pypy less-stringly-ops: kill FlowObjSpace.unpackiterable()

2013-09-22 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r67061:199438138ea5 Date: 2013-09-22 07:53 +0100 http://bitbucket.org/pypy/pypy/changeset/199438138ea5/ Log:kill FlowObjSpace.unpackiterable() diff --git a/rpython/flowspace/argument.py b/rpython/flowspace/argument.py --- a/rpython/flow

[pypy-commit] pypy less-stringly-ops: auto-register HLOperation classes

2013-09-22 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r67064:6c95c231dd89 Date: 2013-09-22 22:54 +0100 http://bitbucket.org/pypy/pypy/changeset/6c95c231dd89/ Log:auto-register HLOperation classes diff --git a/rpython/flowspace/model.py b/rpython/flowspace/model.py --- a/rpython/flowspace/m

[pypy-commit] pypy pypy-pyarray: close branch

2013-09-22 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67067:a7a96346a835 Date: 2013-09-23 09:49 +0300 http://bitbucket.org/pypy/pypy/changeset/a7a96346a835/ Log:close branch ___ pypy-commit mailing list [email protected] https://mail.python.org

[pypy-commit] pypy pypy-pyarray: update whatsnew

2013-09-22 Thread mattip
Author: Matti Picus Branch: pypy-pyarray Changeset: r67066:234a5f5ac186 Date: 2013-09-23 09:49 +0300 http://bitbucket.org/pypy/pypy/changeset/234a5f5ac186/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc