Author: Ronan Lamy <[email protected]>
Branch:
Changeset: r87701:36d503d3b39d
Date: 2016-10-11 05:41 +0100
http://bitbucket.org/pypy/pypy/changeset/36d503d3b39d/
Log: Reconstruct a meaningful whatsnew: it had been neglected since the
last release
diff --git a/pypy/doc/whatsnew-pypy3-5.5.0.rst
b/pypy/doc/whatsnew-pypy3-5.5.0.rst
--- a/pypy/doc/whatsnew-pypy3-5.5.0.rst
+++ b/pypy/doc/whatsnew-pypy3-5.5.0.rst
@@ -2,34 +2,58 @@
What's new in PyPy3 5.5.0
=========================
-.. this is the revision after pypy3-release-2.4.x was branched
-.. startrev: 3f967c2be00e
+.. this is the revision after 5.2.0 was branched
+.. startrev: 2dd24a7eb90b
-.. branch: py3k-memoryview
+.. pull request #454
-Implement new memoryview features.
+Update fallback code in time to match CPython.
-.. branch: py3.3
+.. d93d0a6c41f9
-.. branch: py3.3-hashfix
+Add str.casefold().
-Use intobject hash function for specialisedtuple
+.. f1c0e13019d5
-.. branch: follow_symlinks
+Update Unicode character database to version 6.1.0.
-Add support for dir_fd and follow_symlinks in posix.stat()
+.. pull request #461
-.. branch: stat_ns
+Make win_perf_counter expose the clock info.
+Add a couple more fallbacks.
+Make time.monotonic conditionally available depending on platform.
-Implement the st_xtime_ns fields in stat_result()
+.. issue 2346
-.. branch: 33_fix_itertools
+Make hash(-1) return -2, like it does on CPython.
-Add pickling support for the itertools classes
+.. pull request #469
-.. branch: py3k-update
+Fix the mappingproxy type to behave as in CPython.
-.. branch: py3k-get_clock_info
+.. branch: py3k-kwonly-builtin
-.. branch: py3k-update
+Implement keyword-only arguments for built-in functions. Fix functions in the
+posix module to have keyword-only arguments wherever CPython has them, instead
+of regular keyword arguments.
+.. pull request #475
+
+Add os.get_terminal_size().
+
+.. memoryview stuff
+
+Implement slicing of memoryview objects and improve their compatibility with
+CPython.
+
+.. bdd0b2244dd3
+
+Set up ImportError attributes properly in _imp.load_dynamic().
+
+.. 494a05343a22
+
+Allow __len__ to return any index-like.
+
+.. branch: py3k-faulthandler
+
+Replace stub faulthandler module with a working implementation.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit