[pypy-commit] pypy less-stringly-ops: use op.* instead of SpaceOperation in flatten_star_args()

2013-11-23 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r68284:0339d8e5180b Date: 2013-11-23 12:27 +0100 http://bitbucket.org/pypy/pypy/changeset/0339d8e5180b/ Log:use op.* instead of SpaceOperation in flatten_star_args() diff --git a/rpython/annotator/specialize.py b/rpython/annotator/speci

[pypy-commit] pypy less-stringly-ops: kill unnecessary generator_mark SpaceOperation

2013-11-23 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r68285:11e46d3b0aeb Date: 2013-11-23 12:36 +0100 http://bitbucket.org/pypy/pypy/changeset/11e46d3b0aeb/ Log:kill unnecessary generator_mark SpaceOperation diff --git a/rpython/flowspace/generator.py b/rpython/flowspace/generator.py ---

[pypy-commit] pypy less-stringly-ops: Don't use raw SpaceOperations in split_block()

2013-11-23 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r68286:de329cbe402e Date: 2013-11-23 12:49 +0100 http://bitbucket.org/pypy/pypy/changeset/de329cbe402e/ Log:Don't use raw SpaceOperations in split_block() diff --git a/rpython/translator/unsimplify.py b/rpython/translator/unsimplify.py

[pypy-commit] pypy less-stringly-ops: avoid raw SpaceOperation

2013-11-23 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r68287:fe79ac378ab2 Date: 2013-11-23 13:23 +0100 http://bitbucket.org/pypy/pypy/changeset/fe79ac378ab2/ Log:avoid raw SpaceOperation diff --git a/rpython/rtyper/test/test_llinterp.py b/rpython/rtyper/test/test_llinterp.py --- a/rpython

[pypy-commit] pypy less-stringly-ops: move consider() from SpaceOperation to HLOperaation; add op.hint

2013-11-23 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r68288:b1788bf86873 Date: 2013-11-23 13:43 +0100 http://bitbucket.org/pypy/pypy/changeset/b1788bf86873/ Log:move consider() from SpaceOperation to HLOperaation; add op.hint NB: The HLOperation are now precisely those that are ha

[pypy-commit] pypy less-stringly-ops: hg merge default

2013-11-23 Thread rlamy
Author: Ronan Lamy Branch: less-stringly-ops Changeset: r68289:001ff2a06b0c Date: 2013-11-23 14:03 +0100 http://bitbucket.org/pypy/pypy/changeset/001ff2a06b0c/ Log:hg merge default diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/socket.py --- a/lib-python/2.7/socket.py +++ b/lib-pytho

[pypy-commit] cffi default: Include win64.obj in the source archive

2013-11-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r1424:6430e95da26e Date: 2013-11-23 16:10 +0100 http://bitbucket.org/cffi/cffi/changeset/6430e95da26e/ Log:Include win64.obj in the source archive diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ recursive-incl

[pypy-commit] pypy default: Fix for issue #1646

2013-11-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r68290:eddf9beed68a Date: 2013-11-23 16:21 +0100 http://bitbucket.org/pypy/pypy/changeset/eddf9beed68a/ Log:Fix for issue #1646 diff --git a/pypy/module/itertools/interp_itertools.py b/pypy/module/itertools/interp_itertools.py --- a/pypy/module/itertoo

[pypy-commit] pypy default: fix tests for changeset 5ed628789a2c

2013-11-23 Thread mattip
Author: Matti Picus Branch: Changeset: r68292:287eb01c11f4 Date: 2013-11-23 20:05 +0200 http://bitbucket.org/pypy/pypy/changeset/287eb01c11f4/ Log:fix tests for changeset 5ed628789a2c diff --git a/rpython/jit/backend/x86/test/test_ztranslation_basic.py b/rpython/jit/backend/x86/test/test_z

[pypy-commit] pypy voidtype_strformat: merge with default

2013-11-23 Thread mattip
Author: Matti Picus Branch: voidtype_strformat Changeset: r68291:abf0729cab66 Date: 2013-11-23 19:16 +0200 http://bitbucket.org/pypy/pypy/changeset/abf0729cab66/ Log:merge with default diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/socket.py --- a/lib-python/2.7/socket.py +++ b/lib-p

[pypy-commit] pypy voidtype_strformat: document branch

2013-11-23 Thread mattip
Author: Matti Picus Branch: voidtype_strformat Changeset: r68293:7eeca50ae4ec Date: 2013-11-23 21:01 +0200 http://bitbucket.org/pypy/pypy/changeset/7eeca50ae4ec/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/py

[pypy-commit] pypy voidtype_strformat: close branch to be merged

2013-11-23 Thread mattip
Author: Matti Picus Branch: voidtype_strformat Changeset: r68294:074fa1db3ea6 Date: 2013-11-23 21:32 +0200 http://bitbucket.org/pypy/pypy/changeset/074fa1db3ea6/ Log:close branch to be merged ___ pypy-commit mailing list [email protected] http

[pypy-commit] pypy default: merge voidtype_strformat, which improves str formatting for record ndarrays

2013-11-23 Thread mattip
Author: Matti Picus Branch: Changeset: r68295:f8f583791850 Date: 2013-11-23 21:33 +0200 http://bitbucket.org/pypy/pypy/changeset/f8f583791850/ Log:merge voidtype_strformat, which improves str formatting for record ndarrays diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-

[pypy-commit] pypy default: fix zjit failure

2013-11-23 Thread mattip
Author: Matti Picus Branch: Changeset: r68296:ddc151cf2838 Date: 2013-11-23 23:57 +0200 http://bitbucket.org/pypy/pypy/changeset/ddc151cf2838/ Log:fix zjit failure diff --git a/pypy/module/micronumpy/interp_dtype.py b/pypy/module/micronumpy/interp_dtype.py --- a/pypy/module/micronumpy/inte