Author: Armin Rigo <[email protected]> Branch: Changeset: r56827:a4899820221d Date: 2012-08-23 19:13 +0200 http://bitbucket.org/pypy/pypy/changeset/a4899820221d/
Log: Document some merged 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 @@ -23,6 +23,12 @@ .. branch: improve-rbigint Introduce __int128 on systems where it's supported and improve the speed of rlib/rbigint.py greatly. +.. branch: translation-cleanup +Start to clean up a bit the flow object space. +.. branch: ffi-backend +Support CFFI. http://morepypy.blogspot.ch/2012/08/cffi-release-03.html +.. branch: speedup-unpackiterable + .. "uninteresting" branches that we should just ignore for the whatsnew: .. branch: slightly-shorter-c _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
