##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r129:641209f9
renamed rehash_dir.py to ext_rehashdir.py (a convention for naming extensions?), updated Changelog accordingly
vivainio
0
r128:163623a2
%rehashdir mods
vivainio
0
r127:45bf9dfc
%store now prevents storing objs that are in module IPython.FakeModule (interactively declared classes etc.)
vivainio
0
r126:a41736a3
Created rehash_dir extensions that introduces new magic, %rehashdir, and also serves as an example on creating extensions for ipython.
vivainio
0
r125:48c31147
_tentative_ fixes to pasting of multiline code with autoindent on. Needs more testing...
fperez
0
r124:fcd6fd9a
Initialize logger earlier (__init__ instead of post-config-initialization)
vivainio
0
r123:1ed6a968
- Manual updates - Small %edit fix.
fperez
0
r122:0c35e2ff
- fix missing __file__ for scripts run via %run. - fix bug with '%run -d' under python 2.4
fperez
0
r121:7e671201
Get "path" objects via SList LSString mechanism, through obj.p and obj.paths
vivainio
0
r120:2f6c781d
fixed , and ; autocall to not consider exclusion regexp
vivainio
0
r119:e0a97701
Added license statement to path.py, updated ChangeLog
vivainio
0
r118:0f643c8d
Added Jason Orendorff's "Path" module, http://www.jorendorff.com/
vivainio
0
r117:9fd2daea
Note about reverting to old %edit functionality in changelog
vivainio
0
r116:07db4ac8
magic_edit: Return & show edited contents (again)
vivainio
0
r115:4aa9cf31
Corrected platform recognition for win32
vivainio
0
r114:4ca46a4f
Do not attempt to set term title in non-xterm workalikes (at least linux character console malfunctions).
vivainio
0
r113:40107600
Configurable display hook
vivainio
0
r112:8c1bc43c
Hooks now implement "Chain of Command" design pattern, with TryNext exception signalling failure. Setting via set_hook as usual.
vivainio
0
r111:5d6e7ff8
%cd accepts \ as pathsep - will convert to /.
vivainio
0
r110:d6556633
ipapi decorators ashook, asmagic; ipapi.options() for __IP.rc access
vivainio
0
load next
< 1 .. 1292 1293 1294 1295 1296 .. 1300 >
showing 20 out of 25990 commits