Commit message
Age
Author
Refs
r933:061aabc7
ipython.el tab completion fix according to suggestion by frank wang
Tue, 08 Jan 2008 13:49:16
vivainio
r932:710f93ff
Tue, 08 Jan 2008 10:47:06
vivainio
r931:5531a36f
sh profile now uses 'raw' %macro (-r) as default
Tue, 08 Jan 2008 10:45:36
vivainio
r930:5bcd9296
wxIpython 0.8 initial import
refactored to use scintilla instead of wx.TextCtrl to get same behavior on linux and windows
tested under vista/ubuntu with wxpython 2.8.7.1
supports now:
? and exit() function
Made a GUI directory because of a future QT port ;)
Fri, 04 Jan 2008 23:15:22
laurent.dufrechou
r929:bde9cf79
Update revision number to make test candidate.
Mon, 31 Dec 2007 15:22:11
fperez
r928:ed78530f
One more KeyboardInterrupt catch
Mon, 31 Dec 2007 14:45:55
vivainio
r927:530c06e0
Itpl now does not croak on unicode in 'live' template parts -> non-ascii prompts allowed. Closes
#168
Mon, 31 Dec 2007 14:34:47
vivainio
r926:1612d8c2
allow %edit ClassName if the class was created by '%edit' (look for the source file from method objs instead of class obj). Closes
#132
Mon, 31 Dec 2007 14:11:34
vivainio
r925:554bddd8
ensure that .ipython dir is created with mode 0777, it seemed to be 511 in some 'zero-install' environment. Close
#164
Mon, 31 Dec 2007 13:14:43
vivainio
r924:4aa6fa1c
check history length before attempting to access old members. Closes
#189
Mon, 31 Dec 2007 13:05:11
vivainio