Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Min ho Kim
- Sun, 21 Jul 2019 15:57:37
Show More
IPython/core/application.py
0
+1
-1
@@
-293,7
+293,7
b' class BaseIPythonApplication(Application):'
293
293
printed on screen. For testing, the suppress_errors option is set
294
294
to False, so errors will make tests fail.
295
295
296
`supress_errors` default value is to be `None` in which case the
296
`supp ress_errors` default value is to be `None` in which case the
297
297
behavior default to the one of `traitlets.Application`.
298
298
299
299
The default value can be set :
IPython/core/displayhook.py
0
0
0
1
NO CONTENT: modified file
IPython/core/page.py
0
0
0
1
NO CONTENT: modified file
IPython/core/ultratb.py
0
+1
-1
@@
-41,7
+41,7
b" Give it a shot--you'll love it or you'll hate it."
41
41
.. note::
42
42
43
43
The verbose mode print all variables in the stack, which means it can
44
potentially leak sensitive information like access keys, or unencryted
44
potentially leak sensitive information like access keys, or unencryp ted
45
45
password.
46
46
47
47
Installation instructions for VerboseTB::
IPython/extensions/sympyprinting.py
0
+1
-1
@@
-14,7
+14,7
b' pretty-printed.'
14
14
As of SymPy 0.7.2, maintenance of this extension has moved to SymPy under
15
15
sympy.interactive.ipythonprinting, any modifications to account for changes to
16
16
SymPy should be submitted to SymPy rather than changed here. This module is
17
maintained here for backwards compatablitiy with old SymPy versions.
17
maintained here for backwards compatibilit y with old SymPy versions.
18
18
19
19
"""
20
20
#-----------------------------------------------------------------------------
IPython/testing/plugin/ipdoctest.py
0
+1
-1
@@
-574,7
+574,7
b' class IPDocTestRunner(doctest.DocTestRunner,object):'
574
574
# so that it can propagate user variables loaded by %run into
575
575
# test.globs. We put them here into our modified %run as a function
576
576
# attribute. Our new %run will then only make the namespace update
577
# when called (rather than unconconditionally updating test.globs here
577
# when called (rather than unconditionally updating test.globs here
578
578
# for all examples, most of which won't be calling %run anyway).
579
579
#_ip._ipdoctest_test_globs = test.globs
580
580
#_ip._ipdoctest_test_filename = test.filename
docs/source/whatsnew/version0.11.rst
0
+1
-1
@@
-264,7
+264,7
b' reference docs.'
264
264
Refactoring
265
265
-----------
266
266
267
As of this release, a signifiant portion of IPython has been refactored. This
267
As of this release, a signific ant portion of IPython has been refactored. This
268
268
refactoring is founded on a number of new abstractions. The main new classes
269
269
that implement these abstractions are:
270
270
examples/Embedding/embed_class_long.py
0
0
0
1
NO CONTENT: modified file
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