Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Matthias Bussonnier
- Mon, 10 Sep 2018 13:31:49
Show More
IPython/core/inputtransformer2.py
0
0
-1
docs/source/interactive/autoawait.rst
0
+1
-1
@@
-5,7
+5,7
b' Asynchronous in REPL: Autoawait'
5
5
6
.. note ::
6
.. note ::
7
7
8
This feature is experimental and behavior can change betwen python and
8
This feature is experimental and behavior can change betwee n python and
9
IPython version without prior deprecation.
9
IPython version without prior deprecation.
10
10
11
Starting with IPython 7.0, and when user Python 3.6 and above, IPython offer the
11
Starting with IPython 7.0, and when user Python 3.6 and above, IPython offer the
docs/source/whatsnew/index.rst
0
+3
-3
@@
-13,12
+13,12
b" What's new in IPython"
13
=====================
13
=====================
14
14
15
..
15
..
16
this will appear in the docs if we are nto releasing a versin (ie is
16
this will appear in the docs if we are not releasing a versin (ie is
17
`_version_extra` in release.py is empty stringA
17
`_version_extra` in release.py is empty string
18
18
19
.. only :: ipydev
19
.. only :: ipydev
20
20
21
Developpement version in-progress features:
21
Development version in-progress features:
22
22
23
.. toctree ::
23
.. toctree ::
24
24
docs/source/whatsnew/version0.13.rst
0
+1
-1
@@
-155,7
+155,7
b' Other improvements to the Notebook'
155
These are some other notable small improvements to the notebook, in addition to
155
These are some other notable small improvements to the notebook, in addition to
156
many bug fixes and minor changes to add polish and robustness throughout:
156
many bug fixes and minor changes to add polish and robustness throughout:
157
157
158
* The notebook pager (the area at the bottom) is now resizeable by dragging its
158
* The notebook pager (the area at the bottom) is now Resiz able by dragging its
159
divider handle, a feature that had been requested many times by just about
159
divider handle, a feature that had been requested many times by just about
160
anyone who had used the notebook system. :ghpull: `1705` .
160
anyone who had used the notebook system. :ghpull: `1705` .
161
161
docs/source/whatsnew/version3.rst
0
+1
-1
@@
-182,7
+182,7
b' Other new features'
182
* ``NotebookApp.webapp_settings`` is deprecated and replaced with
182
* ``NotebookApp.webapp_settings`` is deprecated and replaced with
183
the more informatively named ``NotebookApp.tornado_settings`` .
183
the more informatively named ``NotebookApp.tornado_settings`` .
184
184
185
* Using :magic: `timeit` prints warnings if there is atleast a 4x difference in timings
185
* Using :magic: `timeit` prints warnings if there is at least a 4x difference in timings
186
between the slowest and fastest runs, since this might meant that the multiple
186
between the slowest and fastest runs, since this might meant that the multiple
187
runs are not independent of one another.
187
runs are not independent of one another.
188
188
docs/source/whatsnew/version7.rst
0
+2
-2
@@
-148,8
+148,8
b' documentation, use-case: dalejung, danielballan, ellisonbg, fperez, gnestor,'
148
minrk, njsmith, pganssle, tacaswell, takluyver , vidartf ... And many other.
148
minrk, njsmith, pganssle, tacaswell, takluyver , vidartf ... And many other.
149
149
150
150
151
Autoreload Improvment
151
Autoreload Improve ment
152
---------------------
152
----------------------
153
153
154
The magic ``%autoreload 2`` now captures new methods added to classes. Earlier, only methods existing as of the initial import were being tracked and updated.
154
The magic ``%autoreload 2`` now captures new methods added to classes. Earlier, only methods existing as of the initial import were being tracked and updated.
155
155
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages