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