##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r28998:177aad69
Remove shimmodule util that is now unused This was last used by the console terminal shim
M Bussonnier
0
r28997:1192072e
Remove IPython/terminal/console.py (#14605) Deprecated since 4.0
M Bussonnier
merge
0
r28996:64e410f6
remove deprecated traitlets shim
M Bussonnier
0
r28995:9e424753
Remove IPython/terminal/console.py Deprecat4ed since 4.0
M Bussonnier
0
r28993:9b9fe699
Remove IPython.utils.tz (#14602) Deprecated since IPython 8.19 (Nov 2023)
M Bussonnier
merge
0
r28992:87629207
remove deprecated inputsplitter since 7.0 (#14573)
M Bussonnier
merge
0
r28990:88873459
Deprecate inputtransformer since 7.0 (#14601) Actually emit deprecation warnings when using inputtransformer which is deprecated.
M Bussonnier
merge
0
r28989:5f9c9067
remove ref to inpusplit
M Bussonnier
0
r28988:7c4ed486
Remove IPython.utils.tz Deprecated since IPython 8.19 (Nov 2023)
M Bussonnier
0
r28987:20242405
Remove deprecated inputsplitter since 7.0 All this should have been deprecated and removed for long.
M Bussonnier
0
r28986:a736d0e7
docs
M Bussonnier
0
r28985:8c051e61
Deprecate inputtransformer since 7.0 Actually emit deprecation warnings when using inputtransformer which is deprecated.
M Bussonnier
0
r28984:f32e1b2a
Drop Python 3.10 (#14589)
M Bussonnier
merge
0
r28983:92b295a4
Remove all references to notebooks (#14572) IPython repo is just the CLI, and those are unmaintained. Reduce the size of the repo, and if anything those should migrate to notebook or lab, or be a separate example repo.
M Bussonnier
merge
0
r28982:d0dd9b57
misc fixes
M Bussonnier
0
r28981:03fa3438
fix type_extensions
M Bussonnier
0
r28980:33a375a6
reformat
M Bussonnier
0
r28979:86a74d8e
Bump codecov/codecov-action from 4 to 5 in the actions group (#14593) Bumps the actions group with 1 update: https://github.com/codecov/codecov-action
M Bussonnier
merge
0
r28978:9cdf92d3
Fix completion tuple (#14594) In progress work toward #14585 guarded eval strip leading characters until it find soemthing, this is problematic as `(1, x`, becomes valid after 1 char strip: `1, x` is a tuple; So now we trim until it is valid an not a tuple. This is still imperfect as things like `(1, a[" "].y` will be trimmed to `y`, while it should stop with `a[" "].y` ? I think maybe we should back-propagate; build back up from `y`, to `a[" "].y`, greedily until we get the last valid expression – skipping any unbalanced parentheses/quotes if we encounter imblanced.
M Bussonnier
merge
0
r28977:1078df75
types hints
M Bussonnier
0
load next
< 1 2 3 4 5 6 7 .. 1364 >
showing 20 out of 27280 commits