##// END OF EJS Templates
Backport PR #10802: None
Thomas Kluyver -
Show More
@@ -19,7 +19,7 b' System Wide config'
19 19 - Startup files can be found in ``/etc/ipython/startup`` or ``{sys.prefix}/etc/ipython/startup``
20 20 in addition to the profile directory, for system-wide or env-specific startup files.
21 21
22 See :gh:`10644`
22 See :ghpull:`10644`
23 23
24 24 ProgressBar
25 25 -----------
@@ -35,7 +35,29 b' IPython now has built-in support for progressbars::'
35 35
36 36 # progress bar in cell 1 updates.
37 37
38 See :gh:`10755`
38 See :ghpull:`10755`
39
40
41 Misc
42 ----
43
44 - Fix ``IPython.core.display:Pretty._repr_pretty_`` had the wrong signature.
45 (:ghpull:`10625`)
46 - :magic:`timeit` now give a correct ``SyntaxError`` if naked ``return`` used.
47 (:ghpull:`10637`)
48 - Prepare the ``:ipython:`` directive to be compatible with Sphinx 1.7.
49 (:ghpull:`10668`)
50 - Make IPython work with OpenSSL in FIPS mode; change hash algorithm of input
51 from md5 to sha1. (:ghpull:`10696`)
52 - Clear breakpoints before running any script with debugger. (:ghpull:`10699`)
53 - Document that :magic:`profile` is deprecated, not to be confused with :magic:`prun`. (:ghpull:`10707`)
54 - Limit default number of returned completions to 500. (:ghpull:`10743`)
55
56 You can see all the PR marked for the `5.5. milestone <https://github.com/ipython/ipython/pulls?q=is%3Apr%20milestone%3A5.5%20is%3Aclosed%20NOT%20%22Backport%20PR%22>`_,
57 and all the `backport versions <https://github.com/ipython/ipython/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.5%20is%3Aclosed%20%22Backport%20PR%22%20>`_.
58
59
60
39 61
40 62
41 63 IPython 5.4
General Comments 0
You need to be logged in to leave comments. Login now