[pypy-commit] pypy py3.5: restart whatsnew part 2

mattip pypy.commits at gmail.com
Tue May 30 09:53:23 EDT 2017


Author: Matti Picus <matti.picus at gmail.com>
Branch: py3.5
Changeset: r91454:c173df164527
Date: 2017-05-30 16:41 +0300
http://bitbucket.org/pypy/pypy/changeset/c173df164527/

Log:	restart whatsnew part 2

diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst
new file mode 100644
--- /dev/null
+++ b/pypy/doc/whatsnew-pypy3-head.rst
@@ -0,0 +1,28 @@
+=========================
+What's new in PyPy3 5.8+
+=========================
+
+.. this is the revision after release-pypy3.3-5.8.x was branched
+.. startrev: 0f08064cf67c
+
+.. branch: mtest
+Use "<python> -m test" to run the CPython test suite, as documented by CPython,
+instead of our outdated regrverbose.py script.
+
+.. branch: win32-faulthandler
+
+Enable the 'faulthandler' module on Windows;
+this unblocks the Python test suite.
+
+.. branch: superjumbo
+
+Implement posix.posix_fallocate() and posix.posix_fadvise()
+
+.. branch: py3.5-mac-translate
+
+Fix for different posix primitives on MacOS
+
+.. branch: PyBuffer
+
+Internal refactoring of memoryviews and buffers, fixing some related
+performance issues.


More information about the pypy-commit mailing list