[pypy-commit] pypy default: rst format

arigo noreply at buildbot.pypy.org
Thu Mar 26 12:18:24 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r76573:8f539ca017fe
Date: 2015-03-26 12:18 +0100
http://bitbucket.org/pypy/pypy/changeset/8f539ca017fe/

Log:	rst format

diff --git a/pypy/doc/whatsnew-2.5.1.rst b/pypy/doc/whatsnew-2.5.1.rst
--- a/pypy/doc/whatsnew-2.5.1.rst
+++ b/pypy/doc/whatsnew-2.5.1.rst
@@ -14,27 +14,34 @@
 .. 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.


More information about the pypy-commit mailing list