[pypy-commit] cffi default: Typo

2017-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r3011:900dc93b3c6a Date: 2017-09-16 15:13 +0200 http://bitbucket.org/cffi/cffi/changeset/900dc93b3c6a/ Log:Typo diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/whatsnew.rst @@ -11,7 +11,7 @@

[pypy-commit] cffi default: merge heads

2017-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r3013:7417b70e5b1a Date: 2017-09-16 15:43 +0200 http://bitbucket.org/cffi/cffi/changeset/7417b70e5b1a/ Log:merge heads diff --git a/doc/source/using.rst b/doc/source/using.rst --- a/doc/source/using.rst +++ b/doc/source/using.rst @@ -128,10 +128,37 @@

[pypy-commit] cffi default: Python 3

2017-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r3012:10ab414ad7b2 Date: 2017-09-16 15:43 +0200 http://bitbucket.org/cffi/cffi/changeset/10ab414ad7b2/ Log:Python 3 diff --git a/testing/cffi0/test_verify.py b/testing/cffi0/test_verify.py --- a/testing/cffi0/test_verify.py +++ b/testing/cffi0/test_veri

[pypy-commit] cffi release-1.11: release branch

2017-09-16 Thread arigo
Author: Armin Rigo Branch: release-1.11 Changeset: r3014:f18bef49a17c Date: 2017-09-16 17:39 +0200 http://bitbucket.org/cffi/cffi/changeset/f18bef49a17c/ Log:release branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.python.org

[pypy-commit] cffi release-1.11: md5/sha and link fix(?)

2017-09-16 Thread arigo
Author: Armin Rigo Branch: release-1.11 Changeset: r3015:296f96edb561 Date: 2017-09-16 17:43 +0200 http://bitbucket.org/cffi/cffi/changeset/296f96edb561/ Log:md5/sha and link fix(?) diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b

[pypy-commit] cffi default: hg merge release-1.11

2017-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r3016:451b524ea386 Date: 2017-09-16 17:44 +0200 http://bitbucket.org/cffi/cffi/changeset/451b524ea386/ Log:hg merge release-1.11 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/in

[pypy-commit] cffi default: Generalize the test to pass

2017-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r3017:6586a1f5720d Date: 2017-09-16 17:48 +0200 http://bitbucket.org/cffi/cffi/changeset/6586a1f5720d/ Log:Generalize the test to pass diff --git a/testing/cffi0/test_version.py b/testing/cffi0/test_version.py --- a/testing/cffi0/test_version.py +++ b/t

[pypy-commit] pypy py3.5: Fix 2BYTE case in _PyUnicode_Ready(): don't prepend a BOM to the data

2017-09-16 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92410:b6ba2262940e Date: 2017-09-16 18:28 +0100 http://bitbucket.org/pypy/pypy/changeset/b6ba2262940e/ Log:Fix 2BYTE case in _PyUnicode_Ready(): don't prepend a BOM to the data diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/

[pypy-commit] buildbot default: fix

2017-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r1029:7c00a8e159c3 Date: 2017-09-16 19:29 +0200 http://bitbucket.org/pypy/buildbot/changeset/7c00a8e159c3/ Log:fix diff --git a/master/templates/layout.html b/master/templates/layout.html --- a/master/templates/layout.html +++ b/master/templates/layout.

[pypy-commit] pypy py3.5: handle SO_REUSEPORT defined but not implemented

2017-09-16 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r92411:8086c7a846ff Date: 2017-09-16 12:19 -0700 http://bitbucket.org/pypy/pypy/changeset/8086c7a846ff/ Log:handle SO_REUSEPORT defined but not implemented follows up 7ade09ee3ac5, see also https://bugs.python.org/issue26858 diff --git

[pypy-commit] pypy default: Issue #2658

2017-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r92412:5a5707c54da3 Date: 2017-09-17 08:38 +0200 http://bitbucket.org/pypy/pypy/changeset/5a5707c54da3/ Log:Issue #2658 Comment out these Windows asserts. It's fragile even on top of CPython, and seems not to work at all on top of PyPy.

[pypy-commit] cffi default: Add Python 3.6 in that list

2017-09-16 Thread arigo
Author: Armin Rigo Branch: Changeset: r3018:f61db8830105 Date: 2017-09-17 08:45 +0200 http://bitbucket.org/cffi/cffi/changeset/f61db8830105/ Log:Add Python 3.6 in that list diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -231,6 +231,7 @@ 'Programming Language