root/ipython


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3108 [3108] 06/01/08 02:57:07 fperez Experimental branch to try to merge recent bzr work.
(edit) @3056 [3056] 02/16/08 17:06:45 vivainio ipy_leo: rename wb..val => wb..v, %leo now opens a file in leo
(edit) @3055 [3055] 02/14/08 09:38:37 vivainio _ip.runlines() is now much more liberal about indentation - it cleans up …
(edit) @3050 [3050] 02/13/08 14:12:50 vivainio ipy_leo: track results in leo tab
(edit) @3048 [3048] 02/13/08 11:46:07 vivainio ipy_leo: notes on leo log
(edit) @3047 [3047] 02/13/08 11:21:30 vivainio ipy_leo: 'wb' is now the more 'advanced' workbook
(edit) @3040 [3040] 02/12/08 14:51:21 vivainio ipy_leo: you can now do nodes.foo = 'hello', nodes.<tab> works
(edit) @3039 [3039] 02/12/08 14:08:51 vivainio ipy_leo: handle @ipy varname on leox.push()
(edit) @3038 [3038] 02/12/08 13:24:36 vivainio ipy_leo: push-to-ipython counterpart implemented
(edit) @3035 [3035] 02/11/08 12:23:51 vivainio ipy_leo: use pprint instead of str as default %leo formatter
(edit) @3034 [3034] 02/11/08 12:08:42 vivainio add ipy_leo extension
(edit) @3030 [3030] 02/09/08 05:59:00 vivainio add test_embed.py on how to use make_session to start IPython
(edit) @3026 [3026] 02/07/08 10:03:16 vivainio new attempt at fixing indexerror if input_hist is lacking
(edit) @3025 [3025] 02/07/08 09:45:43 vivainio do not crash if prompt_count is 0 (detected with leo ipython plugin)
(edit) @3024 [3024] 02/07/08 09:34:42 darren.dale silence a PyQt?4 warning message reported on IPython-user on 2008-02-04
(edit) @3009 [3009] 02/02/08 16:05:50 walter.doerwald A new ipipe table has been added: ialias produces all entries from …
(edit) @3008 [3008] 02/02/08 10:13:00 walter.doerwald Use "::" to get proper literal blocks in the docstrings. Use definition …
(edit) @3006 [3006] 02/01/08 12:00:26 fperez Fix 2.5-only syntax accidentally introduced
(edit) @3005 [3005] 02/01/08 10:43:34 vivainio interact_with_readline now stops indenting when no longer in continuation …
(edit) @3004 [3004] 02/01/08 04:24:29 vivainio interact_handle_input, interact_prompt added
(edit) @3003 [3003] 02/01/08 01:26:24 fperez Update win32 generated installer names to satisfy Vista's idiotic …
(edit) @3002 [3002] 02/01/08 01:17:00 fperez update revnum to make test release
(edit) @3001 [3001] 02/01/08 01:07:00 fperez Improve handling of KBINT in threaded shells. Closes #212. Many thanks …
(edit) @3000 [3000] 01/31/08 05:03:11 walter.doerwald Fix typos in xattrs() docstring.
(edit) @2999 [2999] 01/31/08 04:08:50 vivainio forgot to add external.path
(edit) @2998 [2998] 01/31/08 04:06:04 vivainio move path to external
(edit) @2997 [2997] 01/31/08 00:58:33 fperez Fix long-standing deadlock in threaded shells. Closes #210
(edit) @2996 [2996] 01/30/08 00:31:39 fperez Respect user's settings for prompt separators in %doctest_mode
(edit) @2993 [2993] 01/29/08 01:44:35 fperez Forgot to commit docstring about this feature
(edit) @2992 [2992] 01/29/08 01:42:03 fperez Add -f flag to %history to direct output to file
(edit) @2966 [2966] 01/21/08 13:53:30 walter.doerwald Add missing import.
(edit) @2965 [2965] 01/21/08 12:05:57 walter.doerwald Register ipipe's displayhooks via the generic …
(edit) @2964 [2964] 01/21/08 11:40:41 walter.doerwald Fix typo.
(edit) @2963 [2963] 01/19/08 16:11:19 walter.doerwald Fix typo.
(edit) @2962 [2962] 01/19/08 16:10:48 walter.doerwald Fix typo.
(edit) @2961 [2961] 01/19/08 16:02:15 walter.doerwald Use the display constructor in the ipipe displayhook instead of or so …
(edit) @2960 [2960] 01/19/08 15:52:11 walter.doerwald Add an input argument to *all* Display constructors. Change the ibrowse …
(edit) @2959 [2959] 01/19/08 14:13:15 walter.doerwald Add missing ChangeLog entry.
(edit) @2958 [2958] 01/19/08 14:00:49 walter.doerwald The input object can now be passed to the constructor of …
(edit) @2957 [2957] 01/19/08 12:30:24 laurent.dufrechou Pager shrotcut replaced by new ville's pager hook
(edit) @2956 [2956] 01/19/08 09:42:23 vivainio update changelog
(edit) @2955 [2955] 01/19/08 09:22:59 vivainio added show_in_pager hook
(edit) @2954 [2954] 01/19/08 08:28:18 laurent.dufrechou Shell command bug corrected thanks to new shell_cmd hook.
(edit) @2953 [2953] 01/19/08 07:22:54 vivainio %tasks shows elapsed time in min:sec
(edit) @2952 [2952] 01/19/08 06:55:41 vivainio added %tasks and %kill to jobctrl, as a powerful way to kill stalling …
(edit) @2951 [2951] 01/19/08 05:32:18 vivainio added 'shell_hook' for hooking own 'system()' implementations
(edit) @2938 [2938] 01/16/08 09:33:51 vivainio .pyw support for %run completer
(edit) @2937 [2937] 01/16/08 09:25:59 vivainio check for set (python 2.3 compatibility). Closes #209
(edit) @2936 [2936] 01/15/08 17:12:46 laurent.dufrechou Removed hotshot profiler!
(edit) @2935 [2935] 01/13/08 17:31:26 laurent.dufrechou added a "warning experimental work" at startup
(edit) @2934 [2934] 01/13/08 15:08:57 laurent.dufrechou 'magic' command handling
(edit) @2932 [2932] 01/11/08 12:12:04 vivainio probably no need to do -1 in get_endidx
(edit) @2931 [2931] 01/11/08 11:53:58 vivainio readline.get_endidx is configurable, for emacs users
(edit) @2930 [2930] 01/11/08 01:03:11 vivainio add autoexec option
(edit) @2929 [2929] 01/10/08 15:31:53 laurent.dufrechou removed images.py dependence in Ipython_history.py.
(edit) @2928 [2928] 01/10/08 08:30:51 vivainio do not crash on illegal prompt strings (catch itpl exceptions)
(edit) @2927 [2927] 01/08/08 07:49:16 vivainio ipython.el tab completion fix according to suggestion by frank wang
(edit) @2926 [2926] 01/08/08 04:47:06 vivainio update changelog
(edit) @2925 [2925] 01/08/08 04:45:36 vivainio sh profile now uses 'raw' %macro (-r) as default
(edit) @2923 [2923] 01/04/08 17:15:22 laurent.dufrechou wxIpython 0.8 initial import refactored to use scintilla instead of …
(edit) @2920 [2920] 12/31/07 09:22:11 fperez Update revision number to make test candidate.
(edit) @2919 [2919] 12/31/07 08:45:55 vivainio One more KeyboardInterrupt? catch
(edit) @2918 [2918] 12/31/07 08:34:47 vivainio Itpl now does not croak on unicode in 'live' template parts -> non-ascii …
(edit) @2917 [2917] 12/31/07 08:11:34 vivainio allow %edit ClassName? if the class was created by '%edit' (look for the …
(edit) @2916 [2916] 12/31/07 07:14:43 vivainio ensure that .ipython dir is created with mode 0777, it seemed to be 511 in …
(edit) @2915 [2915] 12/31/07 07:05:11 vivainio check history length before attempting to access old members. Closes #189
(edit) @2914 [2914] 12/31/07 06:53:16 vivainio catch exceptions on prompts. Close #202.
(edit) @2913 [2913] 12/31/07 06:42:14 vivainio Added -pydb command line switch to enable pydb, pydb is now disabled as …
(edit) @2912 [2912] 12/30/07 17:27:09 vivainio Exit works again
(edit) @2911 [2911] 12/30/07 16:53:02 vivainio update changelog
(edit) @2910 [2910] 12/30/07 16:42:25 vivainio Store _ip in user_ns now, instead of builtin. Closes #197 and probably …
(edit) @2909 [2909] 12/30/07 16:20:33 fperez Include documentation sources in released tarball, as well as the …
(edit) @2908 [2908] 12/30/07 15:07:46 vivainio some extra keyboardinterrupt catching, and raw_input in crash handler …
(edit) @2907 [2907] 12/30/07 14:33:06 vivainio keyboardinterrupts for debugger() calls (post-mortem debugging)
(edit) @2906 [2906] 12/30/07 14:21:20 vivainio ipy_fsops: inherit pathobj from path
(edit) @2905 [2905] 12/30/07 14:08:23 vivainio ipy_fsops: remove FileObj? (use normal 'path' objs instead), support for …
(edit) @2904 [2904] 12/30/07 13:45:34 vivainio for custom completers, attempt case sensitive matching first. Closes #203
(edit) @2903 [2903] 12/28/07 10:15:34 vivainio Add PathObj? and FileObj? to ipy_fsops.py
(edit) @2902 [2902] 12/28/07 06:28:01 vivainio Add license notes, closes #203
(edit) @2901 [2901] 12/28/07 06:02:41 vivainio integrate recent changes from ipy_unicode_cleanup branch
(edit) @2900 [2900] 12/28/07 05:50:30 vivainio add ipy_server.py for gnuserv-like functionality
(edit) @2899 [2899] 12/28/07 02:32:59 fperez - New dtutils module for running doctests interactively with …
(edit) @2898 [2898] 12/27/07 09:15:49 vivainio Fix package detection in import completer (patch by arno), closes #196
(edit) @2897 [2897] 12/20/07 09:57:00 vivainio implement complete_object(obj, prev_completions) generic function to …
(edit) @2894 [2894] 12/13/07 14:34:23 vivainio unix readline does not accept unicode in history, encode to str. Patch by …
(edit) @2893 [2893] 12/12/07 17:00:06 vivainio unicode fixes: itpl, make_quoted_expr, shlex_split
(edit) @2892 [2892] 12/12/07 16:49:57 vivainio branch for unicode cleanup …
(edit) @2891 [2891] 12/12/07 16:33:50 vivainio revert sys.setdefaultencoding patch()
(edit) @2890 [2890] 12/12/07 14:22:32 vivainio create vivainio dir in 'branches'
(edit) @2889 [2889] 12/12/07 13:32:33 vivainio add sys.setdefaultencoding() call after a patch by 'pan'. ChangeLogs?
(edit) @2888 [2888] 12/12/07 11:20:42 vivainio term title now shows 2 directory levels
(edit) @2887 [2887] 12/12/07 02:28:43 fperez - add support for controlling the pylab threading mode directly at the …
(edit) @2886 [2886] 12/11/07 10:09:12 vivainio var = !cmd is no longer verbose
(edit) @2885 [2885] 12/07/07 04:59:06 vivainio Do not replace # w/ \# anymore
(edit) @2884 [2884] 12/01/07 22:42:21 rkern Work around the broken filenames that are sometimes given to us by the …
(edit) @2883 [2883] 12/01/07 20:54:17 rkern Improve the monkeypatch to inspect.findsource() to find source lines …
(edit) @2882 [2882] 11/29/07 13:19:09 fperez Open trunk for 0.8.3 development.
(edit) @2881 [2881] 11/29/07 13:18:23 fperez Create 0.8.2 release tag.
(edit) @2880 [2880] 11/29/07 13:15:46 fperez Released version 0.8.2
(edit) @2875 [2875] 11/26/07 02:37:39 fperez Fix small bug in %logstop
Note: See TracRevisionLog for help on using the revision log.