Author: mattip <[email protected]> Branch: release-2.5.x Changeset: r76314:258a22596144 Date: 2015-03-10 23:16 +0200 http://bitbucket.org/pypy/pypy/changeset/258a22596144/
Log: shuffle whatsnew diff --git a/pypy/doc/whatsnew-2.5.0.rst b/pypy/doc/whatsnew-2.5.0.rst --- a/pypy/doc/whatsnew-2.5.0.rst +++ b/pypy/doc/whatsnew-2.5.0.rst @@ -1,6 +1,6 @@ -======================= -What's new in PyPy 2.5 -======================= +======================== +What's new in PyPy 2.5.0 +======================== .. this is a revision shortly after release-2.4.x .. startrev: 7026746cbb1b diff --git a/pypy/doc/whatsnew-2.5.1.rst b/pypy/doc/whatsnew-2.5.1.rst new file mode 100644 --- /dev/null +++ b/pypy/doc/whatsnew-2.5.1.rst @@ -0,0 +1,40 @@ +======================== +What's new in PyPy 2.5.1 +======================== + +.. this is a revision shortly after release-2.5.0 +.. startrev: 397b96217b85 + + +Non-blocking file reads sometimes raised EAGAIN even though they +had buffered data waiting, fixed in b1c4fcb04a42 + + + +.. branch: vmprof + +.. branch: stackroot-speedup-2 +Avoid tracing all stack roots during repeated minor collections, +by ignoring the part of the stack that didn't change + +.. branch: stdlib-2.7.9 +Update stdlib to version 2.7.9 + +.. branch: fix-kqueue-error2 +Fix exception being raised by kqueue.control (CPython compatibility) + +.. branch: gitignore + +.. branch: framestate2 +Refactor rpython.flowspace.framestate.FrameState. + +.. branch: alt_errno +Add an alternative location to save LastError, errno around ctypes, +cffi external calls so things like pdb will not overwrite it + +.. branch: nonquadratic-heapcache +Speed up the warmup times of the JIT by removing a quadratic algorithm in the +heapcache. + +.. branch: online-transforms-2 +Simplify flow graphs on the fly during annotation phase. 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 @@ -2,38 +2,6 @@ What's new in PyPy 2.5+ ======================= -.. this is a revision shortly after release-2.5.x +.. this is a revision shortly after release-2.5.1 .. startrev: 397b96217b85 - -Non-blocking file reads sometimes raised EAGAIN even though they -had buffered data waiting, fixed in b1c4fcb04a42 - - -.. branch: vmprof - -.. branch: stackroot-speedup-2 -Avoid tracing all stack roots during repeated minor collections, -by ignoring the part of the stack that didn't change - -.. branch: stdlib-2.7.9 -Update stdlib to version 2.7.9 - -.. branch: fix-kqueue-error2 -Fix exception being raised by kqueue.control (CPython compatibility) - -.. branch: gitignore - -.. branch: framestate2 -Refactor rpython.flowspace.framestate.FrameState. - -.. branch: alt_errno -Add an alternative location to save LastError, errno around ctypes, -cffi external calls so things like pdb will not overwrite it - -.. branch: nonquadratic-heapcache -Speed up the warmup times of the JIT by removing a quadratic algorithm in the -heapcache. - -.. branch: online-transforms-2 -Simplify flow graphs on the fly during annotation phase. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
