##// END OF EJS Templates
Changing input filtering to require whitespace separation between the initial command (alias, magic, autocall) and rest of line. ...
Changing input filtering to require whitespace separation between the initial command (alias, magic, autocall) and rest of line. This fixes some subtle but nasty bugs with lines that start with, e.g. r'a_string'. They had been getting parsed as the magic %r followed by the string literal 'a_string' -- now that's been fixed.
dan.milstein -
r707:8de6d199
Show More
Name Size Modified Last Commit Author
/ IPython / Extensions
InterpreterExec.py Loading ...
InterpreterPasteInput.py Loading ...
PhysicalQInput.py Loading ...
PhysicalQInteractive.py Loading ...
__init__.py Loading ...
astyle.py Loading ...
clearcmd.py Loading ...
envpersist.py Loading ...
ext_rescapture.py Loading ...
ibrowse.py Loading ...
igrid.py Loading ...
igrid_help.css Loading ...
igrid_help.html Loading ...
ipipe.py Loading ...
ipy_app_completers.py Loading ...
ipy_completers.py Loading ...
ipy_constants.py Loading ...
ipy_defaults.py Loading ...
ipy_exportdb.py Loading ...
ipy_extutil.py Loading ...
ipy_gnuglobal.py Loading ...
ipy_kitcfg.py Loading ...
ipy_legacy.py Loading ...
ipy_p4.py Loading ...
ipy_profile_none.py Loading ...
ipy_profile_scipy.py Loading ...
ipy_profile_sh.py Loading ...
ipy_pydb.py Loading ...
ipy_rehashdir.py Loading ...
ipy_render.py Loading ...
ipy_signals.py Loading ...
ipy_stock_completers.py Loading ...
ipy_system_conf.py Loading ...
ipy_which.py Loading ...
jobctrl.py Loading ...
ledit.py Loading ...
maghistory.py Loading ...
numeric_formats.py Loading ...
path.py Loading ...
pickleshare.py Loading ...
pspersistence.py Loading ...
win32clip.py Loading ...