Commit message Age Author Refs
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
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
0
r28977:1078df75
types hints
M Bussonnier
0
r28976:ce148f2c
fix IPCompleter inside tuples/arrays when jedi is disabled The selection of the current expression was improperly finding an implicit tuple `a,b`, instead of trimming tosimply `b`. I also done a number of simplification of test cases.
M Bussonnier
0
r28975:9b18d6cc
Fix typo in whatsnew. (#14599) closes gh-14592
M Bussonnier
0
r28974:cd7893cd
Fix typo in whatsnew. closes gh-14592
M Bussonnier
0
r28973:be84e4b5
Fix pdb issues in Python 3.13.1 (#14598) For some reason it is not always set, it was/is a bug in IPython to not check.
M Bussonnier
0
< 1 .. 5 6 7 8 9 .. 2905 >