##// END OF EJS Templates
comment out ipy_stock_completers on default profile
vivainio -
Show More
@@ -32,6 +32,7 b' def main():'
32 # beefed up %env is handy in shell mode
32 # beefed up %env is handy in shell mode
33 import envpersist
33 import envpersist
34 import ipy_which
34 import ipy_which
35 import ipy_stock_completers
35
36
36
37
37 ip.ex('import os')
38 ip.ex('import os')
@@ -27,7 +27,7 b' ip = IPython.ipapi.get()'
27 def main():
27 def main():
28 # Handy tab-completers for %cd, %run, import etc.
28 # Handy tab-completers for %cd, %run, import etc.
29 # Try commenting this out if you have completion problems/slowness
29 # Try commenting this out if you have completion problems/slowness
30 import ipy_stock_completers
30 # import ipy_stock_completers
31
31
32 # uncomment if you want to get ipython -p sh behaviour
32 # uncomment if you want to get ipython -p sh behaviour
33 # without having to use command line switches
33 # without having to use command line switches
@@ -7,6 +7,9 b''
7 * ipapi.py (expand_alias): Now actually *return* the expanded alias,
7 * ipapi.py (expand_alias): Now actually *return* the expanded alias,
8 as opposed to returning nothing.
8 as opposed to returning nothing.
9
9
10 * UserConfig/ipy_user_conf.py, ipy_profile_sh.py: do not import
11 ipy_stock_completers on default profile, do import on sh profile.
12
10 2007-04-22 J�rgen Stenarson <jorgen.stenarson@bostream.nu>
13 2007-04-22 J�rgen Stenarson <jorgen.stenarson@bostream.nu>
11
14
12 * Fix bug in iplib.py/safe_execfile when launching ipython with a script like ipython.py foo.py
15 * Fix bug in iplib.py/safe_execfile when launching ipython with a script like ipython.py foo.py
General Comments 0
You need to be logged in to leave comments. Login now