[pypy-commit] pypy py3.5: Don't segfault when calling ffi.from_buffer() on io.BytesIO().getbuffer()

2018-02-23 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93877:baf4067a05b0 Date: 2018-02-23 21:02 + http://bitbucket.org/pypy/pypy/changeset/baf4067a05b0/ Log:Don't segfault when calling ffi.from_buffer() on io.BytesIO().getbuffer() diff --git

[pypy-commit] pypy default: Complain if we pass None to something which expects unicode or str

2018-02-23 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93876:2ec2d28bba33 Date: 2018-02-23 16:01 + http://bitbucket.org/pypy/pypy/changeset/2ec2d28bba33/ Log:Complain if we pass None to something which expects unicode or str diff --git a/rpython/rlib/objectmodel.py

[pypy-commit] cffi default: Document issue #355 and #350 here

2018-02-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r3106:db50b63de204 Date: 2018-02-23 19:57 +0100 http://bitbucket.org/cffi/cffi/changeset/db50b63de204/ Log:Document issue #355 and #350 here diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++

[pypy-commit] cffi default: Import from setuptools instead of distutils from here

2018-02-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r3105:1a92038e7904 Date: 2018-02-23 10:31 +0100 http://bitbucket.org/cffi/cffi/changeset/1a92038e7904/ Log:Import from setuptools instead of distutils from here (see issue #345) diff --git a/cffi/setuptools_ext.py

[pypy-commit] pypy default: Document merged branch

2018-02-23 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93874:a17a3e4c087f Date: 2018-02-23 13:40 + http://bitbucket.org/pypy/pypy/changeset/a17a3e4c087f/ Log:Document merged branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst ---

[pypy-commit] pypy default: Use @signature to prevent late-stage annotation issues

2018-02-23 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r93875:b6c556e371ec Date: 2018-02-23 14:20 + http://bitbucket.org/pypy/pypy/changeset/b6c556e371ec/ Log:Use @signature to prevent late-stage annotation issues diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py ---

[pypy-commit] extradoc extradoc: maybe work on rpython documentation at the sprint

2018-02-23 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5869:4190a252997f Date: 2018-02-23 16:45 -0500 http://bitbucket.org/pypy/extradoc/changeset/4190a252997f/ Log:maybe work on rpython documentation at the sprint diff --git a/planning/sprint-leysin-2018-notes.rst