Author: Alex Gaynor <[email protected]> Branch: Changeset: r55112:18e6d6d81497 Date: 2012-05-15 17:39 -0400 http://bitbucket.org/pypy/pypy/changeset/18e6d6d81497/
Log: document my branches diff --git a/pypy/doc/whatsnew-1.9.rst b/pypy/doc/whatsnew-1.9.rst --- a/pypy/doc/whatsnew-1.9.rst +++ b/pypy/doc/whatsnew-1.9.rst @@ -11,10 +11,14 @@ .. branch: faster-heapcache .. branch: faster-str-decode-escape .. branch: float-bytes +Added some pritives for dealing with floats as raw bytes. .. branch: float-bytes-2 +Added more float byte primitives. .. branch: jit-frame-counter +Put more debug info into resops. .. branch: kill-geninterp .. branch: kqueue +Finished select.kqueue. .. branch: kwargsdict-strategy .. branch: matrixmath-dot numpypy can now handle matrix multiplication. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
