##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
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
r154:73c84221
%quickref
vivainio
0
r153:78f0a751
Do not change sys.argv to ['-c'] on "-c cmd" command line option.
vivainio
0
r152:ea1ac394
-iplib.py: added InteractiveShell.getapi(). New magics should be written doing self.getapi() instead of using the shell directly. -Magic.py: %store now allows doing %store foo > ~/myfoo.txt and %store foo >> ~/myfoo.txt to store variables to files (in clean textual form, not a restorable pickle).
vivainio
0
r151:a65f5f12
a = !ls, a = %alias now work (captures output or gets ret val for aliases) IPApi.meta() provides session data storage for extensions. %alias without args returns a list of tuples instead of printing a list. __IP.meta is now Struct instead of dummy class "Bunch"
vivainio
0
r150:3f9afd1a
whoops, lasth commit was an accident - but it works. It made input prefilter configurable. This checkin fixed argv saving properly
vivainio
0
load next
< 1 .. 1290 1291 1292 1293 1294 .. 1300 >
showing 20 out of 25990 commits