[pypy-commit] pypy default: update force-build

2014-04-30 Thread mattip
Author: mattip Branch: Changeset: r71084:f3642fa28522 Date: 2014-04-30 16:00 +0300 http://bitbucket.org/pypy/pypy/changeset/f3642fa28522/ Log:update force-build diff --git a/pypy/tool/release/force-builds.py b/pypy/tool/release/force-builds.py --- a/pypy/tool/release/force-builds.py +++ b/

[pypy-commit] pypy default: merge heads

2014-04-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r71087:d707051da931 Date: 2014-04-30 15:02 +0200 http://bitbucket.org/pypy/pypy/changeset/d707051da931/ Log:merge heads diff --git a/pypy/tool/release/force-builds.py b/pypy/tool/release/force-builds.py --- a/pypy/tool/release/force-builds.py +++ b/pyp

[pypy-commit] pypy default: Add a test for cast_float_to_singlefloat. Fails so far because

2014-04-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r71085:9761ff01220d Date: 2014-04-30 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/9761ff01220d/ Log:Add a test for cast_float_to_singlefloat. Fails so far because the x86 backend doesn't correctly zero out the upper 4 bytes. diff --git a

[pypy-commit] pypy default: Finally clean up this small mess: replace MOVD with MOVDQ or MOVD32.

2014-04-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r71086:10ad80d9a210 Date: 2014-04-30 14:53 +0200 http://bitbucket.org/pypy/pypy/changeset/10ad80d9a210/ Log:Finally clean up this small mess: replace MOVD with MOVDQ or MOVD32. The latter is always 32-bit. The former is always WORD-sized and

[pypy-commit] pypy stmgc-c7: missing POP_j

2014-04-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71088:b0a7c1fa4800 Date: 2014-04-29 15:49 +0200 http://bitbucket.org/pypy/pypy/changeset/b0a7c1fa4800/ Log:missing POP_j diff --git a/rpython/jit/backend/x86/rx86.py b/rpython/jit/backend/x86/rx86.py --- a/rpython/jit/backend/x86/rx86.py +++ b/

[pypy-commit] pypy stmgc-c7: merge heads

2014-04-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71089:3d931c688c39 Date: 2014-04-30 15:03 +0200 http://bitbucket.org/pypy/pypy/changeset/3d931c688c39/ Log:merge heads diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py --- a/pypy/module/__pypy__/__init__.py +++ b

[pypy-commit] pypy stmgc-c7: merge heads

2014-04-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71091:24698a02507b Date: 2014-04-29 15:50 +0200 http://bitbucket.org/pypy/pypy/changeset/24698a02507b/ Log:merge heads diff --git a/rpython/jit/backend/x86/rx86.py b/rpython/jit/backend/x86/rx86.py --- a/rpython/jit/backend/x86/rx86.py +++ b/rp

[pypy-commit] pypy stmgc-c7: merge heads

2014-04-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71092:c7ff109cfc93 Date: 2014-04-30 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/c7ff109cfc93/ Log:merge heads ___ pypy-commit mailing list [email protected] https://mail.python.org/mailm

[pypy-commit] pypy stmgc-c7: Disable the STACK_MARKER here (it's not compatible with the current logic)

2014-04-30 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r71090:206ffc6cff43 Date: 2014-04-29 15:50 +0200 http://bitbucket.org/pypy/pypy/changeset/206ffc6cff43/ Log:Disable the STACK_MARKER here (it's not compatible with the current logic) until we figure out if it's really necessary. diff --g

[pypy-commit] pypy py3k: port some improvements from default

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: py3k Changeset: r71093:33694c682b75 Date: 2014-04-30 12:52 -0400 http://bitbucket.org/pypy/pypy/changeset/33694c682b75/ Log:port some improvements from default diff --git a/lib_pypy/_testcapi.py b/lib_pypy/_testcapi.py --- a/lib_pypy/_testcapi.py +++ b/lib_pypy/_

[pypy-commit] pypy default: reduce diff with py3k

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71094:62effbe1245d Date: 2014-04-30 12:53 -0400 http://bitbucket.org/pypy/pypy/changeset/62effbe1245d/ Log:reduce diff with py3k diff --git a/pypy/module/__builtin__/compiling.py b/pypy/module/__builtin__/compiling.py --- a/pypy/module/__builtin__/c

[pypy-commit] pypy release-2.3.x: merge default into branch

2014-04-30 Thread mattip
Author: Matti Picus Branch: release-2.3.x Changeset: r71096:99d54aa2a1e4 Date: 2014-04-30 20:01 +0300 http://bitbucket.org/pypy/pypy/changeset/99d54aa2a1e4/ Log:merge default into branch diff --git a/pypy/tool/release/force-builds.py b/pypy/tool/release/force-builds.py --- a/pypy/tool/relea

[pypy-commit] pypy default: fix numpy.maximum/minimum on nans

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71097:c691b2acd560 Date: 2014-04-30 14:24 -0400 http://bitbucket.org/pypy/pypy/changeset/c691b2acd560/ Log:fix numpy.maximum/minimum on nans diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/p

[pypy-commit] pypy default: Hack cProfile.py to avoid creating explicitly the main module's

2014-04-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r71098:a1486cf0b55f Date: 2014-04-30 20:39 +0200 http://bitbucket.org/pypy/pypy/changeset/a1486cf0b55f/ Log:Hack cProfile.py to avoid creating explicitly the main module's dictionary. Instead, use new.module() and implicitly get it by rea

[pypy-commit] pypy default: fix

2014-04-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r71099:b7515f0e2ef5 Date: 2014-04-30 20:53 +0200 http://bitbucket.org/pypy/pypy/changeset/b7515f0e2ef5/ Log:fix diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/jit/backend/test/runner_test.py

[pypy-commit] pypy default: merge heads

2014-04-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r71100:984c2d21a9f5 Date: 2014-04-30 20:54 +0200 http://bitbucket.org/pypy/pypy/changeset/984c2d21a9f5/ Log:merge heads diff --git a/lib-python/2.7/cProfile.py b/lib-python/2.7/cProfile.py --- a/lib-python/2.7/cProfile.py +++ b/lib-python/2.7/cProfile.p

[pypy-commit] pypy default: Fix this skipped test by moving the logic from rewrite.py to pure.py,

2014-04-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r71102:3f8b9a32c444 Date: 2014-04-30 21:12 +0200 http://bitbucket.org/pypy/pypy/changeset/3f8b9a32c444/ Log:Fix this skipped test by moving the logic from rewrite.py to pure.py, which runs after vstring.py. diff --git a/rpython/jit/metainterp/op

[pypy-commit] pypy default: Kill the jit.elidable_promote() here. One remaining issue left in the jit code.

2014-04-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r71101:5084e653283f Date: 2014-04-30 21:03 +0200 http://bitbucket.org/pypy/pypy/changeset/5084e653283f/ Log:Kill the jit.elidable_promote() here. One remaining issue left in the jit code. diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy

[pypy-commit] pypy default: fix _socket.socket name/module

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71103:3f94cefb76d7 Date: 2014-04-30 15:12 -0400 http://bitbucket.org/pypy/pypy/changeset/3f94cefb76d7/ Log:fix _socket.socket name/module diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/module/_soc

[pypy-commit] pypy default: new module is deprecated, use types

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71104:c4c478a2375b Date: 2014-04-30 15:18 -0400 http://bitbucket.org/pypy/pypy/changeset/c4c478a2375b/ Log:new module is deprecated, use types diff --git a/lib-python/2.7/cProfile.py b/lib-python/2.7/cProfile.py --- a/lib-python/2.7/cProfile.py +++ b

[pypy-commit] pypy default: Another passing test

2014-04-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r71105:5c15e6bbc796 Date: 2014-04-30 22:32 +0200 http://bitbucket.org/pypy/pypy/changeset/5c15e6bbc796/ Log:Another passing test diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py b/rpython/jit/metainterp/optimizeopt/test/test_o

[pypy-commit] pypy default: Trying out with a promote_string() here...

2014-04-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r71106:fc261cbeb029 Date: 2014-04-30 22:56 +0200 http://bitbucket.org/pypy/pypy/changeset/fc261cbeb029/ Log:Trying out with a promote_string() here... diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsprof.py --- a/pypy/m

[pypy-commit] pypy default: fix some numpy dtype_from_spec cases

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71107:a951d09ad58f Date: 2014-04-30 18:23 -0400 http://bitbucket.org/pypy/pypy/changeset/a951d09ad58f/ Log:fix some numpy dtype_from_spec cases diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py --- a/pypy/modul

[pypy-commit] pypy issue1430: add locks and copy hostent. now it segfaults, add print to see where

2014-04-30 Thread mattip
Author: mattip Branch: issue1430 Changeset: r71109:df59574c Date: 2014-05-01 01:29 +0300 http://bitbucket.org/pypy/pypy/changeset/df59574c/ Log:add locks and copy hostent. now it segfaults, add print to see where diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi

[pypy-commit] pypy issue1430: add tests

2014-04-30 Thread mattip
Author: mattip Branch: issue1430 Changeset: r71108:f5c53e131b78 Date: 2014-05-01 01:23 +0300 http://bitbucket.org/pypy/pypy/changeset/f5c53e131b78/ Log:add tests diff --git a/rpython/rlib/test/test_rsocket.py b/rpython/rlib/test/test_rsocket.py --- a/rpython/rlib/test/test_rsocket.py +++ b/

[pypy-commit] pypy issue1430: cleanup

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: issue1430 Changeset: r71110:1505774100fd Date: 2014-04-30 19:24 -0400 http://bitbucket.org/pypy/pypy/changeset/1505774100fd/ Log:cleanup diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py --- a/rpython/rlib/_rsocket_rffi.py +++ b/rpython/r

[pypy-commit] pypy default: typo

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r7:6dcb8c27710f Date: 2014-04-30 19:49 -0400 http://bitbucket.org/pypy/pypy/changeset/6dcb8c27710f/ Log:typo diff --git a/rpython/jit/metainterp/test/test_string.py b/rpython/jit/metainterp/test/test_string.py --- a/rpython/jit/metainterp/test/te

[pypy-commit] pypy default: backout 3f8b9a32c444, broke tests

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71112:43fa812a3a88 Date: 2014-04-30 19:53 -0400 http://bitbucket.org/pypy/pypy/changeset/43fa812a3a88/ Log:backout 3f8b9a32c444, broke tests http://buildbot.pypy.org/summary?b ranch=%3Ctrunk%3E&recentrev=71106:fc261cbeb029 diff --git a/rpytho

[pypy-commit] pypy default: cleanup

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71113:388f7ec7a85b Date: 2014-04-30 19:58 -0400 http://bitbucket.org/pypy/pypy/changeset/388f7ec7a85b/ Log:cleanup diff --git a/pypy/module/_lsprof/interp_lsprof.py b/pypy/module/_lsprof/interp_lsprof.py --- a/pypy/module/_lsprof/interp_lsprof.py ++

[pypy-commit] pypy default: properly handle dtype commastrings

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71114:e00029917beb Date: 2014-04-30 21:17 -0400 http://bitbucket.org/pypy/pypy/changeset/e00029917beb/ Log:properly handle dtype commastrings diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py --- a/pypy/module/

[pypy-commit] pypy default: support numpy.dtype('a#')

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71115:d76f8f5ea228 Date: 2014-04-30 23:17 -0400 http://bitbucket.org/pypy/pypy/changeset/d76f8f5ea228/ Log:support numpy.dtype('a#') diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py --- a/pypy/module/micronump

[pypy-commit] pypy default: support ndarray.clip with only one of min or max

2014-04-30 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r71116:891a19edd076 Date: 2014-04-30 23:51 -0400 http://bitbucket.org/pypy/pypy/changeset/891a19edd076/ Log:support ndarray.clip with only one of min or max diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py ---