[pypy-commit] pypy default: test, fix bogus shape, stride, backstride creation in SliceIterator

2015-01-28 Thread mattip
Author: mattip Branch: Changeset: r75575:7e9970164f05 Date: 2015-01-29 07:07 +0200 http://bitbucket.org/pypy/pypy/changeset/7e9970164f05/ Log:test, fix bogus shape,stride,backstride creation in SliceIterator diff --git a/pypy/module/micronumpy/nditer.py b/pypy/module/micronumpy/nditer.py --

[pypy-commit] pypy stdlib-2.7.9: provide SSLContext get_verify_flags

2015-01-28 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.9 Changeset: r75574:140b8cf78407 Date: 2015-01-28 17:36 -0500 http://bitbucket.org/pypy/pypy/changeset/140b8cf78407/ Log:provide SSLContext get_verify_flags diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py --- a/pypy/module/

[pypy-commit] pypy stdlib-2.7.9: fix _ssl test_npn_protocol when run -A against cpython

2015-01-28 Thread bdkearns
Author: Brian Kearns Branch: stdlib-2.7.9 Changeset: r75573:5b9e66ec2e72 Date: 2015-01-28 17:16 -0500 http://bitbucket.org/pypy/pypy/changeset/5b9e66ec2e72/ Log:fix _ssl test_npn_protocol when run -A against cpython diff --git a/pypy/module/_ssl/test/test_ssl.py b/pypy/module/_ssl/test/test

[pypy-commit] pypy default: used the with block version instead of a manual try...finally

2015-01-28 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r75571:5ce6940b7455 Date: 2015-01-27 17:24 +0100 http://bitbucket.org/pypy/pypy/changeset/5ce6940b7455/ Log:used the with block version instead of a manual try...finally diff --git a/rpython/rlib/rfile.py b/rpython/rlib/rfile.py --- a/rpython/r

[pypy-commit] pypy default: don't give all frames a .builtin module, even if honor__builtins__ is False

2015-01-28 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r75572:a7ee096c07bf Date: 2015-01-28 18:48 +0100 http://bitbucket.org/pypy/pypy/changeset/a7ee096c07bf/ Log:don't give all frames a .builtin module, even if honor__builtins__ is False (the default). __setstate__ was forcing the

[pypy-commit] pypy stmgc-c7: next fix

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75569:b5eea6414a88 Date: 2015-01-28 17:44 +0100 http://bitbucket.org/pypy/pypy/changeset/b5eea6414a88/ Log:next fix diff --git a/rpython/jit/metainterp/memmgr.py b/rpython/jit/metainterp/memmgr.py --- a/rpython/jit/metainterp/memmgr.py +++ b/rp

[pypy-commit] pypy default: fix incomplete comment

2015-01-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r75570:b3f3a6ece458 Date: 2015-01-28 17:58 +0100 http://bitbucket.org/pypy/pypy/changeset/b3f3a6ece458/ Log:fix incomplete comment diff --git a/rpython/translator/tool/cbuild.py b/rpython/translator/tool/cbuild.py --- a/rpython/translator/tool/cbuild.p

[pypy-commit] pypy stmgc-c7: Meh, set() is not RPython

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75568:08f82ebbfe1c Date: 2015-01-28 17:34 +0100 http://bitbucket.org/pypy/pypy/changeset/08f82ebbfe1c/ Log:Meh, set() is not RPython diff --git a/rpython/jit/metainterp/memmgr.py b/rpython/jit/metainterp/memmgr.py --- a/rpython/jit/metainterp/m

[pypy-commit] cffi osx_use_homebrew: OS X with Homebrew: set PKG_CONFIG_PATH

2015-01-28 Thread msabramo
Author: Marc Abramowitz Branch: osx_use_homebrew Changeset: r1642:86f07caeaaf0 Date: 2015-01-27 17:12 -0800 http://bitbucket.org/cffi/cffi/changeset/86f07caeaaf0/ Log:OS X with Homebrew: set PKG_CONFIG_PATH so that it automatically finds a Homebrew-installed libffi Without t

[pypy-commit] cffi default: Merged in msabramo/cffi/osx_use_homebrew (pull request #55)

2015-01-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r1643:0de376abfc29 Date: 2015-01-28 17:30 +0100 http://bitbucket.org/cffi/cffi/changeset/0de376abfc29/ Log:Merged in msabramo/cffi/osx_use_homebrew (pull request #55) OS X with Homebrew: set PKG_CONFIG_PATH diff --git a/setup.py b/setup.py ---

[pypy-commit] pypy stmgc-c7: fix

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75567:4ca0f3bc9268 Date: 2015-01-28 17:25 +0100 http://bitbucket.org/pypy/pypy/changeset/4ca0f3bc9268/ Log:fix diff --git a/rpython/jit/metainterp/memmgr.py b/rpython/jit/metainterp/memmgr.py --- a/rpython/jit/metainterp/memmgr.py +++ b/rpython

[pypy-commit] pypy object-dtype: Don't inherit Primitive

2015-01-28 Thread rguillebert
Author: Romain Guillebert Branch: object-dtype Changeset: r75566:155d70548c64 Date: 2015-01-28 17:25 +0100 http://bitbucket.org/pypy/pypy/changeset/155d70548c64/ Log:Don't inherit Primitive diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py --- a/pypy/module/micro

[pypy-commit] pypy object-dtype: Now that object arrays work, raise the proper exception

2015-01-28 Thread rguillebert
Author: Romain Guillebert Branch: object-dtype Changeset: r75565:7f1fc67f7b45 Date: 2015-01-28 16:55 +0100 http://bitbucket.org/pypy/pypy/changeset/7f1fc67f7b45/ Log:Now that object arrays work, raise the proper exception diff --git a/pypy/module/micronumpy/ndarray.py b/pypy/module/micronum

[pypy-commit] pypy stmgc-c7: Fixes, and partial revert: must use _HASHTABLE_OBJ everywhere in RPython,

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75564:963abcf27a42 Date: 2015-01-28 16:54 +0100 http://bitbucket.org/pypy/pypy/changeset/963abcf27a42/ Log:Fixes, and partial revert: must use _HASHTABLE_OBJ everywhere in RPython, not the low-level _STM_HASHTABLE_P, because the latter i

[pypy-commit] stmgc default: add explanation

2015-01-28 Thread Raemi
Author: Remi Meier Branch: Changeset: r1594:ecc40e41135b Date: 2015-01-28 16:55 +0100 http://bitbucket.org/pypy/stmgc/changeset/ecc40e41135b/ Log:add explanation diff --git a/c8/stm/gcpage.c b/c8/stm/gcpage.c --- a/c8/stm/gcpage.c +++ b/c8/stm/gcpage.c @@ -345,7 +345,11 @@ a

[pypy-commit] pypy stmgc-c7: fixes

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75563:9904ef8572af Date: 2015-01-28 16:23 +0100 http://bitbucket.org/pypy/pypy/changeset/9904ef8572af/ Log:fixes diff --git a/rpython/jit/metainterp/memmgr.py b/rpython/jit/metainterp/memmgr.py --- a/rpython/jit/metainterp/memmgr.py +++ b/rpyth

[pypy-commit] pypy stmgc-c7: Trying to remove the conflicts on 'alive_loops'.

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75562:b42c25c45a1c Date: 2015-01-28 16:13 +0100 http://bitbucket.org/pypy/pypy/changeset/b42c25c45a1c/ Log:Trying to remove the conflicts on 'alive_loops'. diff --git a/rpython/jit/metainterp/memmgr.py b/rpython/jit/metainterp/memmgr.py --- a/r

[pypy-commit] pypy default: Add rgc.register_custom_light_finalizer(), similar to

2015-01-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r75559:07bf50ea0b54 Date: 2015-01-28 15:32 +0100 http://bitbucket.org/pypy/pypy/changeset/07bf50ea0b54/ Log:Add rgc.register_custom_light_finalizer(), similar to rgc.register_custom_trace_hook(). diff --git a/rpython/rlib/rgc.py b/rpython/rlib/r

[pypy-commit] pypy stmgc-c7: Add rgc.register_custom_light_finalizer(), similar to

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75560:e8885a7a1297 Date: 2015-01-28 15:32 +0100 http://bitbucket.org/pypy/pypy/changeset/e8885a7a1297/ Log:Add rgc.register_custom_light_finalizer(), similar to rgc.register_custom_trace_hook(). (grafted from 07bf50ea0b54e4c94bad

[pypy-commit] pypy stmgc-c7: Simplify the finalizer logic with rgc.register_custom_light_finalizer()

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75561:fb6a19fe09e1 Date: 2015-01-28 15:38 +0100 http://bitbucket.org/pypy/pypy/changeset/fb6a19fe09e1/ Log:Simplify the finalizer logic with rgc.register_custom_light_finalizer() diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py

[pypy-commit] pypy object-dtype: Add missing space

2015-01-28 Thread rguillebert
Author: Romain Guillebert Branch: object-dtype Changeset: r75558:eaa0525725fa Date: 2015-01-28 15:30 +0100 http://bitbucket.org/pypy/pypy/changeset/eaa0525725fa/ Log:Add missing space diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/

[pypy-commit] pypy stmgc-c7: update to stmgc/e7a6ff9e9da3

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r7:770bd3fc0462 Date: 2015-01-28 14:26 +0100 http://bitbucket.org/pypy/pypy/changeset/770bd3fc0462/ Log:update to stmgc/e7a6ff9e9da3 diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpytho

[pypy-commit] pypy stmgc-c7: Clarify the output of this tool

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75556:373d5d1dc50d Date: 2015-01-28 14:29 +0100 http://bitbucket.org/pypy/pypy/changeset/373d5d1dc50d/ Log:Clarify the output of this tool diff --git a/rpython/translator/stm/import_stmgc.py b/rpython/translator/stm/import_stmgc.py --- a/rpyth

[pypy-commit] pypy stmgc-c7: Add missing finalizer to hashtable objects

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75557:7973fb0d61dc Date: 2015-01-28 15:17 +0100 http://bitbucket.org/pypy/pypy/changeset/7973fb0d61dc/ Log:Add missing finalizer to hashtable objects diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py --- a/rpython/rlib/rstm.py +++ b/rpyt

[pypy-commit] stmgc default: Redo 24ba707614c4, with a way that really fails an assert if the

2015-01-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r1593:e7a6ff9e9da3 Date: 2015-01-28 14:24 +0100 http://bitbucket.org/pypy/stmgc/changeset/e7a6ff9e9da3/ Log:Redo 24ba707614c4, with a way that really fails an assert if the assumption is wrong. diff --git a/c7/stm/gcpage.c b/c7/stm/gcpage.c ---

[pypy-commit] pypy stmgc-c7: Use 'PYPYSTM=filename' to produce only 'filename' from the main process,

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75554:73111c36b1f9 Date: 2015-01-28 12:07 +0100 http://bitbucket.org/pypy/pypy/changeset/73111c36b1f9/ Log:Use 'PYPYSTM=filename' to produce only 'filename' from the main process, and use 'PYPYSTM=filename+' to produce 'filename' in the

[pypy-commit] pypy stmgc-c7: update to stmgc/24b92a4c84be

2015-01-28 Thread arigo
Author: Armin Rigo Branch: stmgc-c7 Changeset: r75553:0789ec7eae51 Date: 2015-01-28 11:58 +0100 http://bitbucket.org/pypy/pypy/changeset/0789ec7eae51/ Log:update to stmgc/24b92a4c84be diff --git a/rpython/translator/stm/src_stm/revision b/rpython/translator/stm/src_stm/revision --- a/rpytho

[pypy-commit] stmgc default: Revert this change from 24ba707614c4. I think it is dangerous.

2015-01-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r1592:24b92a4c84be Date: 2015-01-28 11:57 +0100 http://bitbucket.org/pypy/stmgc/changeset/24b92a4c84be/ Log:Revert this change from 24ba707614c4. I think it is dangerous. diff --git a/c7/stm/gcpage.c b/c7/stm/gcpage.c --- a/c7/stm/gcpage.c +++ b/c7/stm/

[pypy-commit] stmgc default: Enable or disable writing the profiling info after forks

2015-01-28 Thread arigo
Author: Armin Rigo Branch: Changeset: r1591:3a3942c0f6e1 Date: 2015-01-28 11:50 +0100 http://bitbucket.org/pypy/stmgc/changeset/3a3942c0f6e1/ Log:Enable or disable writing the profiling info after forks diff --git a/c7/stm/prof.c b/c7/stm/prof.c --- a/c7/stm/prof.c +++ b/c7/stm/prof.c @@ -9

[pypy-commit] extradoc extradoc: add myself to leysin sprint

2015-01-28 Thread Raemi
Author: Remi Meier Branch: extradoc Changeset: r5490:507d5695c713 Date: 2015-01-28 10:00 +0100 http://bitbucket.org/pypy/extradoc/changeset/507d5695c713/ Log:add myself to leysin sprint diff --git a/sprintinfo/leysin-winter-2015/people.txt b/sprintinfo/leysin-winter-2015/people.txt --- a/sp