[pypy-commit] pypy default: Document two branches

2016-08-13 Thread arigo
Author: Armin Rigo Branch: Changeset: r86183:888cb191638e Date: 2016-08-13 09:19 +0200 http://bitbucket.org/pypy/pypy/changeset/888cb191638e/ Log:Document two branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsn

[pypy-commit] pypy py3.5: Change python environment in conftest to python3.5

2016-08-13 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r86184:6d502390ba4f Date: 2016-08-13 19:54 +0200 http://bitbucket.org/pypy/pypy/changeset/6d502390ba4f/ Log:Change python environment in conftest to python3.5 diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/co

[pypy-commit] pypy default: define _GUN_SOURCE before any other includes

2016-08-13 Thread mattip
Author: Matti Picus Branch: Changeset: r86185:d468895a18b8 Date: 2016-08-13 21:59 +0300 http://bitbucket.org/pypy/pypy/changeset/d468895a18b8/ Log:define _GUN_SOURCE before any other includes diff --git a/pypy/module/cpyext/include/Python.h b/pypy/module/cpyext/include/Python.h --- a/pypy/