[pypy-commit] pypy strbuf-as-buffer: expose a function to check if a W_Buffer is readonly or not (ctypes from_buffer functions needs to check that)

2016-12-29 Thread plan_rich
Author: Richard Plangger Branch: strbuf-as-buffer Changeset: r89261:530e24e0fbd0 Date: 2016-12-29 13:04 +0100 http://bitbucket.org/pypy/pypy/changeset/530e24e0fbd0/ Log:expose a function to check if a W_Buffer is readonly or not (ctypes from_buffer functions needs to check that) diff

[pypy-commit] pypy.org extradoc: fix link

2016-12-29 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r839:03a87c8a2ff4 Date: 2016-12-29 13:41 +0100 http://bitbucket.org/pypy/pypy.org/changeset/03a87c8a2ff4/ Log:fix link diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -77,7 +77,7 @@ We provide binaries for

[pypy-commit] pypy py3.5: rStringIO assert that during tests the slicing is within bounds, extend a test to check readline returns empty string if the position is out of bounds

2016-12-29 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89263:c7076180efda Date: 2016-12-29 14:50 +0100 http://bitbucket.org/pypy/pypy/changeset/c7076180efda/ Log:rStringIO assert that during tests the slicing is within bounds, extend a test to check readline returns empty string if the po

[pypy-commit] pypy strbuf-as-buffer: merge default

2016-12-29 Thread plan_rich
Author: Richard Plangger Branch: strbuf-as-buffer Changeset: r89262:8e166d469274 Date: 2016-12-29 13:09 +0100 http://bitbucket.org/pypy/pypy/changeset/8e166d469274/ Log:merge default diff too long, truncating to 2000 out of 3046 lines diff --git a/ctypes_configure/__init__.py b/ctypes_confi

[pypy-commit] pypy py3.5: do not skip ssl tests, _ssl module is now in lib_pypy

2016-12-29 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r89264:fb49af41edfd Date: 2016-12-29 15:02 +0100 http://bitbucket.org/pypy/pypy/changeset/fb49af41edfd/ Log:do not skip ssl tests, _ssl module is now in lib_pypy diff --git a/lib-python/conftest.py b/lib-python/conftest.py --- a/lib-python/co

[pypy-commit] pypy default: Remove unused parameter

2016-12-29 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89265:343e3390bd53 Date: 2016-12-29 15:33 +0100 http://bitbucket.org/pypy/pypy/changeset/343e3390bd53/ Log:Remove unused parameter diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpye

[pypy-commit] pypy default: Remove unused parameter

2016-12-29 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89266:a98582230a9a Date: 2016-12-29 15:47 +0100 http://bitbucket.org/pypy/pypy/changeset/a98582230a9a/ Log:Remove unused parameter diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpye

[pypy-commit] pypy strbuf-as-buffer: revert last commit, handle it different in _ctypes

2016-12-29 Thread plan_rich
Author: Richard Plangger Branch: strbuf-as-buffer Changeset: r89267:6381bf44e70c Date: 2016-12-29 16:34 +0100 http://bitbucket.org/pypy/pypy/changeset/6381bf44e70c/ Log:revert last commit, handle it different in _ctypes diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py ---

[pypy-commit] pypy default: Simplify code

2016-12-29 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89268:7ea1e9aea7b0 Date: 2016-12-29 18:24 +0100 http://bitbucket.org/pypy/pypy/changeset/7ea1e9aea7b0/ Log:Simplify code diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/module/cpyext/api.py

[pypy-commit] pypy default: Refactor globals registration

2016-12-29 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89269:1e93630b441a Date: 2016-12-29 20:52 +0100 http://bitbucket.org/pypy/pypy/changeset/1e93630b441a/ Log:Refactor globals registration diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py --- a/pypy/module/cpyext/api.py +++ b/pypy/modul

[pypy-commit] pypy default: Delete obsolete and undocumented file

2016-12-29 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r89270:6e6b17b429d7 Date: 2016-12-29 20:57 +0100 http://bitbucket.org/pypy/pypy/changeset/6e6b17b429d7/ Log:Delete obsolete and undocumented file diff --git a/pypy/module/cpyext/stubgen.py b/pypy/module/cpyext/stubgen.py deleted file mode 100644 --- a/p

[pypy-commit] cffi default: We're interested in --with-pydebug not -d

2016-12-29 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r2844:bd6789d993c6 Date: 2016-12-30 00:05 +0100 http://bitbucket.org/cffi/cffi/changeset/bd6789d993c6/ Log:We're interested in --with-pydebug not -d diff --git a/cffi/setuptools_ext.py b/cffi/setuptools_ext.py --- a/cffi/setuptools_ext.py +++ b/cffi