[pypy-commit] pypy fix-struct-unpack-Q: make sure that we return an int even when we use 'q' on 32bit

2016-10-31 Thread antocuni
Author: Antonio Cuni Branch: fix-struct-unpack-Q Changeset: r87999:08ad056ff621 Date: 2016-10-31 15:29 +0100 http://bitbucket.org/pypy/pypy/changeset/08ad056ff621/ Log:make sure that we return an int even when we use 'q' on 32bit diff --git a/pypy/module/struct/formatiterator.py b/pypy/modu

[pypy-commit] pypy py3.5-ssl: copy over the initial repo containing the api for the ssl stdlib

2016-10-31 Thread plan_rich
Author: Richard Plangger Branch: py3.5-ssl Changeset: r88000:253ec1245b56 Date: 2016-10-31 16:00 +0100 http://bitbucket.org/pypy/pypy/changeset/253ec1245b56/ Log:copy over the initial repo containing the api for the ssl stdlib diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignor

[pypy-commit] pypy py3.5: Fix 2 to 3 conversion

2016-10-31 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88001:889c33f2f2c7 Date: 2016-10-31 15:58 + http://bitbucket.org/pypy/pypy/changeset/889c33f2f2c7/ Log:Fix 2 to 3 conversion diff --git a/lib_pypy/_tkinter/tclobj.py b/lib_pypy/_tkinter/tclobj.py --- a/lib_pypy/_tkinter/tclobj.py +++ b/lib_pyp

[pypy-commit] pypy interp-opt: merge default

2016-10-31 Thread plan_rich
Author: Richard Plangger Branch: interp-opt Changeset: r88002:fc1ea63ee3aa Date: 2016-10-31 16:02 +0100 http://bitbucket.org/pypy/pypy/changeset/fc1ea63ee3aa/ Log:merge default diff --git a/lib_pypy/_collections.py b/lib_pypy/_collections.py --- a/lib_pypy/_collections.py +++ b/lib_pypy/_col

[pypy-commit] pypy ppc-vsx-support: skip the test if the cpu does not support the vector backend

2016-10-31 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r88003:7a2d9ced6141 Date: 2016-10-31 17:15 +0100 http://bitbucket.org/pypy/pypy/changeset/7a2d9ced6141/ Log:skip the test if the cpu does not support the vector backend diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py

[pypy-commit] pypy default: Kill some test_ztranslations that take too long to be useful

2016-10-31 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r88004:eb75872a1e8b Date: 2016-10-31 16:20 + http://bitbucket.org/pypy/pypy/changeset/eb75872a1e8b/ Log:Kill some test_ztranslations that take too long to be useful diff --git a/pypy/module/cpyext/test/test_ztranslation.py b/pypy/module/cpyext/test

[pypy-commit] pypy py3.5: hg merge default

2016-10-31 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88005:dd3f94d97955 Date: 2016-10-31 16:40 + http://bitbucket.org/pypy/pypy/changeset/dd3f94d97955/ Log:hg merge default diff --git a/lib_pypy/cffi/cparser.py b/lib_pypy/cffi/cparser.py --- a/lib_pypy/cffi/cparser.py +++ b/lib_pypy/cffi/cparser

[pypy-commit] extradoc extradoc: text as copied from blogpost draft

2016-10-31 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5743:5cf27efd4195 Date: 2016-10-31 18:30 +0200 http://bitbucket.org/pypy/extradoc/changeset/5cf27efd4195/ Log:text as copied from blogpost draft diff --git a/blog/draft/vectorization_extended.rst b/blog/draft/vectorization_extended.rst new fi

[pypy-commit] pypy py3.5: Fix ztranslations

2016-10-31 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88006:dfa86315b296 Date: 2016-10-31 17:00 + http://bitbucket.org/pypy/pypy/changeset/dfa86315b296/ Log:Fix ztranslations diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py --- a/pypy/objspace/fake/objspace.py +++ b/py

[pypy-commit] extradoc extradoc: refactor, add links from the original blog post

2016-10-31 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5744:31fc5ffbd610 Date: 2016-10-31 18:56 +0200 http://bitbucket.org/pypy/extradoc/changeset/31fc5ffbd610/ Log:refactor, add links from the original blog post diff --git a/blog/draft/vectorization_extended.rst b/blog/draft/vectorization_extend

[pypy-commit] pypy py3.5: Implement struct.Struct.iter_unpack()

2016-10-31 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r88007:ac5aa2ec1c94 Date: 2016-10-31 20:12 + http://bitbucket.org/pypy/pypy/changeset/ac5aa2ec1c94/ Log:Implement struct.Struct.iter_unpack() diff --git a/pypy/module/struct/interp_struct.py b/pypy/module/struct/interp_struct.py --- a/pypy/mod