Author: Matti Picus <[email protected]>
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/doc/release-pypy2.7-v5.4.1.rst
+++ b/pypy/doc/release-pypy2.7-v5.4.1.rst
@@ -5,8 +5,8 @@
We have released a bugfix for PyPy2.7-v5.4.0, released last week,
due to the following issues:
- * Update list of contributors in documentation and LICENSE file,
- this was unfortunately left out of 5.4.0. My apoligies to the new
+ * Update list of contributors in documentation and LICENSE file,
+ this was unfortunately left out of 5.4.0. My apologies to the new
contributors
* Allow tests run with `-A` to find `libm.so` even if it is a script not a
@@ -21,10 +21,13 @@
* Fix for and issue where `unicode.decode('utf8', 'custom_replace')` messed
up
the last byte of a unicode string sometimes
- * Update built-in cffi_ to the soon-to-be-released 1.8.1 version
+ * Update built-in cffi_ to the soon-to-be-released 1.8.2 version
* Explicitly detect that we found as-yet-unsupported OpenSSL 1.1, and crash
- translation with a message asking for help porting it
+ translation with a message asking for help porting it
+
+ * Fix a regression where a PyBytesObject was forced (converted to a RPython
+ object) when not required, reported as issue #2395
Thanks to those who reported the issues.
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -7,3 +7,9 @@
.. branch: rpython-resync
Backport rpython changes made directly on the py3k and py3.5 branches.
+
+.. branch: buffer-interface
+Implement PyObject_GetBuffer, PyMemoryView_GET_BUFFER, and handles memoryviews
+in numpypy
+
+
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit