Show More
@@ -5,51 +5,50 b'' | |||||
5 | 2007-08-26 Ville Vainio <vivainio@gmail.com> |
|
5 | 2007-08-26 Ville Vainio <vivainio@gmail.com> | |
6 |
|
6 | |||
7 | * ipmaker.py: Command line args have the highest priority again |
|
7 | * ipmaker.py: Command line args have the highest priority again | |
8 |
|
8 | |||
9 |
|
|
9 | * iplib.py, ipmaker.py: -i command line argument now behaves as in | |
10 |
|
|
10 | normal python, i.e. leaves the IPython session running after -c | |
11 |
|
|
11 | command or running a batch file from command line. | |
12 |
|
12 | |||
13 | * |
|
|||
14 | 2007-08-22 Ville Vainio <vivainio@gmail.com> |
|
13 | 2007-08-22 Ville Vainio <vivainio@gmail.com> | |
15 |
|
14 | |||
16 | * iplib.py: no extra empty (last) line in raw hist w/ multiline |
|
15 | * iplib.py: no extra empty (last) line in raw hist w/ multiline | |
17 |
|
|
16 | statements | |
18 |
|
17 | |||
19 |
|
|
18 | * logger.py: Fix bug where blank lines in history were not | |
20 |
|
|
19 | added until AFTER adding the current line; translated and raw | |
21 |
|
|
20 | history should finally be in sync with prompt now. | |
22 |
|
21 | |||
23 |
|
|
22 | * ipy_completers.py: quick_completer now makes it easy to create | |
24 |
|
|
23 | trivial custom completers | |
25 |
|
24 | |||
26 |
|
|
25 | * clearcmd.py: shadow history compression & erasing, fixed input hist | |
27 |
|
|
26 | clearing. | |
28 |
|
27 | |||
29 |
|
|
28 | * envpersist.py, history.py: %env (sh profile only), %hist completers | |
30 |
|
29 | |||
31 |
|
|
30 | * genutils.py, Prompts.py, Magic.py: win32 - prompt (with \yDEPTH) and | |
32 |
|
|
31 | term title now include the drive letter, and always use / instead of | |
33 |
|
|
32 | os.sep (as per recommended approach for win32 ipython in general). | |
34 |
|
33 | |||
35 |
|
|
34 | * ipykit.py, ipy_kitcfg.py: special launcher for ipykit. Allows running | |
36 |
|
|
35 | plain python scripts from ipykit command line by running | |
37 |
|
|
36 | "py myscript.py", even w/o installed python. | |
38 |
|
37 | |||
39 | 2007-08-21 Ville Vainio <vivainio@gmail.com> |
|
38 | 2007-08-21 Ville Vainio <vivainio@gmail.com> | |
40 |
|
39 | |||
41 | * ipmaker.py: finding ipythonrc-PROF now skips ipy_profile_PROF. |
|
40 | * ipmaker.py: finding ipythonrc-PROF now skips ipy_profile_PROF. | |
42 |
|
|
41 | (for backwards compatibility) | |
43 |
|
42 | |||
44 |
|
|
43 | * history.py: switch back to %hist -t from %hist -r as default. | |
45 |
|
|
44 | At least until raw history is fixed for good. | |
46 |
|
45 | |||
47 | 2007-08-20 Ville Vainio <vivainio@gmail.com> |
|
46 | 2007-08-20 Ville Vainio <vivainio@gmail.com> | |
48 |
|
47 | |||
49 | * ipapi.py, iplib.py: DebugTools accessible via _ip.dbg, to catch & |
|
48 | * ipapi.py, iplib.py: DebugTools accessible via _ip.dbg, to catch & | |
50 |
|
|
49 | locate alias redeclarations etc. Also, avoid handling | |
51 |
|
|
50 | _ip.IP.alias_table directly, prefer using _ip.defalias. | |
52 |
|
51 | |||
53 |
|
52 | |||
54 | 2007-08-15 Ville Vainio <vivainio@gmail.com> |
|
53 | 2007-08-15 Ville Vainio <vivainio@gmail.com> | |
55 |
|
54 |
General Comments 0
You need to be logged in to leave comments.
Login now