[pypy-commit] pypy s390x-backend: added assert, fixed test (big endian issue with unions)

2016-02-11 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82155:9638a3d105fa Date: 2016-02-11 09:15 +0100 http://bitbucket.org/pypy/pypy/changeset/9638a3d105fa/ Log:added assert, fixed test (big endian issue with unions) diff --git a/pypy/module/test_lib_pypy/ctypes_tests/test_unions.py b/

[pypy-commit] pypy s390x-backend: fixed two tests where the endian could not match the sequence of operations

2016-02-11 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82156:5040efcfecd0 Date: 2016-02-11 09:31 +0100 http://bitbucket.org/pypy/pypy/changeset/5040efcfecd0/ Log:fixed two tests where the endian could not match the sequence of operations diff --git a/pypy/module/pypyjit/test_pypy

[pypy-commit] pypy s390x-backend: misaligned is fine for s390x (rawstorage)

2016-02-11 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82157:c3ae24173bca Date: 2016-02-11 10:20 +0100 http://bitbucket.org/pypy/pypy/changeset/c3ae24173bca/ Log:misaligned is fine for s390x (rawstorage) diff --git a/rpython/rlib/rawstorage.py b/rpython/rlib/rawstorage.py --- a/rpython/r

[pypy-commit] pypy.org extradoc: update the values

2016-02-11 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r701:26ecf707b33d Date: 2016-02-11 11:35 +0100 http://bitbucket.org/pypy/pypy.org/changeset/26ecf707b33d/ Log:update the values diff --git a/don3.html b/don3.html --- a/don3.html +++ b/don3.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] cffi embedding-pypy-win32: I finally managed to run the tests on Windows, but only without

2016-02-11 Thread arigo
Author: Armin Rigo Branch: embedding-pypy-win32 Changeset: r2623:4383aaecf96d Date: 2016-02-11 14:57 +0100 http://bitbucket.org/cffi/cffi/changeset/4383aaecf96d/ Log:I finally managed to run the tests on Windows, but only without changes in that file and by copying the file "libpypy-c

[pypy-commit] cffi embedding-pypy-win32: Windows need the file 'libpypy-c.lib', which (unless people disagree) I

2016-02-11 Thread arigo
Author: Armin Rigo Branch: embedding-pypy-win32 Changeset: r2624:cd622fb7a0d3 Date: 2016-02-11 15:15 +0100 http://bitbucket.org/cffi/cffi/changeset/cd622fb7a0d3/ Log:Windows need the file 'libpypy-c.lib', which (unless people disagree) I will add to pypy distributions next diff --git

[pypy-commit] cffi embedding-pypy-win32: ready to merge

2016-02-11 Thread arigo
Author: Armin Rigo Branch: embedding-pypy-win32 Changeset: r2625:daa3d70b58a9 Date: 2016-02-11 15:21 +0100 http://bitbucket.org/cffi/cffi/changeset/daa3d70b58a9/ Log:ready to merge ___ pypy-commit mailing list pypy-commit@python.org https://mail.py

[pypy-commit] pypy cffi-embedding-win32: Add libpypy-c.lib to the archive on windows

2016-02-11 Thread arigo
Author: Armin Rigo Branch: cffi-embedding-win32 Changeset: r82159:8f955811f19a Date: 2016-02-11 15:18 +0100 http://bitbucket.org/pypy/pypy/changeset/8f955811f19a/ Log:Add libpypy-c.lib to the archive on windows diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py --- a/py

[pypy-commit] cffi default: hg merge embedding-pypy-win32

2016-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r2626:6e18e1a827d0 Date: 2016-02-11 15:21 +0100 http://bitbucket.org/cffi/cffi/changeset/6e18e1a827d0/ Log:hg merge embedding-pypy-win32 Thanks matti for the initial work! diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.

[pypy-commit] pypy cffi-embedding-win32: follow-up for e1b9c0216be7: move it outside pypy_setup_home(), just in

2016-02-11 Thread arigo
Author: Armin Rigo Branch: cffi-embedding-win32 Changeset: r82160:fcdb779aa03c Date: 2016-02-11 15:59 +0100 http://bitbucket.org/pypy/pypy/changeset/fcdb779aa03c/ Log:follow-up for e1b9c0216be7: move it outside pypy_setup_home(), just in case, but keep the logic. Add a comment that de

[pypy-commit] pypy default: hg backout 338d32e89981

2016-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r82163:6c6109b79b23 Date: 2016-02-11 16:08 +0100 http://bitbucket.org/pypy/pypy/changeset/6c6109b79b23/ Log:hg backout 338d32e89981 will be fixed by the following merge diff --git a/pypy/module/_cffi_backend/embedding.py b/pypy/module/_cffi_ba

[pypy-commit] pypy default: kill unused import

2016-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r82165:8dd4fb6cbbc4 Date: 2016-02-11 16:10 +0100 http://bitbucket.org/pypy/pypy/changeset/8dd4fb6cbbc4/ Log:kill unused import diff --git a/pypy/module/_cffi_backend/test/test_ztranslation.py b/pypy/module/_cffi_backend/test/test_ztranslation.py --- a/

[pypy-commit] pypy cffi-embedding-win32: Do this patching only once

2016-02-11 Thread arigo
Author: Armin Rigo Branch: cffi-embedding-win32 Changeset: r82161:bea8f2df95f8 Date: 2016-02-11 16:02 +0100 http://bitbucket.org/pypy/pypy/changeset/bea8f2df95f8/ Log:Do this patching only once diff --git a/pypy/module/_cffi_backend/__init__.py b/pypy/module/_cffi_backend/__init__.py --- a/

[pypy-commit] pypy default: hg merge cffi-embedding-win32

2016-02-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r82164:450c1a29e5d3 Date: 2016-02-11 16:09 +0100 http://bitbucket.org/pypy/pypy/changeset/450c1a29e5d3/ Log:hg merge cffi-embedding-win32 Support for cffi embedding on Windows. Thanks matti for the initial work diff --git a/pypy/module/

[pypy-commit] pypy cffi-embedding-win32: ready for merge

2016-02-11 Thread arigo
Author: Armin Rigo Branch: cffi-embedding-win32 Changeset: r82162:4c93a9cebb3e Date: 2016-02-11 16:06 +0100 http://bitbucket.org/pypy/pypy/changeset/4c93a9cebb3e/ Log:ready for merge ___ pypy-commit mailing list pypy-commit@python.org https://mail.

[pypy-commit] pypy s390x-backend: using gc_load_r for reading a constptr since index scale and offset are constant and added to the index in rewrite, ndarray test that would fail on little endian (did

2016-02-11 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82166:f535e775dd54 Date: 2016-02-11 16:54 +0100 http://bitbucket.org/pypy/pypy/changeset/f535e775dd54/ Log:using gc_load_r for reading a constptr since index scale and offset are constant and added to the index in rewrite, nda

[pypy-commit] pypy default: Merged in devin.jeanpierre/pypy-headers (pull request #348)

2016-02-11 Thread mattip
Author: mattip Branch: Changeset: r82168:8d87f427ab24 Date: 2016-02-11 22:26 +0200 http://bitbucket.org/pypy/pypy/changeset/8d87f427ab24/ Log:Merged in devin.jeanpierre/pypy-headers (pull request #348) Add float-related C macro definitions to cpyext. diff --git a/pypy/module/cpyext

[pypy-commit] pypy default: Add float-related C macro definitions to cpyext.

2016-02-11 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: Changeset: r82167:db58dbf2e616 Date: 2015-10-21 21:11 -0700 http://bitbucket.org/pypy/pypy/changeset/db58dbf2e616/ Log:Add float-related C macro definitions to cpyext. diff --git a/pypy/module/cpyext/include/Python.h b/pypy/module/cpyext/include/Python.h --