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
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo