##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r174:97676abe
changelog
vivainio
0
r173:1d34a16a
changed setup to support easy_install ipython==dev
vivainio
0
r172:86aebb96
Fixed autoedit_syntax == 2 idiocy
vivainio
0
r171:c9efe745
set .ipython dir location earlier on
vivainio
0
r170:bc003502
Fix html for PyPI
fperez
0
r169:20c073de
ipalias deprecated/redundant; aliases are converted and called by _ip.system() with the pre-transformed command string.
vivainio
0
r168:a49cb38f
Moved path to extensions - pickleshare failed because it imported path absolutely, while in IPython it was packaged inside Ipython. Also add Extensions to pythonpath earlier on, in __init__
vivainio
0
r167:b3e2427b
Attempt to make ipy gettable from svn repo through easy_install by specifying the svn url in long_description.
vivainio
0
r166:14aedd39
aliases can be %store'd
vivainio
0
r165:fff926bd
Grand Persistence Overhaul, featuring PickleShare. startup and shutdown hooks added.
vivainio
0
r164:c66a3f62
Made 'old' readline work again (GetOutpuFile was not exported with 'from readline import *', need to access via real module)
vivainio
0
r163:ef56b038
Fix KeyboardInterrupt trapping (Ctrl-C), which I think I recently broke.
fperez
0
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
load next
< 1 .. 1225 1226 1227 1228 1229 .. 1235 >
showing 20 out of 24695 commits