| renamed rehash_dir.py to ext_rehashdir.py (a convention for naming extensions?), updated Changelog accordingly |
|
More...
|
almost 20 years ago
|
| %rehashdir mods |
|
More...
|
almost 20 years ago
|
| %store now prevents storing objs that are in module IPython.FakeModule (interactively declared classes etc.) |
|
More...
|
almost 20 years ago
|
| Created rehash_dir extensions that introduces new magic, %rehashdir, and also serves as an example on creating extensions for ipython. |
|
More...
|
almost 20 years ago
|
| _tentative_ fixes to pasting of multiline code with autoindent on. Needs more testing... |
|
More...
|
almost 20 years ago
|
| Initialize logger earlier (__init__ instead of post-config-initialization) |
|
More...
|
almost 20 years ago
|
| - Manual updates |
|
More...
|
almost 20 years ago
|
| - fix missing __file__ for scripts run via %run. |
|
More...
|
almost 20 years ago
|
| Get "path" objects via SList LSString mechanism, through obj.p and obj.paths |
|
More...
|
about 20 years ago
|
| fixed , and ; autocall to not consider exclusion regexp |
|
More...
|
about 20 years ago
|
| Added license statement to path.py, updated ChangeLog |
|
More...
|
about 20 years ago
|
| Added Jason Orendorff's "Path" module, http://www.jorendorff.com/ |
|
More...
|
about 20 years ago
|
| Note about reverting to old %edit functionality in changelog |
|
More...
|
about 20 years ago
|
| magic_edit: Return & show edited contents (again) |
|
More...
|
about 20 years ago
|
| Corrected platform recognition for win32 |
|
More...
|
about 20 years ago
|
| Do not attempt to set term title in non-xterm workalikes (at least linux character console malfunctions). |
|
More...
|
about 20 years ago
|
| Configurable display hook |
|
More...
|
about 20 years ago
|
| Hooks now implement "Chain of Command" design pattern, with TryNext exception signalling failure. Setting via set_hook as usual. |
|
More...
|
about 20 years ago
|
| %cd accepts \ as pathsep - will convert to /. |
|
More...
|
about 20 years ago
|
| ipapi decorators ashook, asmagic; ipapi.options() for __IP.rc access |
|
More...
|
about 20 years ago
|
| Added ipapi, the extension api for ipython. Fixed oinspect for obj.__doc__ == None (magics) |
|
More...
|
about 20 years ago
|
| Fixed logical flaw (harmless so far) in handle_shell_escape |
|
More...
|
about 20 years ago
|
| Added platutils modules, now only needed for %cd to change terminal title string. Implemented for Linux. |
|
More...
|
about 20 years ago
|
| %autocall fixes %autoindent fixes, though I had to disable pasting of code while autoindent is on. Will try to restore it later. |
|
More...
|
about 20 years ago
|
| Made ! and !! shell escapes work again in multiline statements. |
|
More...
|
about 20 years ago
|
| ipython.py entry to changelog |
|
More...
|
about 20 years ago
|
| Quick ipython startup script "ipython.py" in source root for zero-install/development use. |
|
More...
|
about 20 years ago
|
| Added instructions on building the documentation (patch: Jörgen Stenarson <[email protected]>, with some mods) |
|
More...
|
about 20 years ago
|
| Forgot Kudos to the originator of the idea. |
|
More...
|
about 20 years ago
|
| Prettified and hardened string/backslash quoting with ipsystem(), ipalias() and ipmagic(). Now even \ characters are passed to %magics, !shell escapes and aliases exactly as they are in the ipython command line. |
|
More...
|
about 20 years ago
|