Commit message Age Author Refs
r28942:42e4bd10
format
M Bussonnier
0
r28941:0a67c967
Pypi.io -> Pypi.org (#14565)
M Bussonnier
0
r28940:4ee19300
pypi.io -> pypi.org
M Bussonnier
0
r28939:dd9d5363
Modify binding mechanism to allow binding to one of a set of whitelisted commands, Add five such commands ("beginning_of_buffer", "end_of_buffer", "end_of_line", "forward_word", "unix_line_discard").
Hacker-Dom
0
r28938:706acc3c
remove some cast_unicode
M Bussonnier
0
r28937:912098e2
reformat
M Bussonnier
0
r28936:b65cf89c
validate ESC_PAREN ('/') is followed by a callable name and not empty (#12690) When running a single python expression with just a slash - `/`, a tuple is returned. ```python In [1]: / Out[1]: () ``` This weird case happens because when a line starts with `/` the `inputtransformer` transforms it into a call of the first word after the `/` as the callable name and rest tokens after as arguments. This PR fixes that issue by validating that at least a callable name is given and it's not empty, if not a `SyntaxError` will be raised. ```python In [1]: / File "<ipython-input-1-8f27084b6294>", line 1 / ^ SyntaxError: invalid syntax In [2]: ``` Validated that tests are passing.
M Bussonnier
0
r28935:e8c98709
validate that ESC_PAREN ('/') is followed by a callable name and not empty
Guy Bortnikov
0
r28934:c8d94694
FIX: Typing annotations Running `mypy -p IPython.sphinxext` raised a few errors. Fix them and strip some trailing whitespace from a few places.
farisachugthai
0
r28933:6aa7cdc7
back to dev
M Bussonnier
0
< 1 .. 9 10 11 12 13 .. 2905 >