472
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 16, 2025 — Jan 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
renamed rehash_dir.py to ext_rehashdir.py (a convention for naming extensions?), updated Changelog accordingly
Ville M. Vainio
as vivainio
More... almost 20 years ago
%rehashdir mods
Ville M. Vainio
as vivainio
More... almost 20 years ago
%store now prevents storing objs that are in module IPython.FakeModule (interactively declared classes etc.)
Ville M. Vainio
as vivainio
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.
Ville M. Vainio
as vivainio
More... almost 20 years ago
_tentative_ fixes to pasting of multiline code with autoindent on. Needs more testing...
Fernando Perez
as fperez
More... almost 20 years ago
Initialize logger earlier (__init__ instead of post-config-initialization)
Ville M. Vainio
as vivainio
More... almost 20 years ago
- Manual updates
Fernando Perez
as fperez
More... almost 20 years ago
- fix missing __file__ for scripts run via %run.
Fernando Perez
as fperez
More... almost 20 years ago
Get "path" objects via SList LSString mechanism, through obj.p and obj.paths
Ville M. Vainio
as vivainio
More... about 20 years ago
fixed , and ; autocall to not consider exclusion regexp
Ville M. Vainio
as vivainio
More... about 20 years ago
Added license statement to path.py, updated ChangeLog
Ville M. Vainio
as vivainio
More... about 20 years ago
Added Jason Orendorff's "Path" module, http://www.jorendorff.com/
Ville M. Vainio
as vivainio
More... about 20 years ago
Note about reverting to old %edit functionality in changelog
Ville M. Vainio
as vivainio
More... about 20 years ago
magic_edit: Return & show edited contents (again)
Ville M. Vainio
as vivainio
More... about 20 years ago
Corrected platform recognition for win32
Ville M. Vainio
as vivainio
More... about 20 years ago
Do not attempt to set term title in non-xterm workalikes (at least linux character console malfunctions).
Ville M. Vainio
as vivainio
More... about 20 years ago
Configurable display hook
Ville M. Vainio
as vivainio
More... about 20 years ago
Hooks now implement "Chain of Command" design pattern, with TryNext exception signalling failure. Setting via set_hook as usual.
Ville M. Vainio
as vivainio
More... about 20 years ago
%cd accepts \ as pathsep - will convert to /.
Ville M. Vainio
as vivainio
More... about 20 years ago
ipapi decorators ashook, asmagic; ipapi.options() for __IP.rc access
Ville M. Vainio
as vivainio
More... about 20 years ago
Added ipapi, the extension api for ipython. Fixed oinspect for obj.__doc__ == None (magics)
Ville M. Vainio
as vivainio
More... about 20 years ago
Fixed logical flaw (harmless so far) in handle_shell_escape
Ville M. Vainio
as vivainio
More... about 20 years ago
Added platutils modules, now only needed for %cd to change terminal title string. Implemented for Linux.
Ville M. Vainio
as vivainio
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.
Fernando Perez
as fperez
More... about 20 years ago
Made ! and !! shell escapes work again in multiline statements.
Ville M. Vainio
as vivainio
More... about 20 years ago
ipython.py entry to changelog
Ville M. Vainio
as vivainio
More... about 20 years ago
Quick ipython startup script "ipython.py" in source root for zero-install/development use.
Ville M. Vainio
as vivainio
More... about 20 years ago
Added instructions on building the documentation (patch: Jörgen Stenarson <[email protected]>, with some mods)
Ville M. Vainio
as vivainio
More... about 20 years ago
Forgot Kudos to the originator of the idea.
Ville M. Vainio
as vivainio
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.
Ville M. Vainio
as vivainio
More... about 20 years ago