[pypy-commit] pypy cpyext-old-buffers: Add a test that actually writes to a writable mmap, showing that it works.

2016-05-19 Thread devin.jeanpierre
Author: Devin Jeanpierre Branch: cpyext-old-buffers Changeset: r84522:96591f8ad166 Date: 2016-05-19 18:46 -0700 http://bitbucket.org/pypy/pypy/changeset/96591f8ad166/ Log:Add a test that actually writes to a writable mmap, showing that it works. diff --git a/pypy/module/cpyext/test/t

[pypy-commit] pypy cpyext-pickle: add a failing test - PyCFunctionObject and friends cannot be pickled

2016-05-19 Thread mattip
Author: Matti Picus Branch: cpyext-pickle Changeset: r84521:0682c3cebfa3 Date: 2016-05-19 22:36 +0300 http://bitbucket.org/pypy/pypy/changeset/0682c3cebfa3/ Log:add a failing test - PyCFunctionObject and friends cannot be pickled diff --git a/pypy/module/cpyext/test/test_arraymodule.py b/py

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

2016-05-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r748:3236bf66ac84 Date: 2016-05-19 17:28 +0200 http://bitbucket.org/pypy/pypy.org/changeset/3236bf66ac84/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy py3.5: Add inplace matmul in opcode assignment and operator module

2016-05-19 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r84520:b8deb0af7c9d Date: 2016-05-19 13:40 +0200 http://bitbucket.org/pypy/pypy/changeset/b8deb0af7c9d/ Log:Add inplace matmul in opcode assignment and operator module diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py ---