| Made 'old' readline work again (GetOutpuFile was not exported with 'from readline import *', need to access via real module) |
|
More...
|
almost 20 years ago
|
| Fix KeyboardInterrupt trapping (Ctrl-C), which I think I recently broke. |
|
More...
|
almost 20 years ago
|
| Oops, OutputFile was only in Windows readline, fixed. |
|
More...
|
almost 20 years ago
|
| provide single readline config place through rlineimpl |
|
More...
|
almost 20 years ago
|
| Try to import pyreadline on win32 |
|
More...
|
almost 20 years ago
|
| ipsystem() -> _ip.system() |
|
More...
|
almost 20 years ago
|
| -Expose IPApi is _ip in user namespace. |
|
More...
|
almost 20 years ago
|
| Changed doc on how to enable a hook |
|
More...
|
almost 20 years ago
|
| GetoptErrors when invoking magics etc. with wrong args are now more helpful. |
|
More...
|
almost 20 years ago
|
| /f 1 2 -> f(1,2), not f(1 2). I.e. autoparen fixes |
|
More...
|
almost 20 years ago
|
| %quickref |
|
More...
|
almost 20 years ago
|
| Do not change sys.argv to ['-c'] on "-c cmd" command line option. |
|
More...
|
almost 20 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...
|
almost 20 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...
|
almost 20 years ago
|
| whoops, lasth commit was an accident - but it works. It made input prefilter configurable. This checkin fixed argv saving properly |
|
More...
|
almost 20 years ago
|
| mods |
|
More...
|
almost 20 years ago
|
| Provide "realistic" sys.argv for scripts run via ipython command line invocation |
|
More...
|
almost 20 years ago
|
| - Small fix to demos to flush stdout on each printed block. |
|
More...
|
almost 20 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...
|
almost 20 years ago
|
| Merged 1071-1076 from banches/0.7.1 |
|
More...
|
almost 20 years ago
|
| result_display can return value. ipapi.is_ipython_session(). %paste -> %cpaste. |
|
More...
|
about 20 years ago
|
| Made %paste sentinel configurable |
|
More...
|
about 20 years ago
|
| %paste - print reminder about quitting with '--' |
|
More...
|
about 20 years ago
|
| Make %paste use 'exec' instead of runlines (more reliable) |
|
More...
|
about 20 years ago
|
| Added %paste magic |
|
More...
|
about 20 years ago
|
| Make the egg as minimal as possible, no docs, examples etc. |
|
More...
|
about 20 years ago
|
| Separate eggsetup.py that handles scripts installation in the egg way (exe on windows, extensionless python script on posix) |
|
More...
|
about 20 years ago
|
| Add ipython.py into MANIFEST.in to have it in sdist |
|
More...
|
about 20 years ago
|
| Merge from branches/0.7.1 into trunk, revs 1052-1057 |
|
More...
|
about 20 years ago
|
| Testing commit access with trivial change to README_Windows.txt |
|
More...
|
about 20 years ago
|