From 0cd2820ff46f78a5e9ac1fb05bd2fd9fd9f2f99f 2017-09-13 17:24:21 From: Thomas Kluyver Date: 2017-09-13 17:24:21 Subject: [PATCH] Backport PR #10802: None --- diff --git a/docs/source/whatsnew/version5.rst b/docs/source/whatsnew/version5.rst index b3d9b27..89794fb 100644 --- a/docs/source/whatsnew/version5.rst +++ b/docs/source/whatsnew/version5.rst @@ -19,7 +19,7 @@ System Wide config - Startup files can be found in ``/etc/ipython/startup`` or ``{sys.prefix}/etc/ipython/startup`` in addition to the profile directory, for system-wide or env-specific startup files. -See :gh:`10644` +See :ghpull:`10644` ProgressBar ----------- @@ -35,7 +35,29 @@ IPython now has built-in support for progressbars:: # progress bar in cell 1 updates. -See :gh:`10755` +See :ghpull:`10755` + + +Misc +---- + + - Fix ``IPython.core.display:Pretty._repr_pretty_`` had the wrong signature. + (:ghpull:`10625`) + - :magic:`timeit` now give a correct ``SyntaxError`` if naked ``return`` used. + (:ghpull:`10637`) + - Prepare the ``:ipython:`` directive to be compatible with Sphinx 1.7. + (:ghpull:`10668`) + - Make IPython work with OpenSSL in FIPS mode; change hash algorithm of input + from md5 to sha1. (:ghpull:`10696`) + - Clear breakpoints before running any script with debugger. (:ghpull:`10699`) + - Document that :magic:`profile` is deprecated, not to be confused with :magic:`prun`. (:ghpull:`10707`) + - Limit default number of returned completions to 500. (:ghpull:`10743`) + +You can see all the PR marked for the `5.5. milestone `_, +and all the `backport versions `_. + + + IPython 5.4