Commit message Age Author Refs
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
r149:f1ad6b7e
mods
vivainio
0
r148:fc67c618
Provide "realistic" sys.argv for scripts run via ipython command line invocation
vivainio
0
r147:b5268b71
- Small fix to demos to flush stdout on each printed block.
fperez
0
r146:7fb9b1dd
ipapi rehaul, moved api methods to class IPApi. Usage didn't change much. Launcher methods now allow specifying initial user namespace (in order to be useful for users who embed ipython).
vivainio
0
r145:e78b53f4
Merged 1071-1076 from banches/0.7.1
vivainio
0
r144:419ba8ac
result_display can return value. ipapi.is_ipython_session(). %paste -> %cpaste.
vivainio
0
r143:a63f5b4f
Made %paste sentinel configurable
vivainio
0
< 1 .. 2888 2889 2890 2891 2892 .. 2905 >