Author: Matti Picus <[email protected]> Branch: Changeset: r55110:c8508951c824 Date: 2012-05-16 00:08 +0300 http://bitbucket.org/pypy/pypy/changeset/c8508951c824/
Log: document some 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 @@ -17,7 +17,9 @@ .. branch: kqueue .. branch: kwargsdict-strategy .. branch: matrixmath-dot +numpypy can now handle matrix multiplication. .. branch: merge-2.7.2 +The stdlib was updated to version 2.7.2 .. branch: ndmin .. branch: newindex .. branch: non-null-threadstate @@ -31,6 +33,7 @@ .. branch: numpy-ufuncs3 .. branch: numpypy-issue1137 .. branch: numpypy-out +The "out" argument was added to most of the numypypy functions. .. branch: numpypy-shape-bug .. branch: numpypy-ufuncs .. branch: pytest @@ -44,6 +47,9 @@ .. branch: win32-cleanup .. branch: win32-cleanup2 .. branch: win32-cleanup_2 +Many bugs were corrected for windows 32 bit. New functionality was added to +test validity of file descriptors, leading to the removal of the global +_invalid_parameter_handler .. branch: win64-stage1 .. branch: zlib-mem-pressure _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
