[pypy-commit] pypy release-2.2.x: start light, reflow the paras

2013-11-13 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: release-2.2.x Changeset: r68002:725bbfa926bd Date: 2013-11-13 10:15 +0200 http://bitbucket.org/pypy/pypy/changeset/725bbfa926bd/ Log:start light, reflow the paras diff --git a/pypy/doc/release-2.2.0.rst b/pypy/doc/release-2.2.0.rst ---

[pypy-commit] pypy armhf-singlefloat: merge default

2013-11-13 Thread bivab
Author: David Schneider david.schnei...@picle.org Branch: armhf-singlefloat Changeset: r68004:c0363615e405 Date: 2013-11-13 11:34 +0100 http://bitbucket.org/pypy/pypy/changeset/c0363615e405/ Log:merge default diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst --- a/pypy/doc/windows.rst

[pypy-commit] pypy stmgc-c4: Add missing canmallocgcs. Ops that don't do malloc but can contain a GC safe-

2013-11-13 Thread Raemi
Author: Remi Meier remi.me...@gmail.com Branch: stmgc-c4 Changeset: r68005:e5e15daf8958 Date: 2013-11-13 12:16 +0100 http://bitbucket.org/pypy/pypy/changeset/e5e15daf8958/ Log:Add missing canmallocgcs. Ops that don't do malloc but can contain a GC safe- point (e.g. BecomeInevitable)

[pypy-commit] pypy more_strategies: Add IntegerListAscending strategy.

2013-11-13 Thread ltratt
Author: Laurence Tratt lau...@tratt.net Branch: more_strategies Changeset: r68006:ef5630ce70e3 Date: 2013-11-13 15:26 + http://bitbucket.org/pypy/pypy/changeset/ef5630ce70e3/ Log:Add IntegerListAscending strategy. diff --git a/pypy/objspace/std/listobject.py

[pypy-commit] pypy default: backout d50d27c01818, doesn't work as intended when translated

2013-11-13 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68008:277365bc6cda Date: 2013-11-13 20:03 -0500 http://bitbucket.org/pypy/pypy/changeset/277365bc6cda/ Log:backout d50d27c01818, doesn't work as intended when translated diff --git a/pypy/module/micronumpy/interp_numarray.py

[pypy-commit] pypy default: allow (unsupported) out arg for scalar.round

2013-11-13 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68007:bb54a2f34c40 Date: 2013-11-13 19:33 -0500 http://bitbucket.org/pypy/pypy/changeset/bb54a2f34c40/ Log:allow (unsupported) out arg for scalar.round diff --git a/pypy/module/micronumpy/interp_boxes.py

[pypy-commit] pypy default: support eq/ne for array.flags

2013-11-13 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68009:b9b04c08e3d3 Date: 2013-11-13 20:28 -0500 http://bitbucket.org/pypy/pypy/changeset/b9b04c08e3d3/ Log:support eq/ne for array.flags diff --git a/pypy/module/micronumpy/interp_flagsobj.py

[pypy-commit] pypy default: add size attribute for scalars

2013-11-13 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68010:e14d70573095 Date: 2013-11-13 20:52 -0500 http://bitbucket.org/pypy/pypy/changeset/e14d70573095/ Log:add size attribute for scalars diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py

[pypy-commit] pypy default: support axis argument for array.squeeze

2013-11-13 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68011:f85795564612 Date: 2013-11-13 21:33 -0500 http://bitbucket.org/pypy/pypy/changeset/f85795564612/ Log:support axis argument for array.squeeze diff --git a/pypy/module/micronumpy/conversion_utils.py

[pypy-commit] pypy default: test duplicate axes also

2013-11-13 Thread bdkearns
Author: Brian Kearns bdkea...@gmail.com Branch: Changeset: r68012:c780cd5bf67f Date: 2013-11-13 21:36 -0500 http://bitbucket.org/pypy/pypy/changeset/c780cd5bf67f/ Log:test duplicate axes also diff --git a/pypy/module/micronumpy/test/test_numarray.py

[pypy-commit] pypy py3k: reapply frame/cell related py3k changes

2013-11-13 Thread pjenvey
Author: Philip Jenvey pjen...@underboss.org Branch: py3k Changeset: r68014:0e3f24e124ac Date: 2013-11-13 20:36 -0800 http://bitbucket.org/pypy/pypy/changeset/0e3f24e124ac/ Log:reapply frame/cell related py3k changes diff --git a/pypy/interpreter/pyframe.py b/pypy/interpreter/pyframe.py ---