[pypy-commit] cffi default: skip test

2016-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2763:29ac108030f8 Date: 2016-09-06 09:57 +0200 http://bitbucket.org/cffi/cffi/changeset/29ac108030f8/ Log:skip test diff --git a/testing/cffi0/test_ctypes.py b/testing/cffi0/test_ctypes.py --- a/testing/cffi0/test_ctypes.py +++ b/testing/cffi0/test_cty

[pypy-commit] cffi default: Update and document v1.8.2

2016-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2762:48bb1b21620f Date: 2016-09-06 09:49 +0200 http://bitbucket.org/cffi/cffi/changeset/48bb1b21620f/ Log:Update and document v1.8.2 diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2,7 +2,7 @@ #in

[pypy-commit] cffi default: A direct test

2016-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2764:b518a1326d6c Date: 2016-09-06 10:03 +0200 http://bitbucket.org/cffi/cffi/changeset/b518a1326d6c/ Log:A direct test diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -2536,6 +2536,25 @@ assert d[2][1].bitshift == -1

[pypy-commit] pypy default: update to cffi/b518a1326d6c

2016-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r86900:39d096586b61 Date: 2016-09-06 10:21 +0200 http://bitbucket.org/pypy/pypy/changeset/39d096586b61/ Log:update to cffi/b518a1326d6c diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info/PKG-INFO --- a/lib_pypy/cffi.egg-info/PKG-INFO

[pypy-commit] cffi release-1.8: Release branch, starting at 1.8.2 for CPython

2016-09-06 Thread arigo
Author: Armin Rigo Branch: release-1.8 Changeset: r2765:f745eccd83e3 Date: 2016-09-06 10:21 +0200 http://bitbucket.org/cffi/cffi/changeset/f745eccd83e3/ Log:Release branch, starting at 1.8.2 for CPython ___ pypy-commit mailing list pypy-commit@pyth

[pypy-commit] cffi release-1.8: md5/sha

2016-09-06 Thread arigo
Author: Armin Rigo Branch: release-1.8 Changeset: r2766:ac64324fb262 Date: 2016-09-06 10:26 +0200 http://bitbucket.org/cffi/cffi/changeset/ac64324fb262/ Log:md5/sha diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/insta

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

2016-09-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2767:477e1350143e Date: 2016-09-06 10:26 +0200 http://bitbucket.org/cffi/cffi/changeset/477e1350143e/ Log:hg merge release-1.8 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/ins

[pypy-commit] pypy release-5.x: Moved tag release-pypy2.7-v5.4.1 to changeset 0e2d9a73f5a1 (from changeset 050d84dd7899)

2016-09-06 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r86903:c95650101a99 Date: 2016-09-06 13:47 +0300 http://bitbucket.org/pypy/pypy/changeset/c95650101a99/ Log:Moved tag release-pypy2.7-v5.4.1 to changeset 0e2d9a73f5a1 (from changeset 050d84dd7899) diff --git a/.hgtags b/.hgtags --- a

[pypy-commit] pypy default: merge buffer-interface, which implements buffer-protocol parts of cpyext and numpypy

2016-09-06 Thread mattip
Author: Matti Picus Branch: Changeset: r86906:03fc4cb79e37 Date: 2016-09-06 13:52 +0300 http://bitbucket.org/pypy/pypy/changeset/03fc4cb79e37/ Log:merge buffer-interface, which implements buffer-protocol parts of cpyext and numpypy diff --git a/pypy/interpreter/baseobjspace.py b/pyp

[pypy-commit] pypy default: document branches and update release 5.4.1

2016-09-06 Thread mattip
Author: Matti Picus Branch: Changeset: r86907:2ee81d5bf769 Date: 2016-09-06 13:57 +0300 http://bitbucket.org/pypy/pypy/changeset/2ee81d5bf769/ Log:document branches and update release 5.4.1 diff --git a/pypy/doc/release-pypy2.7-v5.4.1.rst b/pypy/doc/release-pypy2.7-v5.4.1.rst --- a/pypy/do

[pypy-commit] pypy default: Moved tag release-pypy2.7-v5.4.1 to changeset 0e2d9a73f5a1 (from changeset 050d84dd7899)

2016-09-06 Thread mattip
Author: Matti Picus Branch: Changeset: r86904:6c7485fc8b69 Date: 2016-09-06 13:47 +0300 http://bitbucket.org/pypy/pypy/changeset/6c7485fc8b69/ Log:Moved tag release-pypy2.7-v5.4.1 to changeset 0e2d9a73f5a1 (from changeset 050d84dd7899) diff --git a/.hgtags b/.hgtags --- a/.hgtags ++

[pypy-commit] pypy buffer-interface: close branch to be merged

2016-09-06 Thread mattip
Author: Matti Picus Branch: buffer-interface Changeset: r86905:b33e2ca4e535 Date: 2016-09-06 13:50 +0300 http://bitbucket.org/pypy/pypy/changeset/b33e2ca4e535/ Log:close branch to be merged ___ pypy-commit mailing list pypy-commit@python.org https:

[pypy-commit] pypy release-5.x: test, fix issue #2395 - do not force pyobj

2016-09-06 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r86902:0e2d9a73f5a1 Date: 2016-09-06 13:46 +0300 http://bitbucket.org/pypy/pypy/changeset/0e2d9a73f5a1/ Log:test, fix issue #2395 - do not force pyobj diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py --- a/

[pypy-commit] pypy default: test, fix issue #2395 - do not force pyobj

2016-09-06 Thread mattip
Author: Matti Picus Branch: Changeset: r86901:9eb6ddd96e0e Date: 2016-09-06 13:46 +0300 http://bitbucket.org/pypy/pypy/changeset/9eb6ddd96e0e/ Log:test, fix issue #2395 - do not force pyobj diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py --- a/pypy/module

[pypy-commit] pypy union-side-effects: Use more general strategy in 2 tests

2016-09-06 Thread rlamy
Author: Ronan Lamy Branch: union-side-effects Changeset: r86908:35a154a7faf2 Date: 2016-09-06 15:38 +0100 http://bitbucket.org/pypy/pypy/changeset/35a154a7faf2/ Log:Use more general strategy in 2 tests diff --git a/rpython/annotator/test/test_model.py b/rpython/annotator/test/test_model.py

[pypy-commit] pypy default: improve the trace of import statements to not contain calls

2016-09-06 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r86909:aab338e52409 Date: 2016-09-06 16:50 +0200 http://bitbucket.org/pypy/pypy/changeset/aab338e52409/ Log:improve the trace of import statements to not contain calls (needed slightly awkward code) diff --git a/pypy/module/imp/importi

[pypy-commit] pypy.org extradoc: update the checksums

2016-09-06 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r786:42216d0bec0f Date: 2016-09-06 20:36 +0200 http://bitbucket.org/pypy/pypy.org/changeset/42216d0bec0f/ Log:update the checksums diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -450

[pypy-commit] pypy default: remove one more pyobj force, rework documentation

2016-09-06 Thread mattip
Author: Matti Picus Branch: Changeset: r86910:abbb7cdf30ab Date: 2016-09-06 21:46 +0300 http://bitbucket.org/pypy/pypy/changeset/abbb7cdf30ab/ Log:remove one more pyobj force, rework documentation diff --git a/pypy/doc/release-pypy2.7-v5.4.1.rst b/pypy/doc/release-pypy2.7-v5.4.1.rst --- a/

[pypy-commit] pypy default: documentation

2016-09-06 Thread mattip
Author: Matti Picus Branch: Changeset: r86911:c1a85c2f66cf Date: 2016-09-06 22:00 +0300 http://bitbucket.org/pypy/pypy/changeset/c1a85c2f66cf/ Log:documentation diff --git a/pypy/module/cpyext/bytesobject.py b/pypy/module/cpyext/bytesobject.py --- a/pypy/module/cpyext/bytesobject.py +++ b/

[pypy-commit] pypy remove-getarrayitem-pure: Sanity checks

2016-09-06 Thread sbauman
Author: Spenser Bauman Branch: remove-getarrayitem-pure Changeset: r86913:424b9e80e6a4 Date: 2016-04-05 21:54 -0400 http://bitbucket.org/pypy/pypy/changeset/424b9e80e6a4/ Log:Sanity checks diff --git a/rpython/jit/metainterp/pyjitpl.py b/rpython/jit/metainterp/pyjitpl.py --- a/rpython/jit/m

[pypy-commit] pypy remove-getarrayitem-pure: Move code

2016-09-06 Thread sbauman
Author: Spenser Bauman Branch: remove-getarrayitem-pure Changeset: r86912:2fb300020852 Date: 2016-04-03 13:16 -0400 http://bitbucket.org/pypy/pypy/changeset/2fb300020852/ Log:Move code diff --git a/rpython/jit/metainterp/optimizeopt/heap.py b/rpython/jit/metainterp/optimizeopt/heap.py --- a

[pypy-commit] pypy force-virtual-state: Emit proper instruction sequence for checking raw pointers

2016-09-06 Thread sbauman
Author: Spenser Bauman Branch: force-virtual-state Changeset: r86914:9c278b23ff9f Date: 2016-09-06 16:40 -0400 http://bitbucket.org/pypy/pypy/changeset/9c278b23ff9f/ Log:Emit proper instruction sequence for checking raw pointers diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpyt

[pypy-commit] pypy default: If the expected exception was raised, the SSLContext can't be shut down yet

2016-09-06 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r86915:0dcc383e61e3 Date: 2016-09-06 15:01 -0700 http://bitbucket.org/pypy/pypy/changeset/0dcc383e61e3/ Log:If the expected exception was raised, the SSLContext can't be shut down yet diff --git a/pypy/module/_ssl/test/test_ssl.py b/pypy/mo

[pypy-commit] pypy py3k: hg merge default

2016-09-06 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r86916:37c0e5dcf737 Date: 2016-09-07 05:15 +0100 http://bitbucket.org/pypy/pypy/changeset/37c0e5dcf737/ Log:hg merge default diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -30,3 +30,6 @@ 68bb3510d8212ae9efb687e12e58c09d29e74f87 relea