[pypy-commit] pypy pyparser-improvements-2: document branch

2018-04-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94282:8988c01a0750 Date: 2018-04-09 09:31 +0200 http://bitbucket.org/pypy/pypy/changeset/8988c01a0750/ Log:document branch diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whats

[pypy-commit] pypy pyparser-improvements-2: fix CPython tests that are affected (in one, we are like CPython now again)

2018-04-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94281:65640d1556ff Date: 2018-04-09 09:29 +0200 http://bitbucket.org/pypy/pypy/changeset/65640d1556ff/ Log:fix CPython tests that are affected (in one, we are like CPython now again) diff --git a/lib-pyth

[pypy-commit] pypy pyparser-improvements-2: fix fallout from position fixes

2018-04-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: pyparser-improvements-2 Changeset: r94280:fefc40951b6f Date: 2018-04-09 09:27 +0200 http://bitbucket.org/pypy/pypy/changeset/fefc40951b6f/ Log:fix fallout from position fixes diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/t

[pypy-commit] pypy issue2752: after PyObject_GetBuffer fails, a second call also fails, PyString_AsString succeeds

2018-04-09 Thread mattip
Author: Matti Picus Branch: issue2752 Changeset: r94283:882bbee00812 Date: 2018-04-09 10:32 +0300 http://bitbucket.org/pypy/pypy/changeset/882bbee00812/ Log:after PyObject_GetBuffer fails, a second call also fails, PyString_AsString succeeds diff --git a/pypy/module/cpyext/test/test_

[pypy-commit] pypy py3.5: test, fix for issue 2787 (now passes on -A --python=python3)

2018-04-09 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94284:c84d22857147 Date: 2018-04-09 11:31 +0300 http://bitbucket.org/pypy/pypy/changeset/c84d22857147/ Log:test, fix for issue 2787 (now passes on -A --python=python3) diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/inter

[pypy-commit] extradoc extradoc: add historical info from sprint

2018-04-09 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r5886:3b5b787ccbcf Date: 2018-04-09 14:25 +0200 http://bitbucket.org/pypy/extradoc/changeset/3b5b787ccbcf/ Log:add historical info from sprint diff --git a/sprintinfo/leysin-winter-2018/planning.txt b/sprintinfo/leysin-winter-2018/planning.txt

[pypy-commit] pypy.org extradoc: capitalize PyPy

2018-04-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: extradoc Changeset: r921:7a8d6cacd50d Date: 2018-04-09 16:46 +0200 http://bitbucket.org/pypy/pypy.org/changeset/7a8d6cacd50d/ Log:capitalize PyPy diff --git a/don2.html b/don2.html --- a/don2.html +++ b/don2.html @@ -2,7 +2,7 @@ -

[pypy-commit] pypy.org extradoc: - remove flattr link

2018-04-09 Thread cfbolz
Author: Carl Friedrich Bolz-Tereick Branch: extradoc Changeset: r920:272637cfd909 Date: 2018-04-09 16:45 +0200 http://bitbucket.org/pypy/pypy.org/changeset/272637cfd909/ Log:- remove flattr link - make "Donate towards general pypy progress" not a link (since it does nothing wh

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

2018-04-09 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r94285:e3384cb52177 Date: 2018-04-10 00:30 +0300 http://bitbucket.org/pypy/pypy/changeset/e3384cb52177/ Log:merge default into py3.5 diff --git a/pypy/doc/release-v6.0.0.rst b/pypy/doc/release-v6.0.0.rst --- a/pypy/doc/release-v6.0.0.rst +++ b/pyp