ipython

log

age author description
Tue, 15 Nov 2011 22:37:26 +0000 Thomas Kluyver Fix quoted system command tests to pass on Python 2 and 3.default tip master
Sun, 13 Nov 2011 13:52:21 +0100 Pablo Winant Latexify formulas contained in html text.
Mon, 14 Nov 2011 19:36:09 -0800 MinRK fix initial context dict for batch launchers
Mon, 14 Nov 2011 12:21:23 -0800 MinRK fix isalive -> is_alive typo in external.ssh
Sun, 13 Nov 2011 15:33:52 -0800 MinRK fix small indexing bug in %config
Thu, 10 Nov 2011 19:31:27 -0800 Fernando Perez Merge pull request #955 from minrk/websocket
Thu, 10 Nov 2011 18:19:53 -0800 Fernando Perez Merge pull request #979 from minrk/windows/system_raw
Thu, 10 Nov 2011 17:56:49 -0800 Fernando Perez Catch errors raised by user objects when accessing attributes.
Thu, 10 Nov 2011 17:16:07 -0800 MinRK minor test fixes for win32
Thu, 10 Nov 2011 11:30:13 -0800 MinRK fix arguments for commands in _process_posix
Thu, 10 Nov 2011 14:37:12 -0800 MinRK Show traceback, continuing to start kernel if pylab init fails
Thu, 10 Nov 2011 15:21:27 -0800 Fernando Perez Merge pull request #981 from minrk/nblines
Mon, 31 Oct 2011 09:38:09 -0700 MinRK allow change of PNG DPI in inline backend
Wed, 02 Nov 2011 13:36:20 -0700 MinRK add wantDirectory to ipdoctest, so that directories will be checked for exclusion
Wed, 09 Nov 2011 15:41:54 -0800 MinRK handle targets='all' in remotefunction
Wed, 09 Nov 2011 21:46:05 +0000 Thomas Kluyver Do not expose variables defined at startup to %who etc.
Wed, 09 Nov 2011 16:37:03 -0800 Fernando Perez Remove executable bit from images.
Thu, 10 Nov 2011 19:01:44 -0800 MinRK don't use Origin header to determine ws_url
Mon, 31 Oct 2011 19:07:25 -0700 MinRK use jQuery dialog instead of alert()
Sun, 30 Oct 2011 22:55:15 -0700 MinRK alert client on failed and lost web socket connections
Sun, 30 Oct 2011 22:50:46 -0700 MinRK remove superfluous ws-hostname parameter from notebook
Thu, 10 Nov 2011 14:57:12 -0800 MinRK shorten json indent to 1sp
Wed, 09 Nov 2011 12:20:21 -0800 MinRK update example notebooks after sort_keys and split_lines
Wed, 09 Nov 2011 10:22:54 -0800 MinRK split likely multiline strings when writing to/from JSON
Wed, 09 Nov 2011 22:40:28 +0000 Thomas Kluyver Fixes for parallel code on Python 3.
Wed, 09 Nov 2011 14:54:19 -0800 Min RK Merge pull request #963 from minrk/pyside
Wed, 02 Nov 2011 12:13:46 -0700 MinRK warn when disabling calltips due to old PySide
Tue, 01 Nov 2011 12:46:28 -0700 MinRK disable calltips in PySide < 1.0.7 to prevent segfault
Wed, 09 Nov 2011 21:38:40 +0000 Thomas Kluyver Tweak docstring for %recall.
Wed, 09 Nov 2011 12:59:37 -0800 Fernando Perez Remove executable permissions from image files.
Wed, 09 Nov 2011 13:00:07 -0800 Min RK Merge pull request #976 from minrk/whatsnew
Fri, 04 Nov 2011 13:56:06 -0700 MinRK update whatsnew with some recent changes
Fri, 04 Nov 2011 13:54:32 -0700 MinRK add github extension for easy links to issues/pulls.
Tue, 08 Nov 2011 20:57:02 -0800 MinRK protect system_raw from UNC paths on windows
Tue, 08 Nov 2011 19:47:18 -0800 MinRK use system_raw in terminal, even on Windows
Mon, 07 Nov 2011 15:17:24 -0800 MinRK bring multiline-hist fix from trunk into zmq consoletermzmq
Thu, 03 Nov 2011 10:40:20 -0700 MinRK two-process interactive shell progress
Thu, 03 Nov 2011 00:35:16 -0700 MinRK Adjustment to console signal-handling
Thu, 03 Nov 2011 00:31:44 -0700 MinRK Fixes to the heartbeat channel
Thu, 03 Nov 2011 00:17:44 -0700 MinRK Don't install payload-pager at the module-level in zmqshell
Wed, 02 Nov 2011 15:39:49 -0700 MinRK ignore sigint during poll in kernel
Wed, 02 Nov 2011 15:38:11 -0700 MinRK Move IPython.frontend.zmqterminal to IPython.frontend.terminal.console
Thu, 27 Oct 2011 16:37:46 -0700 MinRK update flags&aliases for two-process apps
Thu, 27 Oct 2011 14:47:36 -0700 MinRK improve cleanup of connection files
Wed, 26 Oct 2011 03:07:33 -0700 Paul Ivanov report inability to signal --existing kernels
Wed, 26 Oct 2011 02:13:51 -0700 Paul Ivanov documentation update
Wed, 26 Oct 2011 02:12:48 -0700 Paul Ivanov Out[] prompt now reflects updated execution_count
Wed, 26 Oct 2011 02:11:59 -0700 Paul Ivanov restore KeyboardInterrupt capability
Tue, 25 Oct 2011 18:06:28 -0700 Paul Ivanov zmqterminal now uses the zmq mixin app
Tue, 25 Oct 2011 14:57:06 -0700 Paul Ivanov refactoring common code out of qtconsole
Mon, 24 Oct 2011 14:22:39 -0700 MinRK protect execution_count from longs returned by json
Mon, 24 Oct 2011 15:32:13 -0700 Paul Ivanov ignore KeyboardInterrupt until we can handle it
Mon, 18 Jul 2011 11:10:01 -0700 MinRK zmqterminal subclasses TerminalInteractiveShell/IPApp
Sat, 16 Jul 2011 18:10:49 -0500 MinRK rebased and updated to master
Wed, 25 May 2011 00:26:09 +0100 Thomas Kluyver Nicer prompt formatting in zmqterminal, and use print_function.
Wed, 25 May 2011 00:03:27 +0100 Thomas Kluyver Simplify handling of messaging in zmqterminal.
Tue, 24 May 2011 23:31:57 +0100 Thomas Kluyver Refactor and simplification of zmqterminal.
Sun, 15 May 2011 12:48:28 +0100 Thomas Kluyver Minor tidy up of zmqterminal.completer
Sun, 15 May 2011 12:23:36 +0100 Thomas Kluyver Minor tidying up of zmqterminal.frontend
Sun, 15 May 2011 12:09:20 +0100 Thomas Kluyver zmqterminal frontend now uses IPythonInputSplitter, and non-ascii characters work.