##// END OF EJS Templates
Merge pull request #13656 from meeseeksmachine/auto-backport-of-pr-13652-on-7.x...
Merge pull request #13656 from meeseeksmachine/auto-backport-of-pr-13652-on-7.x Backport PR #13652 on branch 7.x (Fix typo in `shell_mimerenderer.rst`)

File last commit:

r26350:fbb8fe81
r27636:a812063a merge
Show More
development.rst
53 lines | 1.4 KiB | text/x-rst | RstLexer
Matthias Bussonnier
back to development
r23561 =====================
Development version
=====================
This document describes in-flight development work.
.. warning::
Please do not edit this file by hand (doing so will likely cause merge
conflicts for other Pull Requests). Instead, create a new file in the
`docs/source/whatsnew/pr` folder
Matthias Bussonnier
some more update to wn and migrate to the right file
r25263 Released .... ...., 2019
Matthias Bussonnier
Prototype async REPL using IPython, take III...
r24463
Need to be updated:
.. toctree::
:maxdepth: 2
Matthias Bussonnier
Start to updates the what's new / changelog....
r24535 :glob:
Matthias Bussonnier
Prototype async REPL using IPython, take III...
r24463
pr/*
Matthias Bussonnier
Backport PR #12352: Update with forgotten 7.14 release notes.
r25783
Matthias Bussonnier
Backport PR #12404: Update what's new for 7.16
r25859
Matthias Bussonnier
Backport PR #12834: Update whats new for dev and 7.21
r26350
Show pinfo information in ipdb using "?" and "??"
-------------------------------------------------
In IPDB, it is now possible to show the information about an object using "?"
and "??", in much the same way it can be done when using the IPython prompt::
ipdb> partial?
Init signature: partial(self, /, *args, **kwargs)
Docstring:
partial(func, *args, **keywords) - new function with partial application
of the given arguments and keywords.
File: ~/.pyenv/versions/3.8.6/lib/python3.8/functools.py
Type: type
Subclasses:
Previously, "pinfo" or "pinfo2" command had to be used for this purpose.
Matthias Bussonnier
back to development
r23561 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
Matthias Bussonnier
Backport PR #12253: prepare release notes for 7.14
r25646 As a reminder, IPython master has diverged from the 7.x branch, thus master may
have more feature and API changes.
Matthias Bussonnier
back to development
r23561 Backwards incompatible changes
------------------------------
Matthias Bussonnier
some more update to wn and migrate to the right file
r25263 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.