Author: Armin Rigo <[email protected]> Branch: Changeset: r75437:9012135a9d14 Date: 2015-01-19 12:20 +0100 http://bitbucket.org/pypy/pypy/changeset/9012135a9d14/
Log: list all undocumented 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 @@ -52,7 +52,7 @@ Use SSA form for flow graphs inside build_flow() and part of simplify_graph() -.. branch: ufuncpai +.. branch: ufuncapi Implement most of the GenericUfunc api to support numpy linalg. The strategy is to encourage use of pure python or cffi ufuncs by extending frompyfunc(). @@ -60,3 +60,29 @@ of pypy/numpy - cffi-linalg which is a rewrite of the _umath_linalg module in python, calling lapack from cffi. The branch also support traditional use of cpyext GenericUfunc definitions in c. + +.. branch: all_ordered_dicts +.. branch: berkerpeksag/fix-broken-link-in-readmerst-1415127402066 +.. branch: bigint-with-int-ops +.. branch: dstufft/update-pip-bootstrap-location-to-the-new-1420760611527 +.. branch: float-opt +.. branch: gc-incminimark-pinning +.. branch: gc_no_cleanup_nursery +.. branch: improve-gc-tracing-hooks +.. branch: improve-ptr-conv-error +.. branch: intern-not-immortal +.. branch: issue1922-take2 +.. branch: kill-exported-symbols-list +.. branch: kill-rctime +.. branch: kill_ll_termios +.. branch: look-into-all-modules +.. branch: nditer-external_loop +.. branch: numpy-generic-item +.. branch: osx-shared +.. branch: portable-threadlocal +.. branch: pypy-dont-copy-ops +.. branch: recursion_and_inlining +.. branch: slim-down-resumedescr +.. branch: squeaky/use-cflags-for-compiling-asm +.. branch: unicode-fix +.. branch: zlib_zdict _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
