Show More
@@ -1,3 +1,18 b'' | |||
|
1 | 2007-12-31 Ville Vainio <vivainio@gmail.com> | |
|
2 | ||
|
3 | * completer.py: custom completer matching is now case sensitive | |
|
4 | (#207). | |
|
5 | ||
|
6 | * ultraTB.py, iplib.py: Add some KeyboardInterrupt catching in | |
|
7 | an attempt to prevent occasional crashes. | |
|
8 | ||
|
9 | * CrashHandler.py: Crash log dump now asks user to press enter | |
|
10 | before exiting. | |
|
11 | ||
|
12 | * Store _ip in user_ns instead of __builtin__, enabling safer | |
|
13 | coexistence of multiple IPython instances in the same python | |
|
14 | interpreter (#197). | |
|
15 | ||
|
1 | 16 | 2007-12-28 Ville Vainio <vivainio@gmail.com> |
|
2 | 17 | |
|
3 | 18 | * ipy_server.py: TCP socket server for "remote control" of an IPython |
General Comments 0
You need to be logged in to leave comments.
Login now