[pypy-commit] cffi default: Oops. In this case, unpack(p) returns a list of that

2016-04-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r2664:129bed02b1c3 Date: 2016-04-17 09:54 +0200 http://bitbucket.org/cffi/cffi/changeset/129bed02b1c3/ Log:Oops. In this case, unpack(p) returns a list of that are each inside 'p'. So 'p' must be kept alive diff --git a/c/test_c.py b/c/test_c.p

[pypy-commit] pypy default: merge heads

2016-04-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r83708:d18adeb45be8 Date: 2016-04-17 10:24 +0200 http://bitbucket.org/pypy/pypy/changeset/d18adeb45be8/ Log:merge heads diff --git a/rpython/rlib/rposix_stat.py b/rpython/rlib/rposix_stat.py --- a/rpython/rlib/rposix_stat.py +++ b/rpython/rlib/rposix_st

[pypy-commit] pypy default: Fast paths for unpack()

2016-04-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r83707:191f30d6a23d Date: 2016-04-17 10:22 +0200 http://bitbucket.org/pypy/pypy/changeset/191f30d6a23d/ Log:Fast paths for unpack() diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py --- a/pypy/interpreter/baseobjspace.py +

[pypy-commit] pypy default: Implement ffi.unpack(); the fast-paths are coming next

2016-04-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r83706:343cbe027c00 Date: 2016-04-17 09:55 +0200 http://bitbucket.org/pypy/pypy/changeset/343cbe027c00/ Log:Implement ffi.unpack(); the fast-paths are coming next diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.p

[pypy-commit] pypy default: merge branch which provides numpy.broadcast

2016-04-17 Thread mattip
Author: mattip Branch: Changeset: r83715:bbef742722ea Date: 2016-04-17 16:37 +0300 http://bitbucket.org/pypy/pypy/changeset/bbef742722ea/ Log:merge branch which provides numpy.broadcast diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/module/m

[pypy-commit] pypy default: document merged branches

2016-04-17 Thread mattip
Author: mattip Branch: Changeset: r83716:183c27109a2e Date: 2016-04-17 16:55 +0300 http://bitbucket.org/pypy/pypy/changeset/183c27109a2e/ Log:document merged branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsne

[pypy-commit] pypy numpy_broadcast: Fixed compiling of W_Broadcast

2016-04-17 Thread Sergey Matyunin
Author: Sergey Matyunin Branch: numpy_broadcast Changeset: r83710:7680be59c5aa Date: 2016-04-08 11:38 +0200 http://bitbucket.org/pypy/pypy/changeset/7680be59c5aa/ Log:Fixed compiling of W_Broadcast -fixed tuple conversion -removed non-rpython reduce() call diff --git a/pypy/m

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

2016-04-17 Thread mattip
Author: mattip Branch: numpy_broadcast Changeset: r83714:93a93176ff67 Date: 2016-04-17 16:36 +0300 http://bitbucket.org/pypy/pypy/changeset/93a93176ff67/ Log:close branch to be merged ___ pypy-commit mailing list [email protected] https://mail

[pypy-commit] pypy numpy_broadcast: merge default into branch

2016-04-17 Thread mattip
Author: mattip Branch: numpy_broadcast Changeset: r83713:000e3811ce8f Date: 2016-04-17 16:36 +0300 http://bitbucket.org/pypy/pypy/changeset/000e3811ce8f/ Log:merge default into branch diff too long, truncating to 2000 out of 8346 lines diff --git a/pypy/doc/index-of-release-notes.rst b/pyp

[pypy-commit] pypy numpy_broadcast: Implemented W_Broadcast for numpy.broadcast

2016-04-17 Thread Sergey Matyunin
Author: Sergey Matyunin Branch: numpy_broadcast Changeset: r83709:bbb4848772d2 Date: 2016-04-08 10:34 +0200 http://bitbucket.org/pypy/pypy/changeset/bbb4848772d2/ Log:Implemented W_Broadcast for numpy.broadcast diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init_

[pypy-commit] pypy numpy_broadcast: test, implement overflow checking; small cleanups

2016-04-17 Thread mattip
Author: mattip Branch: numpy_broadcast Changeset: r83712:16f4a95d75ee Date: 2016-04-17 16:33 +0300 http://bitbucket.org/pypy/pypy/changeset/16f4a95d75ee/ Log:test, implement overflow checking; small cleanups diff --git a/pypy/module/micronumpy/broadcast.py b/pypy/module/micronumpy/broadcast

[pypy-commit] pypy numpy_broadcast: In W_Broadcast (micronumpy) added check for number of arguments, added numiter property

2016-04-17 Thread Sergey Matyunin
Author: Sergey Matyunin Branch: numpy_broadcast Changeset: r83711:7f688202899a Date: 2016-04-08 13:07 +0200 http://bitbucket.org/pypy/pypy/changeset/7f688202899a/ Log:In W_Broadcast (micronumpy) added check for number of arguments, added numiter property diff --git a/pypy/module/micr

[pypy-commit] pypy default: update contributors

2016-04-17 Thread mattip
Author: mattip Branch: Changeset: r83717:4dcdda0db30e Date: 2016-04-17 17:20 +0300 http://bitbucket.org/pypy/pypy/changeset/4dcdda0db30e/ Log:update contributors diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -111,23 +111,24 @@ Simon Burton Martin Matusiak Konstantin

[pypy-commit] pypy cpyext-ext: A failing test

2016-04-17 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r83718:33ba697be3c6 Date: 2016-04-17 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/33ba697be3c6/ Log:A failing test diff --git a/pypy/module/cpyext/include/complexobject.h b/pypy/module/cpyext/include/complexobject.h --- a/pypy/module/

[pypy-commit] pypy cpyext-ext: Raise a SystemError when the situation described in the test happens.

2016-04-17 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r83719:bfdb061894ce Date: 2016-04-17 18:35 +0200 http://bitbucket.org/pypy/pypy/changeset/bfdb061894ce/ Log:Raise a SystemError when the situation described in the test happens. (The test itself needs to be fixed) diff --git a/pypy/mod

[pypy-commit] pypy cpyext-ext: Call make_typedescr() in complexobject.py too. This fixes the existing

2016-04-17 Thread arigo
Author: Armin Rigo Branch: cpyext-ext Changeset: r83720:703a0b78f622 Date: 2016-04-17 18:57 +0200 http://bitbucket.org/pypy/pypy/changeset/703a0b78f622/ Log:Call make_typedescr() in complexobject.py too. This fixes the existing failing test in test_complexobject.py, as well as the new

[pypy-commit] cffi default: update the version number to 1.6

2016-04-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r2665:a1edd8c65596 Date: 2016-04-17 19:09 +0200 http://bitbucket.org/cffi/cffi/changeset/a1edd8c65596/ Log:update the version number to 1.6 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2,7 +2,7 @

[pypy-commit] cffi default: Mention ffi.unpack(), full doc later

2016-04-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r2666:9971e9cc37dd Date: 2016-04-17 19:14 +0200 http://bitbucket.org/cffi/cffi/changeset/9971e9cc37dd/ Log:Mention ffi.unpack(), full doc later diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source

[pypy-commit] pypy default: update the version number of cffi to 1.6.0 and import the current

2016-04-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r83723:cb355ffb0a18 Date: 2016-04-17 19:16 +0200 http://bitbucket.org/pypy/pypy/changeset/cb355ffb0a18/ Log:update the version number of cffi to 1.6.0 and import the current cffi head (a1edd8c65596) diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b

[pypy-commit] pypy default: Sandbox didn't work in 5.0

2016-04-17 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r83722:85cc15338d89 Date: 2016-04-17 13:14 -0400 http://bitbucket.org/pypy/pypy/changeset/85cc15338d89/ Log:Sandbox didn't work in 5.0 diff --git a/pypy/doc/release-5.1.0.rst b/pypy/doc/release-5.1.0.rst --- a/pypy/doc/release-5.1.0.rst +++ b/pypy/d

[pypy-commit] pypy default: That was a bug-fix to the NEON bug-fix

2016-04-17 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r83721:d17aa400089d Date: 2016-04-17 13:12 -0400 http://bitbucket.org/pypy/pypy/changeset/d17aa400089d/ Log:That was a bug-fix to the NEON bug-fix diff --git a/pypy/doc/release-5.1.0.rst b/pypy/doc/release-5.1.0.rst --- a/pypy/doc/release-5.1.0.rst

[pypy-commit] pypy default: was missing: ffi.list_types()

2016-04-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r83724:b1514552eaec Date: 2016-04-17 19:39 +0200 http://bitbucket.org/pypy/pypy/changeset/b1514552eaec/ Log:was missing: ffi.list_types() diff --git a/pypy/module/_cffi_backend/ffi_obj.py b/pypy/module/_cffi_backend/ffi_obj.py --- a/pypy/module/_cffi_b

[pypy-commit] pypy py3k: merge default

2016-04-17 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r83725:df440f20d566 Date: 2016-04-17 17:51 -0700 http://bitbucket.org/pypy/pypy/changeset/df440f20d566/ Log:merge default diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -111,23 +111,24 @@ Simon Burton Martin Matusiak Konst

[pypy-commit] pypy new-jit-log: instead of many, only one syscall to write is executed while initializing the jitlog (even slows down the test execution)

2016-04-17 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83726:4f0c9af6057b Date: 2016-04-15 11:18 +0200 http://bitbucket.org/pypy/pypy/changeset/4f0c9af6057b/ Log:instead of many, only one syscall to write is executed while initializing the jitlog (even slows down the test execution)

[pypy-commit] pypy new-jit-log: use _get_vmprof to get a handle on cintf in the logger, this should resolve the translation issue

2016-04-17 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83727:9680c234ff1f Date: 2016-04-15 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/9680c234ff1f/ Log:use _get_vmprof to get a handle on cintf in the logger, this should resolve the translation issue diff --git a/rpython/j

[pypy-commit] pypy new-jit-log: solved translation issue

2016-04-17 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83728:f605ce9c680a Date: 2016-04-18 07:51 +0200 http://bitbucket.org/pypy/pypy/changeset/f605ce9c680a/ Log:solved translation issue diff --git a/rpython/jit/metainterp/jitlog.py b/rpython/jit/metainterp/jitlog.py --- a/rpython/jit/meta

[pypy-commit] pypy default: (s390x) prevent setting the key none in reg_bindings

2016-04-17 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r83729:3701004a39a5 Date: 2016-04-18 08:26 +0200 http://bitbucket.org/pypy/pypy/changeset/3701004a39a5/ Log:(s390x) prevent setting the key none in reg_bindings diff --git a/rpython/jit/backend/zarch/regalloc.py b/rpython/jit/backend/zarch/regall

[pypy-commit] pypy new-jit-log: merged default

2016-04-17 Thread plan_rich
Author: Richard Plangger Branch: new-jit-log Changeset: r83731:1b0ebfbc08b8 Date: 2016-04-18 08:43 +0200 http://bitbucket.org/pypy/pypy/changeset/1b0ebfbc08b8/ Log:merged default diff too long, truncating to 2000 out of 5786 lines diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @

[pypy-commit] pypy default: (s390x) marked two tests to be brittle, they some times fail only on one machine I do not have access to...

2016-04-17 Thread plan_rich
Author: Richard Plangger Branch: Changeset: r83730:037d02a07a05 Date: 2016-04-18 08:40 +0200 http://bitbucket.org/pypy/pypy/changeset/037d02a07a05/ Log:(s390x) marked two tests to be brittle, they some times fail only on one machine I do not have access to... diff --git a/rpython/rl