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
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
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
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
---