##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
r29041:cc014ab7
back to dev
M Bussonnier
8.x
0
r29040:22d6a1c1
release 8.31.0
M Bussonnier
0
r29039:d1a77bef
Backport PR #14626 on branch 8.x (whatsnew 8.31) (#14628) Backport PR #14626: whatsnew 8.31
M Bussonnier
merge
0
r29038:3850badc
Backport PR #14626: whatsnew 8.31
M Bussonnier
0
r28994:c696eefa
Backport PR #14601 on branch 8.x (Deprecate inputtransformer since 7.0) (#14603) Backport PR #14601: Deprecate inputtransformer since 7.0
M Bussonnier
merge 8.x
0
r28991:028f9b39
Backport PR #14601: Deprecate inputtransformer since 7.0
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
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
merge
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
merge
0
r28972:c1e945b5
Fix pdb issues in Python 3.13.1 For some reason it is not always set, it was/is a bug in IPython to not check.
M Bussonnier
0
r28971:c1628686
Fix compatibility with the latest Sphinx 8 (#14596) Resolves: https://github.com/ipython/ipython/issues/14595 The `fallback` value cannot be an empty string in Sphinx 8 and there is no way to store `None` in TOML so it has to be handled in `conf.py`.
M Bussonnier
merge
0
r28970:f1b12879
Fix compatibility with the latest Sphinx 8 Resolves: https://github.com/ipython/ipython/issues/14595
Tomáš Hrnčiar
0
r28969:e99dcdd7
Bump codecov/codecov-action from 4 to 5 in the actions group Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
0
r28968:2a41aa5a
back to dev
M Bussonnier
0
r28967:a8541f5c
release 8.30.0
M Bussonnier
0
r28966:0bbf70c5
misc headers fixes and whatsnew 8.30 (#14588)
M Bussonnier
merge
0
load next
< 1 2 3 4 5 6 7 .. 1362 >
showing 20 out of 27227 commits