-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Comparing changes
Open a pull request
base repository: ipython/ipython
base: 8.30.0
head repository: ipython/ipython
compare: 8.31.0
- 17 commits
- 10 files changed
- 3 contributors
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a41aa5 - Browse repository at this point
Copy the full SHA 2a41aa5View commit details
Commits on Dec 1, 2024
-
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](codecov/codecov-action@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>
Configuration menu - View commit details
-
Copy full SHA for e99dcdd - Browse repository at this point
Copy the full SHA e99dcddView commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1b1287 - Browse repository at this point
Copy the full SHA f1b1287View commit details -
Fix compatibility with the latest Sphinx 8 (#14596)
Resolves: #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`.
Configuration menu - View commit details
-
Copy full SHA for c162868 - Browse repository at this point
Copy the full SHA c162868View commit details
Commits on Dec 8, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for c1e945b - Browse repository at this point
Copy the full SHA c1e945bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for be84e4b - Browse repository at this point
Copy the full SHA be84e4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd7893c - Browse repository at this point
Copy the full SHA cd7893cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b18d6c - Browse repository at this point
Copy the full SHA 9b18d6cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ce148f2 - Browse repository at this point
Copy the full SHA ce148f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1078df7 - Browse repository at this point
Copy the full SHA 1078df7View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9cdf92d - Browse repository at this point
Copy the full SHA 9cdf92dView commit details
Commits on Dec 10, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 86a74d8 - Browse repository at this point
Copy the full SHA 86a74d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 028f9b3 - Browse repository at this point
Copy the full SHA 028f9b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c696eef - Browse repository at this point
Copy the full SHA c696eefView commit details
Commits on Dec 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3850bad - Browse repository at this point
Copy the full SHA 3850badView commit details -
Backport PR #14626 on branch 8.x (whatsnew 8.31) (#14628)
Backport PR #14626: whatsnew 8.31
Configuration menu - View commit details
-
Copy full SHA for d1a77be - Browse repository at this point
Copy the full SHA d1a77beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d6a1c - Browse repository at this point
Copy the full SHA 22d6a1cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8.30.0...8.31.0