Show More
@@ -1,4 +1,4 b'' | |||
|
1 |
2007-1 |
|
|
1 | 2007-11-06 Ville Vainio <vivainio@gmail.com> | |
|
2 | 2 | |
|
3 | 3 | * Prompts.py: Do not update _oh and _123 when do_full_cache is not |
|
4 | 4 | true. Closes #194. |
@@ -13,6 +13,11 b'' | |||
|
13 | 13 | * iplib.py(user_setup): To route around buggy installations where |
|
14 | 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 | 21 | 2007-10-15 Fernando Perez <Fernando.Perez@colorado.edu> |
|
17 | 22 | |
|
18 | 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