[pypy-commit] pypy whatsnew: Update what's new, documenting my branches.

Vincent Legoll pypy.commits at gmail.com
Tue Dec 22 17:12:23 EST 2015


Author: Vincent Legoll <vincent.legoll at idgrilles.fr>
Branch: whatsnew
Changeset: r81427:c0099c341793
Date: 2015-12-20 11:01 +0100
http://bitbucket.org/pypy/pypy/changeset/c0099c341793/

Log:	Update what's new, documenting my branches.

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
@@ -44,6 +44,9 @@
 
 .. branch: fix-setslice-can-resize
 
+Make rlist's ll_listsetslice() able to resize the target list to help
+simplify objspace/std/listobject.py. Was issue #2196.
+
 .. branch: anntype2
 
 A somewhat random bunch of changes and fixes following up on branch 'anntype'. Highlights:
@@ -83,9 +86,16 @@
 Trivial cleanups in flowspace.operation : fix comment & duplicated method
 
 .. branch: test-AF_NETLINK
+
+Add a test for pre-existing AF_NETLINK support. Was part of issue #1942.
+
 .. branch: small-cleanups-misc
+
+Trivial misc cleanups: typo, whitespace, obsolete comments
+
 .. branch: cpyext-slotdefs
 
 .. branch: fix-2211
 
-Fix the cryptic exception message when attempting to use extended slicing in rpython
+Fix the cryptic exception message when attempting to use extended slicing
+in rpython. Was issue #2211.


More information about the pypy-commit mailing list