##// END OF EJS Templates
Merge shlex PRs (#1130, #1116)...
Merge shlex PRs (#1130, #1116) * arg_split now takes optional strict flag, to ignore ValueErrors in shlex parsing * %timeit uses strict=False, to avoid errors parsing python code * %run completer uses arg_split(strict=False) for its unicode behavior, instead of custom shlex derivative, which is now redundant. closes #1109 closes #1115 closes #1116 closes #1130

File last commit:

r4983:a1987bdc
r5693:790cb143 merge
Show More
.gitignore
13 lines | 162 B | text/plain | TextLexer
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/gh-pages
IPython/frontend/html/notebook/static/mathjax
*.py[co]
build
*.egg-info
*~
*.bak