[pypy-commit] pypy default: update version minor number, make test run untranslated

2016-09-03 Thread mattip
Author: Matti Picus Branch: Changeset: r86857:3bbe61b5ea1c Date: 2016-09-04 08:28 +0300 http://bitbucket.org/pypy/pypy/changeset/3bbe61b5ea1c/ Log:update version minor number, make test run untranslated diff --git a/pypy/module/cpyext/include/patchlevel.h

[pypy-commit] pypy release-5.x: update version numbers, make test run untranslated

2016-09-03 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r86856:b0cef2e770b9 Date: 2016-09-04 08:26 +0300 http://bitbucket.org/pypy/pypy/changeset/b0cef2e770b9/ Log:update version numbers, make test run untranslated diff --git a/pypy/module/cpyext/include/patchlevel.h

[pypy-commit] cffi default: Python 3 fix

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2759:d04043b6e7bc Date: 2016-09-03 23:42 +0200 http://bitbucket.org/cffi/cffi/changeset/d04043b6e7bc/ Log:Python 3 fix diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py --- a/cffi/backend_ctypes.py +++

[pypy-commit] pypy py3k: merge default

2016-09-03 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r86855:83f439eeb461 Date: 2016-09-03 12:07 -0700 http://bitbucket.org/pypy/pypy/changeset/83f439eeb461/ Log:merge default diff --git a/_pytest/python.py b/_pytest/python.py --- a/_pytest/python.py +++ b/_pytest/python.py

[pypy-commit] pypy default: import cffi/b81ca61b6de6

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r86854:fdd46325fe3d Date: 2016-09-03 20:14 +0200 http://bitbucket.org/pypy/pypy/changeset/fdd46325fe3d/ Log:import cffi/b81ca61b6de6 diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO ---

[pypy-commit] cffi default: fix

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2758:b81ca61b6de6 Date: 2016-09-03 20:10 +0200 http://bitbucket.org/cffi/cffi/changeset/b81ca61b6de6/ Log:fix diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py --- a/cffi/backend_ctypes.py +++ b/cffi/backend_ctypes.py @@

[pypy-commit] cffi default: Backed out changeset 0087e2aec9ef

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2755:e8e4775048a1 Date: 2016-09-03 19:29 +0200 http://bitbucket.org/cffi/cffi/changeset/e8e4775048a1/ Log:Backed out changeset 0087e2aec9ef Un-kill the ctypes backend. Issue #282 for a justification. diff too long, truncating

[pypy-commit] cffi default: Un-document the removal of the ctypes backend

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2756:f959e7d3af34 Date: 2016-09-03 19:30 +0200 http://bitbucket.org/cffi/cffi/changeset/f959e7d3af34/ Log:Un-document the removal of the ctypes backend diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst ---

[pypy-commit] cffi default: Issue #282: probable test and fix

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2757:5fa1d8697d3e Date: 2016-09-03 20:04 +0200 http://bitbucket.org/cffi/cffi/changeset/5fa1d8697d3e/ Log:Issue #282: probable test and fix diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py --- a/cffi/backend_ctypes.py +++

[pypy-commit] cffi default: Bump version number to 1.8.1

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2754:90e2e3ee4411 Date: 2016-09-03 19:25 +0200 http://bitbucket.org/cffi/cffi/changeset/90e2e3ee4411/ Log:Bump version number to 1.8.1 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c

[pypy-commit] cffi default: - add ffi.compile(debug=flag)

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2753:ecd17895c8df Date: 2016-09-03 19:21 +0200 http://bitbucket.org/cffi/cffi/changeset/ecd17895c8df/ Log:- add ffi.compile(debug=flag) - this small addition, and a few others not in pypy 5.4, will make the next cffi

[pypy-commit] cffi default: Document 0ff89f851d2c

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2752:02ca935a5c3f Date: 2016-09-03 12:39 +0200 http://bitbucket.org/cffi/cffi/changeset/02ca935a5c3f/ Log:Document 0ff89f851d2c diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst

[pypy-commit] cffi default: If we say Py_LIMITED_API and we're compiling with a debug version of

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2751:0ff89f851d2c Date: 2016-09-03 12:36 +0200 http://bitbucket.org/cffi/cffi/changeset/0ff89f851d2c/ Log:If we say Py_LIMITED_API and we're compiling with a debug version of CPython, "#include " crashes. Work around it the

[pypy-commit] pypy quad-color-gc: Claim QCGC supports rweakref to make pypy executable useable

2016-09-03 Thread ntruessel
Author: Nicolas Truessel Branch: quad-color-gc Changeset: r86853:9c2ceea892ed Date: 2016-09-03 10:31 +0200 http://bitbucket.org/pypy/pypy/changeset/9c2ceea892ed/ Log:Claim QCGC supports rweakref to make pypy executable useable diff --git

[pypy-commit] cffi default: Windows fun

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2750:d83bdf06b04f Date: 2016-09-03 11:36 +0200 http://bitbucket.org/cffi/cffi/changeset/d83bdf06b04f/ Log:Windows fun diff --git a/testing/cffi1/test_recompiler.py b/testing/cffi1/test_recompiler.py ---

[pypy-commit] cffi default: Fix test

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2748:849a40dd7925 Date: 2016-09-03 11:02 +0200 http://bitbucket.org/cffi/cffi/changeset/849a40dd7925/ Log:Fix test diff --git a/testing/cffi0/test_zintegration.py b/testing/cffi0/test_zintegration.py ---

[pypy-commit] cffi default: Kill the ctypes backend.

2016-09-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r2749:0087e2aec9ef Date: 2016-09-03 11:11 +0200 http://bitbucket.org/cffi/cffi/changeset/0087e2aec9ef/ Log:Kill the ctypes backend. diff too long, truncating to 2000 out of 2925 lines diff --git a/cffi/api.py b/cffi/api.py ---