[pypy-commit] pypy stdlib-2.7.9: Translation fix

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75795:5ffa2d51f624 Date: 2015-02-10 09:29 +0100 http://bitbucket.org/pypy/pypy/changeset/5ffa2d51f624/ Log:Translation fix diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ssl/interp_win32.py --- a/pypy/module/_ssl/int

[pypy-commit] pypy vmprof: - Fix rbisect to match the expectations of asmmmemmgr.

2015-02-10 Thread arigo
Author: Armin Rigo Branch: vmprof Changeset: r75797:700eed63ab38 Date: 2015-02-10 13:44 +0100 http://bitbucket.org/pypy/pypy/changeset/700eed63ab38/ Log:- Fix rbisect to match the expectations of asmmmemmgr. - Fix asmmemmgr to not kill a random jit_codemap entry every time fr

[pypy-commit] pypy stmgc-c7: Marginally better

2015-02-10 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75796:3324de0ff750 Date: 2015-02-10 11:27 +0100 http://bitbucket.org/pypy/pypy/changeset/3324de0ff750/ Log:Marginally better diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py --- a/rpython/rlib/rstm.py +++ b/rpython/rlib/rstm.py @@ -74,7

[pypy-commit] pypy vmprof: fix the tests

2015-02-10 Thread fijal
Author: Maciej Fijalkowski Branch: vmprof Changeset: r75798:7af23468be1c Date: 2015-02-10 14:51 +0200 http://bitbucket.org/pypy/pypy/changeset/7af23468be1c/ Log:fix the tests diff --git a/rpython/jit/backend/llsupport/codemap.py b/rpython/jit/backend/llsupport/codemap.py --- a/rpython/jit/b

[pypy-commit] pypy vmprof: Tweaks, including one which is a fix for find_codemap_at_addr() I think

2015-02-10 Thread arigo
Author: Armin Rigo Branch: vmprof Changeset: r75799:9d2347008c52 Date: 2015-02-10 14:38 +0100 http://bitbucket.org/pypy/pypy/changeset/9d2347008c52/ Log:Tweaks, including one which is a fix for find_codemap_at_addr() I think diff --git a/rpython/jit/backend/llsupport/asmmemmgr.py b/

[pypy-commit] pypy stdlib-2.7.9: Translation fix

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75800:315890b5116a Date: 2015-02-10 15:03 +0100 http://bitbucket.org/pypy/pypy/changeset/315890b5116a/ Log:Translation fix diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ssl/interp_win32.py --- a/pypy/module/_ssl/int

[pypy-commit] pypy stdlib-2.7.9: fix typo

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75801:268a268ecf64 Date: 2015-02-10 15:22 +0100 http://bitbucket.org/pypy/pypy/changeset/268a268ecf64/ Log:fix typo diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ssl/interp_win32.py --- a/pypy/module/_ssl/interp_win

[pypy-commit] pypy framestate: Fix Return.nomoreblocks()

2015-02-10 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75802:80fb13c783c8 Date: 2015-02-08 19:48 + http://bitbucket.org/pypy/pypy/changeset/80fb13c783c8/ Log:Fix Return.nomoreblocks() diff --git a/rpython/flowspace/flowcontext.py b/rpython/flowspace/flowcontext.py --- a/rpython/flowspace/flow

[pypy-commit] pypy framestate: find the actual target of break statements during analyze_signals() phase

2015-02-10 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75805:c984486d36dc Date: 2015-02-10 06:39 + http://bitbucket.org/pypy/pypy/changeset/c984486d36dc/ Log:find the actual target of break statements during analyze_signals() phase diff --git a/rpython/flowspace/bytecode.py b/rpython/

[pypy-commit] pypy framestate: Directly call ctx.unroll() in some cases

2015-02-10 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75804:f4c41b6cf812 Date: 2015-02-10 01:17 + http://bitbucket.org/pypy/pypy/changeset/f4c41b6cf812/ Log:Directly call ctx.unroll() in some cases diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/bytecode.py --- a/rpython/flows

[pypy-commit] pypy framestate: Start new bc_blocks after instructions that modify the blockstack

2015-02-10 Thread rlamy
Author: Ronan Lamy Branch: framestate Changeset: r75803:591f5aefe17b Date: 2015-02-09 16:33 + http://bitbucket.org/pypy/pypy/changeset/591f5aefe17b/ Log:Start new bc_blocks after instructions that modify the blockstack diff --git a/rpython/flowspace/bytecode.py b/rpython/flowspace/byteco

[pypy-commit] pypy stdlib-2.7.9: add missing function

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75806:0ab846ce79d9 Date: 2015-02-10 19:15 +0100 http://bitbucket.org/pypy/pypy/changeset/0ab846ce79d9/ Log:add missing function diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ssl/interp_win32.py --- a/pypy/module/_ss

[pypy-commit] pypy default: Document the result of "is" on NaNs.

2015-02-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r75807:112c34045210 Date: 2015-02-10 19:18 +0100 http://bitbucket.org/pypy/pypy/changeset/112c34045210/ Log:Document the result of "is" on NaNs. diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_diff

[pypy-commit] pypy default: Issue #1975: copy and adapt the audioop module from the py3.3 branch.

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r75808:4e83debd33c2 Date: 2015-02-10 19:24 +0100 http://bitbucket.org/pypy/pypy/changeset/4e83debd33c2/ Log:Issue #1975: copy and adapt the audioop module from the py3.3 branch. diff --git a/lib-python/2.7/test/test_audioop.py b/lib-p

[pypy-commit] pypy default: force compilation of ffi library in audioop.py

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: Changeset: r75809:91ccdfc264d5 Date: 2015-02-10 19:32 +0100 http://bitbucket.org/pypy/pypy/changeset/91ccdfc264d5/ Log:force compilation of ffi library in audioop.py diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/pypy/tool

[pypy-commit] pypy default: The float-list strategy needs to be slightly more careful about NaNs

2015-02-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r75810:690f33fb3b3e Date: 2015-02-10 19:27 +0100 http://bitbucket.org/pypy/pypy/changeset/690f33fb3b3e/ Log:The float-list strategy needs to be slightly more careful about NaNs diff --git a/pypy/objspace/std/listobject.py b/pypy/objspace/std/listobject.

[pypy-commit] pypy default: merge heads

2015-02-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r75812:937407e63958 Date: 2015-02-10 19:37 +0100 http://bitbucket.org/pypy/pypy/changeset/937407e63958/ Log:merge heads diff --git a/lib-python/2.7/test/test_audioop.py b/lib-python/2.7/test/test_audioop.py --- a/lib-python/2.7/test/test_audioop.py +++

[pypy-commit] pypy default: Same issue with tuples containing NaNs

2015-02-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r75811:68255911a884 Date: 2015-02-10 19:34 +0100 http://bitbucket.org/pypy/pypy/changeset/68255911a884/ Log:Same issue with tuples containing NaNs diff --git a/pypy/objspace/std/specialisedtupleobject.py b/pypy/objspace/std/specialisedtupleobject.py --

[pypy-commit] pypy default: Fix docstring

2015-02-10 Thread arigo
Author: Armin Rigo Branch: Changeset: r75813:821eb2210b1a Date: 2015-02-10 19:58 +0100 http://bitbucket.org/pypy/pypy/changeset/821eb2210b1a/ Log:Fix docstring diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +++ b/pypy/

[pypy-commit] pypy default: do not modify caller's locals

2015-02-10 Thread mattip
Author: mattip Branch: Changeset: r75814:6ac9dab8648a Date: 2015-02-10 22:32 +0200 http://bitbucket.org/pypy/pypy/changeset/6ac9dab8648a/ Log:do not modify caller's locals diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --- a/rpython/translator/

[pypy-commit] pypy py3k: Fix a corner case where a key of module.__dict__ could be retrieved

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75815:8b50f6d3aebe Date: 2015-02-10 22:20 +0100 http://bitbucket.org/pypy/pypy/changeset/8b50f6d3aebe/ Log:Fix a corner case where a key of module.__dict__ could be retrieved as a bytes object. Probably fixes translation a

[pypy-commit] pypy stdlib-2.7.9: translation fixes

2015-02-10 Thread mattip
Author: mattip Branch: stdlib-2.7.9 Changeset: r75818:92a7192649f6 Date: 2015-02-10 23:27 +0200 http://bitbucket.org/pypy/pypy/changeset/92a7192649f6/ Log:translation fixes diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/_ssl/interp_ssl.py +++ b

[pypy-commit] pypy stdlib-2.7.9: typo

2015-02-10 Thread mattip
Author: mattip Branch: stdlib-2.7.9 Changeset: r75816:cbe8c24dac40 Date: 2015-02-10 20:23 +0200 http://bitbucket.org/pypy/pypy/changeset/cbe8c24dac40/ Log:typo diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ssl/interp_win32.py --- a/pypy/module/_ssl/interp_win32.py +++ b/pypy/m

[pypy-commit] pypy stdlib-2.7.9: avoid modifying caller's args

2015-02-10 Thread mattip
Author: mattip Branch: stdlib-2.7.9 Changeset: r75817:6e439976f4a6 Date: 2015-02-10 20:55 +0200 http://bitbucket.org/pypy/pypy/changeset/6e439976f4a6/ Log:avoid modifying caller's args diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --- a/rpython

[pypy-commit] buildbot issue-1759: allow valid slave names in slaveinfo.py even if debugging

2015-02-10 Thread mattip
Author: mattip Branch: issue-1759 Changeset: r925:306d94b288c6 Date: 2015-02-09 20:05 +0200 http://bitbucket.org/pypy/buildbot/changeset/306d94b288c6/ Log:allow valid slave names in slaveinfo.py even if debugging diff --git a/master/master.cfg b/master/master.cfg --- a/master/master.cfg +++

[pypy-commit] buildbot issue-1759: make dual numpy targets work

2015-02-10 Thread mattip
Author: mattip Branch: issue-1759 Changeset: r929:158e6b7e5482 Date: 2015-02-10 21:49 +0200 http://bitbucket.org/pypy/buildbot/changeset/158e6b7e5482/ Log:make dual numpy targets work diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py --- a/bot2/pypybuildbot/builds.py +++

[pypy-commit] buildbot issue-1759: platform and host attributes are not magic, this probably was a bug in the configuration

2015-02-10 Thread mattip
Author: mattip Branch: issue-1759 Changeset: r928:766b7373be46 Date: 2015-02-10 20:47 +0200 http://bitbucket.org/pypy/buildbot/changeset/766b7373be46/ Log:platform and host attributes are not magic, this probably was a bug in the configuration diff --git a/bot2/pypybuildbot/master.py

[pypy-commit] buildbot issue-1759: move numpy testing to a triggerable build, add win32 target as well

2015-02-10 Thread mattip
Author: mattip Branch: issue-1759 Changeset: r927:caa856444a44 Date: 2015-02-10 18:52 +0200 http://bitbucket.org/pypy/buildbot/changeset/caa856444a44/ Log:move numpy testing to a triggerable build, add win32 target as well diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.p

[pypy-commit] buildbot issue-1759: unused import

2015-02-10 Thread mattip
Author: mattip Branch: issue-1759 Changeset: r926:6f2c2f52bd05 Date: 2015-02-09 20:06 +0200 http://bitbucket.org/pypy/buildbot/changeset/6f2c2f52bd05/ Log:unused import diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.py --- a/bot2/pypybuildbot/arm_master.py +++ b/

[pypy-commit] pypy stdlib-2.7.9: Add newset() to the FakeObjSpace, to fix test_ztranslation

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75819:6e6e94392240 Date: 2015-02-10 23:11 +0100 http://bitbucket.org/pypy/pypy/changeset/6e6e94392240/ Log:Add newset() to the FakeObjSpace, to fix test_ztranslation diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake

[pypy-commit] pypy stdlib-2.7.9: Try space.newset() again

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75820:30bb6fb168fa Date: 2015-02-10 23:12 +0100 http://bitbucket.org/pypy/pypy/changeset/30bb6fb168fa/ Log:Try space.newset() again diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ssl/interp_win32.py --- a/pypy/module

[pypy-commit] pypy stdlib-2.7.9: Use intmask() instead of widen(), the original is unsigned.

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75822:43c604f7b364 Date: 2015-02-10 23:19 +0100 http://bitbucket.org/pypy/pypy/changeset/43c604f7b364/ Log:Use intmask() instead of widen(), the original is unsigned. diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ss

[pypy-commit] pypy stdlib-2.7.9: Looks like RPython WindowsError instances only have winerror.

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75821:b2e29ad07409 Date: 2015-02-10 23:18 +0100 http://bitbucket.org/pypy/pypy/changeset/b2e29ad07409/ Log:Looks like RPython WindowsError instances only have winerror. diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_

[pypy-commit] pypy py3k: Need to decode keys before calling newlist_unicode.

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3k Changeset: r75823:b46622fb88b7 Date: 2015-02-10 23:00 +0100 http://bitbucket.org/pypy/pypy/changeset/b46622fb88b7/ Log:Need to decode keys before calling newlist_unicode. diff --git a/pypy/objspace/std/celldict.py b/pypy/objspace/std/celldict.py ---

[pypy-commit] pypy stdlib-2.7.9: Avoid resizing the list passed to space.newset()

2015-02-10 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: stdlib-2.7.9 Changeset: r75824:ee0c5e8894ed Date: 2015-02-10 23:40 +0100 http://bitbucket.org/pypy/pypy/changeset/ee0c5e8894ed/ Log:Avoid resizing the list passed to space.newset() diff --git a/pypy/module/_ssl/interp_win32.py b/pypy/module/_ssl/interp_wi