[pypy-commit] pypy default: Test and fix (struys and eevee on http://stackoverflow.com/questions/23816549)

2014-05-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r71693:69ff0c3801ca Date: 2014-05-24 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/69ff0c3801ca/ Log:Test and fix (struys and eevee on http://stackoverflow.com/questions/23816549) diff --git a/pypy/module/imp/importing.py b/pypy/module/im

[pypy-commit] pypy py3k-memoryview: Fix translation.

2014-05-24 Thread Manuel Jacob
Author: Manuel Jacob Branch: py3k-memoryview Changeset: r71694:0dc075198a2c Date: 2014-05-24 12:08 +0200 http://bitbucket.org/pypy/pypy/changeset/0dc075198a2c/ Log:Fix translation. diff --git a/pypy/module/array/interp_array.py b/pypy/module/array/interp_array.py --- a/pypy/module/array/inte

[pypy-commit] extradoc extradoc: STM slides

2014-05-24 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5263:5acdd3db487c Date: 2014-05-24 12:10 +0200 http://bitbucket.org/pypy/extradoc/changeset/5acdd3db487c/ Log:STM slides diff --git a/talk/pycon-italy-2014/talk.rst b/talk/pycon-italy-2014/talk.rst --- a/talk/pycon-italy-2014/talk.rst +++ b/t

[pypy-commit] extradoc extradoc: changes contacts slide

2014-05-24 Thread antocuni
Author: Antonio Cuni Branch: extradoc Changeset: r5264:193f2f60e379 Date: 2014-05-24 12:53 +0200 http://bitbucket.org/pypy/extradoc/changeset/193f2f60e379/ Log:changes contacts slide diff --git a/talk/pycon-italy-2014/talk.rst b/talk/pycon-italy-2014/talk.rst --- a/talk/pycon-italy-2014/talk

[pypy-commit] extradoc extradoc: The number "800x" is bogus, it's "8x-20x", which I'll round to 10x.

2014-05-24 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5265:a8bd5d229c8f Date: 2014-05-24 16:44 +0200 http://bitbucket.org/pypy/extradoc/changeset/a8bd5d229c8f/ Log:The number "800x" is bogus, it's "8x-20x", which I'll round to 10x. diff --git a/talk/pycon-italy-2014/talk.rst b/talk/pycon-italy-201

[pypy-commit] pypy unify-call-ops: kill HighLevelOp.forced_opname

2014-05-24 Thread rlamy
Author: Ronan Lamy Branch: unify-call-ops Changeset: r71695:db7249733b48 Date: 2014-05-24 05:46 +0100 http://bitbucket.org/pypy/pypy/changeset/db7249733b48/ Log:kill HighLevelOp.forced_opname diff --git a/rpython/rtyper/lltypesystem/rpbc.py b/rpython/rtyper/lltypesystem/rpbc.py --- a/rpytho

[pypy-commit] pypy unify-call-ops: Don't fiddle with spaceop.opname in rtypedelegate()

2014-05-24 Thread rlamy
Author: Ronan Lamy Branch: unify-call-ops Changeset: r71696:62eb2cc34cbc Date: 2014-05-24 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/62eb2cc34cbc/ Log:Don't fiddle with spaceop.opname in rtypedelegate() diff --git a/rpython/rtyper/rcontrollerentry.py b/rpython/rtyper/rcontrolleren

[pypy-commit] pypy default: Remove a pointless distinction between the base class and the subclass

2014-05-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71697:d54efd025688 Date: 2014-05-24 12:21 -0500 http://bitbucket.org/pypy/pypy/changeset/d54efd025688/ Log:Remove a pointless distinction between the base class and the subclass diff --git a/rpython/rtyper/typesystem.py b/rpython/rtyper/typesy

[pypy-commit] pypy default: merged upstream

2014-05-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71698:bddbc93c6eab Date: 2014-05-24 12:21 -0500 http://bitbucket.org/pypy/pypy/changeset/bddbc93c6eab/ Log:merged upstream diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py --- a/pypy/module/imp/importing.py +++ b/pypy/module/im

[pypy-commit] pypy default: Removed two pieces of pointless indirection from the typesystem abstraction

2014-05-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71699:9e4c880da845 Date: 2014-05-24 12:26 -0500 http://bitbucket.org/pypy/pypy/changeset/9e4c880da845/ Log:Removed two pieces of pointless indirection from the typesystem abstraction diff --git a/rpython/rtyper/llinterp.py b/rpython/rtyper/lli

[pypy-commit] pypy default: removed an unused function

2014-05-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71700:aa1f312b6444 Date: 2014-05-24 12:28 -0500 http://bitbucket.org/pypy/pypy/changeset/aa1f312b6444/ Log:removed an unused function diff --git a/rpython/rtyper/typesystem.py b/rpython/rtyper/typesystem.py --- a/rpython/rtyper/typesystem.py +++ b/rpy

[pypy-commit] pypy default: unused local var

2014-05-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71701:8f6c7df80cdc Date: 2014-05-24 12:31 -0500 http://bitbucket.org/pypy/pypy/changeset/8f6c7df80cdc/ Log:unused local var diff --git a/rpython/rtyper/rmodel.py b/rpython/rtyper/rmodel.py --- a/rpython/rtyper/rmodel.py +++ b/rpython/rtyper/rmodel.py

[pypy-commit] pypy default: Removed pointless singleton

2014-05-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71702:88669e5d7fe2 Date: 2014-05-24 13:25 -0500 http://bitbucket.org/pypy/pypy/changeset/88669e5d7fe2/ Log:Removed pointless singleton diff --git a/rpython/rtyper/rtyper.py b/rpython/rtyper/rtyper.py --- a/rpython/rtyper/rtyper.py +++ b/rpython/rtyper

[pypy-commit] pypy default: merged upstream

2014-05-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71706:eb63b07ea99a Date: 2014-05-24 14:01 -0500 http://bitbucket.org/pypy/pypy/changeset/eb63b07ea99a/ Log:merged upstream diff --git a/rpython/rlib/rsocket.py b/rpython/rlib/rsocket.py --- a/rpython/rlib/rsocket.py +++ b/rpython/rlib/rsocket.py @@ -2

[pypy-commit] pypy default: Removed another indirection on LowLevelTypeSystem

2014-05-24 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r71705:71a9f28d192f Date: 2014-05-24 13:58 -0500 http://bitbucket.org/pypy/pypy/changeset/71a9f28d192f/ Log:Removed another indirection on LowLevelTypeSystem diff --git a/rpython/jit/codewriter/call.py b/rpython/jit/codewriter/call.py --- a/rpython/jit

[pypy-commit] pypy mtrand: close abandoned branch

2014-05-24 Thread mattip
Author: mattip Branch: mtrand Changeset: r71712:66b52d5145a4 Date: 2014-05-22 23:02 +0300 http://bitbucket.org/pypy/pypy/changeset/66b52d5145a4/ Log:close abandoned branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/

[pypy-commit] pypy win32-distutils: close abandoned branch

2014-05-24 Thread mattip
Author: mattip Branch: win32-distutils Changeset: r71710:0d7cae3d25d0 Date: 2014-05-22 22:56 +0300 http://bitbucket.org/pypy/pypy/changeset/0d7cae3d25d0/ Log:close abandoned branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.py

[pypy-commit] pypy win32-stdlib: close abandoned branch

2014-05-24 Thread mattip
Author: mattip Branch: win32-stdlib Changeset: r71708:ec4a79deebf2 Date: 2014-05-22 22:53 +0300 http://bitbucket.org/pypy/pypy/changeset/ec4a79deebf2/ Log:close abandoned branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.pytho

[pypy-commit] pypy closed-branches: merge closed numpypy-argminmax

2014-05-24 Thread mattip
Author: mattip Branch: closed-branches Changeset: r71715:8552c7299027 Date: 2014-05-22 23:07 +0300 http://bitbucket.org/pypy/pypy/changeset/8552c7299027/ Log:merge closed numpypy-argminmax ___ pypy-commit mailing list pypy-commit@python.org https:/

[pypy-commit] pypy closed-branches: merge closed win32-stdlib

2014-05-24 Thread mattip
Author: mattip Branch: closed-branches Changeset: r71714:6d154eeec77a Date: 2014-05-22 23:07 +0300 http://bitbucket.org/pypy/pypy/changeset/6d154eeec77a/ Log:merge closed win32-stdlib ___ pypy-commit mailing list pypy-commit@python.org https://mail

[pypy-commit] pypy numpypy-argminmax: close abandoned branch

2014-05-24 Thread mattip
Author: mattip Branch: numpypy-argminmax Changeset: r71709:871a521b6e5c Date: 2014-05-22 22:54 +0300 http://bitbucket.org/pypy/pypy/changeset/871a521b6e5c/ Log:close abandoned branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.

[pypy-commit] pypy closed-branches: reclose this branch

2014-05-24 Thread mattip
Author: mattip Branch: closed-branches Changeset: r71720:6eaf748cca21 Date: 2014-05-22 23:10 +0300 http://bitbucket.org/pypy/pypy/changeset/6eaf748cca21/ Log:reclose this branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.pytho

[pypy-commit] pypy closed-branches: merge closed python-numpy

2014-05-24 Thread mattip
Author: mattip Branch: closed-branches Changeset: r71717:669620b135e2 Date: 2014-05-22 23:08 +0300 http://bitbucket.org/pypy/pypy/changeset/669620b135e2/ Log:merge closed python-numpy ___ pypy-commit mailing list pypy-commit@python.org https://mail

[pypy-commit] pypy cpyext-best_base: reclose merged branch

2014-05-24 Thread mattip
Author: mattip Branch: cpyext-best_base Changeset: r71713:af184ac9d2cd Date: 2014-05-22 23:04 +0300 http://bitbucket.org/pypy/pypy/changeset/af184ac9d2cd/ Log:reclose merged branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.py

[pypy-commit] pypy packaging: cleanup, try to create LICENSE on darwin

2014-05-24 Thread mattip
Author: mattip Branch: packaging Changeset: r71707:b06df720007f Date: 2014-05-22 22:41 +0300 http://bitbucket.org/pypy/pypy/changeset/b06df720007f/ Log:cleanup, try to create LICENSE on darwin diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool/release/pa

[pypy-commit] pypy closed-branches: merge closed win32-distutils

2014-05-24 Thread mattip
Author: mattip Branch: closed-branches Changeset: r71716:2064314495e5 Date: 2014-05-22 23:08 +0300 http://bitbucket.org/pypy/pypy/changeset/2064314495e5/ Log:merge closed win32-distutils ___ pypy-commit mailing list pypy-commit@python.org https://m

[pypy-commit] pypy closed-branches: merge closed mtrand

2014-05-24 Thread mattip
Author: mattip Branch: closed-branches Changeset: r71718:32a480d45d12 Date: 2014-05-22 23:08 +0300 http://bitbucket.org/pypy/pypy/changeset/32a480d45d12/ Log:merge closed mtrand ___ pypy-commit mailing list pypy-commit@python.org https://mail.pytho

[pypy-commit] pypy python-numpy: close abandoned branch

2014-05-24 Thread mattip
Author: mattip Branch: python-numpy Changeset: r71711:a0f336f2c38d Date: 2014-05-22 22:58 +0300 http://bitbucket.org/pypy/pypy/changeset/a0f336f2c38d/ Log:close abandoned branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.pytho

[pypy-commit] pypy closed-branches: merge closed cpyext-best_base

2014-05-24 Thread mattip
Author: mattip Branch: closed-branches Changeset: r71719:dcbfb4461e2f Date: 2014-05-22 23:09 +0300 http://bitbucket.org/pypy/pypy/changeset/dcbfb4461e2f/ Log:merge closed cpyext-best_base ___ pypy-commit mailing list pypy-commit@python.org https://

[pypy-commit] pypy ufuncapi: cleanup

2014-05-24 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r71721:9a2be21902ab Date: 2014-05-24 23:09 +0300 http://bitbucket.org/pypy/pypy/changeset/9a2be21902ab/ Log:cleanup diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/module/micronumpy/te

[pypy-commit] pypy ufuncapi: add failing test

2014-05-24 Thread mattip
Author: mattip Branch: ufuncapi Changeset: r71722:86cd75baa6be Date: 2014-05-24 23:10 +0300 http://bitbucket.org/pypy/pypy/changeset/86cd75baa6be/ Log:add failing test diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/module/micr

[pypy-commit] pypy unify-call-ops: fix r_os_stat.py

2014-05-24 Thread rlamy
Author: Ronan Lamy Branch: unify-call-ops Changeset: r71723:8ca76f81be34 Date: 2014-05-25 03:14 +0100 http://bitbucket.org/pypy/pypy/changeset/8ca76f81be34/ Log:fix r_os_stat.py diff --git a/rpython/rtyper/module/r_os_stat.py b/rpython/rtyper/module/r_os_stat.py --- a/rpython/rtyper/module/

[pypy-commit] pypy unify-call-ops: kill bookkeeper.build_args

2014-05-24 Thread rlamy
Author: Ronan Lamy Branch: unify-call-ops Changeset: r71724:9d5ad8746f40 Date: 2014-05-25 03:41 +0100 http://bitbucket.org/pypy/pypy/changeset/9d5ad8746f40/ Log:kill bookkeeper.build_args diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py --- a/rpython/annotator/b