##// END OF EJS Templates
- Commit local changelog info, remove duplicate entry.
fperez -
Show More
@@ -10,12 +10,6 b''
10 import_some work properly even when ipythonrc does
10 import_some work properly even when ipythonrc does
11 import_some on empty list (it was an old bug!).
11 import_some on empty list (it was an old bug!).
12
12
13 2006-12-12 Ville Vainio <vivainio@gmail.com>
14
15 * ipmaker.py: apply david cournapeau's patch to make
16 import_some work properly even when ipythonrc does
17 import_some on empty list (it was an old bug!).
18
19 * UserConfig/ipy_user_conf.py, UserConfig/ipythonrc:
13 * UserConfig/ipy_user_conf.py, UserConfig/ipythonrc:
20 Add deprecation note to ipythonrc and a url to wiki
14 Add deprecation note to ipythonrc and a url to wiki
21 in ipy_user_conf.py
15 in ipy_user_conf.py
@@ -27,6 +21,11 b''
27
21
28 * example-magic.py, magic_grepl.py: remove outdated examples
22 * example-magic.py, magic_grepl.py: remove outdated examples
29
23
24 2006-12-11 Fernando Perez <Fernando.Perez@colorado.edu>
25
26 * IPython/iplib.py (debugger): prevent a nasty traceback if %debug
27 is called before any exception has occurred.
28
30 2006-12-08 Ville Vainio <vivainio@gmail.com>
29 2006-12-08 Ville Vainio <vivainio@gmail.com>
31
30
32 * Extensions/ipy_stock_completers.py.py: fix cd completer
31 * Extensions/ipy_stock_completers.py.py: fix cd completer
General Comments 0
You need to be logged in to leave comments. Login now