[pypy-commit] pypy s390x-backend: guard overflow is behaving properly for int_add_ovf/int_sub_ovf

2015-11-15 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r80701:f2281bea8745 Date: 2015-11-16 08:56 +0100 http://bitbucket.org/pypy/pypy/changeset/f2281bea8745/ Log:guard overflow is behaving properly for int_add_ovf/int_sub_ovf diff --git a/rpython/jit/backend/zarch/conditions.py b/rpytho

[pypy-commit] pypy cffi-static-callback: update this file

2015-11-15 Thread arigo
Author: Armin Rigo Branch: cffi-static-callback Changeset: r80700:3b2e3b091734 Date: 2015-11-16 00:07 +0100 http://bitbucket.org/pypy/pypy/changeset/3b2e3b091734/ Log:update this file diff --git a/pypy/module/_cffi_backend/src/parse_c_type.h b/pypy/module/_cffi_backend/src/parse_c_type.h --

[pypy-commit] pypy release-4.0.x: merge default into release again

2015-11-15 Thread arigo
Author: Armin Rigo Branch: release-4.0.x Changeset: r80699:694f248e5522 Date: 2015-11-15 23:57 +0100 http://bitbucket.org/pypy/pypy/changeset/694f248e5522/ Log:merge default into release again diff --git a/pypy/doc/release-4.0.1.rst b/pypy/doc/release-4.0.1.rst --- a/pypy/doc/release-4.0.1.r

[pypy-commit] pypy default: Update this release doc

2015-11-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r80698:5c05d44fcd84 Date: 2015-11-15 23:56 +0100 http://bitbucket.org/pypy/pypy/changeset/5c05d44fcd84/ Log:Update this release doc diff --git a/pypy/doc/release-4.0.1.rst b/pypy/doc/release-4.0.1.rst --- a/pypy/doc/release-4.0.1.rst +++ b/pypy/doc/rele

[pypy-commit] pypy default: Replace '$$' with '%d'. It is very confusing to use

2015-11-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r80696:76f932bfa900 Date: 2015-11-15 22:56 + http://bitbucket.org/pypy/pypy/changeset/76f932bfa900/ Log:Replace '$$' with '%d'. It is very confusing to use 'PYPYLOG=jit:log.$$' in bash, because bash itself replaces the $$ with the pid

[pypy-commit] pypy default: merge heads

2015-11-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r80697:9d2ba9e211f9 Date: 2015-11-15 22:57 + http://bitbucket.org/pypy/pypy/changeset/9d2ba9e211f9/ Log:merge heads diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -56,14 +56,15 @@ Anders Chrigstrom Eric van Riet Paap Wim Lavr

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

2015-11-15 Thread mattip
Author: mattip Branch: release-4.0.x Changeset: r80695:33f81c22c957 Date: 2015-11-15 22:39 +0200 http://bitbucket.org/pypy/pypy/changeset/33f81c22c957/ Log:merge default into release diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -56,14 +56,15 @@ Anders Chrigstrom Eric v

[pypy-commit] pypy default: update contributors, LICENSE w/11 !!! new names

2015-11-15 Thread mattip
Author: mattip Branch: Changeset: r80694:aa81f16267c5 Date: 2015-11-15 22:32 +0200 http://bitbucket.org/pypy/pypy/changeset/aa81f16267c5/ Log:update contributors, LICENSE w/11 !!! new names diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -56,14 +56,15 @@ Anders Chrigstrom

[pypy-commit] pypy default: document 4.0.1 release (edits welcome)

2015-11-15 Thread mattip
Author: mattip Branch: Changeset: r80693:e43074b43722 Date: 2015-11-15 22:02 +0200 http://bitbucket.org/pypy/pypy/changeset/e43074b43722/ Log:document 4.0.1 release (edits welcome) diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst --- a/pypy/doc/index-o

[pypy-commit] pypy numpy-1.10: prototype raising a warning, there must be a better way to subclass UserWarning

2015-11-15 Thread mattip
Author: mattip Branch: numpy-1.10 Changeset: r80691:65856c15caca Date: 2015-11-15 19:44 +0200 http://bitbucket.org/pypy/pypy/changeset/65856c15caca/ Log:prototype raising a warning, there must be a better way to subclass UserWarning diff --git a/pypy/module/micronumpy/ndarray.py b/p

[pypy-commit] pypy default: merge heads

2015-11-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r80690:34811652db74 Date: 2015-11-15 17:42 +0100 http://bitbucket.org/pypy/pypy/changeset/34811652db74/ Log:merge heads diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronumpy/loop.py +++ b/pypy/module/m

[pypy-commit] pypy default: "PYPYLOG=...:filename": add support for "$$" in the filename. If found,

2015-11-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r80689:7cee4e7b7efd Date: 2015-11-15 17:42 +0100 http://bitbucket.org/pypy/pypy/changeset/7cee4e7b7efd/ Log:"PYPYLOG=...:filename": add support for "$$" in the filename. If found, it is replaced with the current pid. See docs in debug_pri

[pypy-commit] pypy default: typo

2015-11-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r80688:65f9f2765e42 Date: 2015-11-15 16:40 +0100 http://bitbucket.org/pypy/pypy/changeset/65f9f2765e42/ Log:typo diff --git a/pypy/module/_cffi_backend/ffi_obj.py b/pypy/module/_cffi_backend/ffi_obj.py --- a/pypy/module/_cffi_backend/ffi_obj.py +++ b/p

[pypy-commit] pypy numpy-1.10: start to add numpy-specific warnings

2015-11-15 Thread mattip
Author: mattip Branch: numpy-1.10 Changeset: r80687:37a1526c81b5 Date: 2015-11-15 17:16 +0200 http://bitbucket.org/pypy/pypy/changeset/37a1526c81b5/ Log:start to add numpy-specific warnings diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a/pypy/modul

[pypy-commit] pypy default: test, fix deprecated use of arr([True])

2015-11-15 Thread mattip
Author: mattip Branch: Changeset: r80685:4b5c840d0da2 Date: 2015-11-15 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/4b5c840d0da2/ Log:test, fix deprecated use of arr([True]) diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronumpy/loo

[pypy-commit] pypy numpy-1.10: merge default into branch

2015-11-15 Thread mattip
Author: mattip Branch: numpy-1.10 Changeset: r80686:9286403425c3 Date: 2015-11-15 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/9286403425c3/ Log:merge default into branch diff too long, truncating to 2000 out of 4464 lines diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi

[pypy-commit] pypy cffi-static-callback: hg merge default

2015-11-15 Thread arigo
Author: Armin Rigo Branch: cffi-static-callback Changeset: r80683:e632713d7182 Date: 2015-11-15 13:35 +0100 http://bitbucket.org/pypy/pypy/changeset/e632713d7182/ Log:hg merge default diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/

[pypy-commit] pypy cffi-static-callback: fix

2015-11-15 Thread arigo
Author: Armin Rigo Branch: cffi-static-callback Changeset: r80682:9094ff805996 Date: 2015-11-15 13:35 +0100 http://bitbucket.org/pypy/pypy/changeset/9094ff805996/ Log:fix diff --git a/pypy/module/_cffi_backend/ccallback.py b/pypy/module/_cffi_backend/ccallback.py --- a/pypy/module/_cffi_bac

[pypy-commit] pypy cffi-static-callback: Translation fixes and sharing more logic

2015-11-15 Thread arigo
Author: Armin Rigo Branch: cffi-static-callback Changeset: r80684:08efac09ddaa Date: 2015-11-15 14:23 +0100 http://bitbucket.org/pypy/pypy/changeset/08efac09ddaa/ Log:Translation fixes and sharing more logic diff --git a/pypy/module/_cffi_backend/call_python.py b/pypy/module/_cffi_backend/c

[pypy-commit] pypy cffi-static-callback: fixes

2015-11-15 Thread arigo
Author: Armin Rigo Branch: cffi-static-callback Changeset: r80681:5a15e8752bc4 Date: 2015-11-15 13:30 +0100 http://bitbucket.org/pypy/pypy/changeset/5a15e8752bc4/ Log:fixes diff --git a/pypy/module/_cffi_backend/call_python.py b/pypy/module/_cffi_backend/call_python.py --- a/pypy/module/_cf

[pypy-commit] pypy cffi-static-callback: in-progress

2015-11-15 Thread arigo
Author: Armin Rigo Branch: cffi-static-callback Changeset: r80680:b2f90804d8eb Date: 2015-11-15 13:17 +0100 http://bitbucket.org/pypy/pypy/changeset/b2f90804d8eb/ Log:in-progress diff --git a/pypy/module/_cffi_backend/call_python.py b/pypy/module/_cffi_backend/call_python.py new file mode 1

[pypy-commit] cffi static-callback: Must setup the threads also when using ffi.call_python(), not just

2015-11-15 Thread arigo
Author: Armin Rigo Branch: static-callback Changeset: r2405:18f25e188dd4 Date: 2015-11-15 12:28 +0100 http://bitbucket.org/cffi/cffi/changeset/18f25e188dd4/ Log:Must setup the threads also when using ffi.call_python(), not just ffi.callback(). diff --git a/c/_cffi_backend.c b/c/_cffi

[pypy-commit] cffi static-callback: Inline documentation

2015-11-15 Thread arigo
Author: Armin Rigo Branch: static-callback Changeset: r2404:3ce8b03837e9 Date: 2015-11-15 11:17 +0100 http://bitbucket.org/cffi/cffi/changeset/3ce8b03837e9/ Log:Inline documentation diff --git a/c/ffi_obj.c b/c/ffi_obj.c --- a/c/ffi_obj.c +++ b/c/ffi_obj.c @@ -745,7 +745,14 @@

[pypy-commit] cffi static-callback: merge default

2015-11-15 Thread arigo
Author: Armin Rigo Branch: static-callback Changeset: r2403:1b32f226fb09 Date: 2015-11-15 11:10 +0100 http://bitbucket.org/cffi/cffi/changeset/1b32f226fb09/ Log:merge default diff --git a/c/ffi_obj.c b/c/ffi_obj.c --- a/c/ffi_obj.c +++ b/c/ffi_obj.c @@ -361,7 +361,19 @@

[pypy-commit] cffi default: Document ffi.new_allocator()

2015-11-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r2402:edfaf9c56322 Date: 2015-11-15 11:10 +0100 http://bitbucket.org/cffi/cffi/changeset/edfaf9c56322/ Log:Document ffi.new_allocator() diff --git a/c/ffi_obj.c b/c/ffi_obj.c --- a/c/ffi_obj.c +++ b/c/ffi_obj.c @@ -361,7 +361,19 @@

[pypy-commit] cffi static-callback: Write documentation about ffi.call_python().

2015-11-15 Thread arigo
Author: Armin Rigo Branch: static-callback Changeset: r2401:ff2c67fc1655 Date: 2015-11-15 11:07 +0100 http://bitbucket.org/cffi/cffi/changeset/ff2c67fc1655/ Log:Write documentation about ffi.call_python(). diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst ++

[pypy-commit] cffi static-callback: hg merge default

2015-11-15 Thread arigo
Author: Armin Rigo Branch: static-callback Changeset: r2400:b3f8361175b7 Date: 2015-11-15 09:22 +0100 http://bitbucket.org/cffi/cffi/changeset/b3f8361175b7/ Log:hg merge default diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -6495,7 +649

[pypy-commit] cffi static-callback: More tests for what I thought would work because it uses the same code

2015-11-15 Thread arigo
Author: Armin Rigo Branch: static-callback Changeset: r2399:e0c7c1c5c761 Date: 2015-11-15 09:12 +0100 http://bitbucket.org/cffi/cffi/changeset/e0c7c1c5c761/ Log:More tests for what I thought would work because it uses the same code as ffi.callback(). Alas, it didn't diff --git a/c/ff

[pypy-commit] pypy cffi-static-callback: in-progress

2015-11-15 Thread arigo
Author: Armin Rigo Branch: cffi-static-callback Changeset: r80679:5fc8adadad4c Date: 2015-11-15 08:58 +0100 http://bitbucket.org/pypy/pypy/changeset/5fc8adadad4c/ Log:in-progress diff --git a/pypy/module/_cffi_backend/cffi1_module.py b/pypy/module/_cffi_backend/cffi1_module.py --- a/pypy/mo