[pypy-commit] pypy py3.5: fixes for whatsnew, document merged branch

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


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

Log:	fixes for whatsnew, document merged branch

diff --git a/pypy/doc/whatsnew-pypy3-5.8.0.rst b/pypy/doc/whatsnew-pypy3-5.8.0.rst
--- a/pypy/doc/whatsnew-pypy3-5.8.0.rst
+++ b/pypy/doc/whatsnew-pypy3-5.8.0.rst
@@ -26,3 +26,7 @@
 
 Internal refactoring of memoryviews and buffers, fixing some related
 performance issues.
+
+.. branch: jumbojet
+
+Add sched_get min/max to rposix
diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst
--- a/pypy/doc/whatsnew-pypy3-head.rst
+++ b/pypy/doc/whatsnew-pypy3-head.rst
@@ -3,26 +3,6 @@
 =========================
 
 .. this is the revision after release-pypy3.3-5.8.x was branched
-.. startrev: 0f08064cf67c
+.. startrev: c173df164527
 
-.. 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