##// END OF EJS Templates
fix changelog
vivainio -
Show More
@@ -1,4 +1,4 b''
1 2007-16-6 Ville Vainio <vivainio@gmail.com>
1 2007-11-06 Ville Vainio <vivainio@gmail.com>
2
2
3 * Prompts.py: Do not update _oh and _123 when do_full_cache is not
3 * Prompts.py: Do not update _oh and _123 when do_full_cache is not
4 true. Closes #194.
4 true. Closes #194.
@@ -13,6 +13,11 b''
13 * iplib.py(user_setup): To route around buggy installations where
13 * iplib.py(user_setup): To route around buggy installations where
14 UserConfig is not available, create a minimal _ipython.
14 UserConfig is not available, create a minimal _ipython.
15
15
16 * iplib.py: Unicode fixes from Jorgen.
17
18 * genutils.py: Slist now has new method 'fields()' for extraction of
19 whitespace-separated fields from line-oriented data.
20
16 2007-10-15 Fernando Perez <Fernando.Perez@colorado.edu>
21 2007-10-15 Fernando Perez <Fernando.Perez@colorado.edu>
17
22
18 * IPython/OInspect.py (Inspector.pinfo): fix bug that could arise
23 * IPython/OInspect.py (Inspector.pinfo): fix bug that could arise
General Comments 0
You need to be logged in to leave comments. Login now