change "profile not found" warning heuristics (only warn if ipythonrc-PROFNAME and ipy_profile_PROFNAME not found) |
|
More...
|
over 19 years ago
|
changelog |
|
More...
|
over 19 years ago
|
changed setup to support easy_install ipython==dev |
|
More...
|
over 19 years ago
|
Fixed autoedit_syntax == 2 idiocy |
|
More...
|
over 19 years ago
|
set .ipython dir location earlier on |
|
More...
|
over 19 years ago
|
Fix html for PyPI |
|
More...
|
over 19 years ago
|
ipalias deprecated/redundant; aliases are converted and called by _ip.system() with the pre-transformed command string. |
|
More...
|
over 19 years ago
|
Moved path to extensions - pickleshare failed because it imported path absolutely, while in IPython it was packaged inside Ipython. |
|
More...
|
over 19 years ago
|
Attempt to make ipy gettable from svn repo through easy_install by specifying the svn url in long_description. |
|
More...
|
over 19 years ago
|
aliases can be %store'd |
|
More...
|
over 19 years ago
|
Grand Persistence Overhaul, featuring PickleShare. startup and shutdown hooks added. |
|
More...
|
over 19 years ago
|
Made 'old' readline work again (GetOutpuFile was not exported with 'from readline import *', need to access via real module) |
|
More...
|
over 19 years ago
|
Fix KeyboardInterrupt trapping (Ctrl-C), which I think I recently broke. |
|
More...
|
over 19 years ago
|
Oops, OutputFile was only in Windows readline, fixed. |
|
More...
|
over 19 years ago
|
provide single readline config place through rlineimpl |
|
More...
|
over 19 years ago
|
Try to import pyreadline on win32 |
|
More...
|
over 19 years ago
|
ipsystem() -> _ip.system() |
|
More...
|
over 19 years ago
|
-Expose IPApi is _ip in user namespace. |
|
More...
|
over 19 years ago
|
Changed doc on how to enable a hook |
|
More...
|
over 19 years ago
|
GetoptErrors when invoking magics etc. with wrong args are now more helpful. |
|
More...
|
over 19 years ago
|
/f 1 2 -> f(1,2), not f(1 2). I.e. autoparen fixes |
|
More...
|
over 19 years ago
|
%quickref |
|
More...
|
over 19 years ago
|
Do not change sys.argv to ['-c'] on "-c cmd" command line option. |
|
More...
|
over 19 years ago
|
-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). |
|
More...
|
over 19 years ago
|
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" |
|
More...
|
over 19 years ago
|
whoops, lasth commit was an accident - but it works. It made input prefilter configurable. This checkin fixed argv saving properly |
|
More...
|
over 19 years ago
|
mods |
|
More...
|
over 19 years ago
|
Provide "realistic" sys.argv for scripts run via ipython command line invocation |
|
More...
|
over 19 years ago
|
- Small fix to demos to flush stdout on each printed block. |
|
More...
|
over 19 years ago
|
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). |
|
More...
|
over 19 years ago
|