##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
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
r137:917014e1
Add ipython.py into MANIFEST.in to have it in sdist
vivainio
0
r136:f7e4c31d
Merge from branches/0.7.1 into trunk, revs 1052-1057
vivainio
0
r135:2c958363
Testing commit access with trivial change to README_Windows.txt
jstenar
0
load next
< 1 .. 1226 1227 1228 1229 1230 .. 1235 >
showing 20 out of 24695 commits