##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r177:7f71f651
adding docs to egg because of problems in win32 easy_install == dev
vivainio
0
r176:3174f903
easy_install ipython==dev works correctly now user config changes, if rc.banner is string, use it as is. %pycat accepts a string argument and pages it's contents.
vivainio
0
r175:2101ac2c
change "profile not found" warning heuristics (only warn if ipythonrc-PROFNAME and ipy_profile_PROFNAME not found)
vivainio
0
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
load next
< 1 .. 1258 1259 1260 1261 1262 .. 1268 >
showing 20 out of 25358 commits