Author: mattip <[email protected]> Branch: stdlib-2.7.9 Changeset: r75878:cca109a5138b Date: 2015-02-14 23:28 +0200 http://bitbucket.org/pypy/pypy/changeset/cca109a5138b/
Log: merge stdlib-2.7.9 which updates stdlib diff --git a/lib_pypy/cffi.egg-info b/lib_pypy/cffi.egg-info --- a/lib_pypy/cffi.egg-info +++ b/lib_pypy/cffi.egg-info @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: cffi -Version: 0.8.6 +Version: 0.8.6+ Summary: Foreign Function Interface for Python calling C code. Home-page: http://cffi.readthedocs.org Author: Armin Rigo, Maciej Fijalkowski 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 @@ -5,3 +5,6 @@ .. this is a revision shortly after release-2.5.x .. startrev: 397b96217b85 +.. branch: vmprof + +.. branch: stackroot-speedup-2 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
