[pypy-commit] pypy pypy_swappedbytes: Added _swappedbytes_ support for ctypes.Structure

2017-08-26 Thread smihnea
Author: Mihnea Saracin Branch: pypy_swappedbytes Changeset: r92262:7ec88773f8b9 Date: 2017-07-27 17:29 +0300 http://bitbucket.org/pypy/pypy/changeset/7ec88773f8b9/ Log:Added _swappedbytes_ support for ctypes.Structure diff --git a/lib-python/2.7/ctypes/test/test_unaligned_structures.py b/li

[pypy-commit] pypy pypy_swappedbytes: Final modifications , 1 test still unskipped in test_byteswap.py

2017-08-26 Thread smihnea
Author: Mihnea Saracin Branch: pypy_swappedbytes Changeset: r92263:f611791f1958 Date: 2017-08-10 15:10 +0300 http://bitbucket.org/pypy/pypy/changeset/f611791f1958/ Log:Final modifications , 1 test still unskipped in test_byteswap.py diff --git a/lib-python/2.7/ctypes/test/test_byteswap.py b

[pypy-commit] pypy pypy_bytearray: bytearray performance fix(ported from PyPy3)

2017-07-19 Thread smihnea
Author: Mihnea Saracin Branch: pypy_bytearray Changeset: r91922:b43a6e2c0ea1 Date: 2017-07-19 13:25 +0300 http://bitbucket.org/pypy/pypy/changeset/b43a6e2c0ea1/ Log:bytearray performance fix(ported from PyPy3) diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayob

[pypy-commit] pypy nopax: replaced the paxmark call with a general implementation

2017-07-20 Thread smihnea
Author: Mihnea Saracin Branch: nopax Changeset: r91935:acf31eacc13b Date: 2017-06-07 14:19 +0300 http://bitbucket.org/pypy/pypy/changeset/acf31eacc13b/ Log:replaced the paxmark call with a general implementation diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py --- a/r

[pypy-commit] pypy nopax: nopax added

2017-07-20 Thread smihnea
Author: Mihnea Saracin Branch: nopax Changeset: r91933:2b5d6124c784 Date: 2017-05-26 15:23 +0300 http://bitbucket.org/pypy/pypy/changeset/2b5d6124c784/ Log:nopax added diff --git a/lib_pypy/_tkinter/tklib_build.py b/lib_pypy/_tkinter/tklib_build.py --- a/lib_pypy/_tkinter/tklib_build.py +++

[pypy-commit] pypy nopax: nopax autodetection

2017-07-20 Thread smihnea
Author: Mihnea Saracin Branch: nopax Changeset: r91934:af2f69738d56 Date: 2017-06-06 10:25 +0300 http://bitbucket.org/pypy/pypy/changeset/af2f69738d56/ Log:nopax autodetection diff --git a/lib_pypy/_tkinter/tklib_build.py b/lib_pypy/_tkinter/tklib_build.py --- a/lib_pypy/_tkinter/tklib_build

[pypy-commit] pypy nopax: deleted --nopax option

2017-07-20 Thread smihnea
Author: Mihnea Saracin Branch: nopax Changeset: r91938:54a8ed9bd4b5 Date: 2017-07-04 11:52 +0300 http://bitbucket.org/pypy/pypy/changeset/54a8ed9bd4b5/ Log:deleted --nopax option diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypysta

[pypy-commit] pypy nopax: Merged in palecsandru/pypy_nopax_1/nopax_update1 (pull request #1)

2017-07-20 Thread smihnea
Author: Mihnea Saracin Branch: nopax Changeset: r91937:b7a22c99849e Date: 2017-06-20 11:42 + http://bitbucket.org/pypy/pypy/changeset/b7a22c99849e/ Log:Merged in palecsandru/pypy_nopax_1/nopax_update1 (pull request #1) updates after review Approved-by: Mihnea Saracin d