##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
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
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
r142:f35a1809
%paste - print reminder about quitting with '--'
vivainio
0
r141:606ffd3a
Make %paste use 'exec' instead of runlines (more reliable)
vivainio
0
r140:0172a4ba
Added %paste magic
vivainio
0
r139:e97318e4
Make the egg as minimal as possible, no docs, examples etc.
vivainio
0
r138:67030aea
Separate eggsetup.py that handles scripts installation in the egg way (exe on windows, extensionless python script on posix) ChangeLog update
vivainio
0
load next
< 1 .. 1259 1260 1261 1262 1263 .. 1268 >
showing 20 out of 25358 commits