Commit message Age Author Refs
r162:f390119e
Oops, OutputFile was only in Windows readline, fixed.
vivainio
0
r161:db567494
provide single readline config place through rlineimpl
vivainio
0
r160:68a8b3c9
Try to import pyreadline on win32
vivainio
0
r159:b3682644
ipsystem() -> _ip.system()
vivainio
0
r158:e5c7ade6
-Expose IPApi is _ip in user namespace. -Replace ipmagic with _ip.magic for all interactive execution; therefore, there should be no user_ns['ipmagic'] references in IPython core anymore. - "_ip.options().autoedit_syntax = 2" -> no prompting, just edit
vivainio
0
r157:1f43a61a
Changed doc on how to enable a hook
vivainio
0
r156:7ccefa03
GetoptErrors when invoking magics etc. with wrong args are now more helpful.
vivainio
0
r155:da18bd13
/f 1 2 -> f(1,2), not f(1 2). I.e. autoparen fixes
vivainio
0
r154:73c84221
%quickref
vivainio
0
r153:78f0a751
Do not change sys.argv to ['-c'] on "-c cmd" command line option.
vivainio
0
< 1 .. 2887 2888 2889 2890 2891 .. 2905 >