Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipython/ipython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a8541f5
Choose a base ref
...
head repository: ipython/ipython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 22d6a1c
Choose a head ref
  • 17 commits
  • 10 files changed
  • 3 contributors

Commits on Nov 29, 2024

  1. back to dev

    Carreau committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    2a41aa5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. 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>
    dependabot[bot] authored Dec 1, 2024
    Configuration menu
    Copy the full SHA
    e99dcdd View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Fix compatibility with the latest Sphinx 8

    Resolves: #14595
    hrnciar authored and frenzymadness committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    f1b1287 View commit details
    Browse the repository at this point in the history
  2. 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`.
    Carreau authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c162868 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2024

  1. 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.
    Carreau committed Dec 8, 2024
    Configuration menu
    Copy the full SHA
    c1e945b View commit details
    Browse the repository at this point in the history
  2. 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.
    Carreau authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    be84e4b View commit details
    Browse the repository at this point in the history
  3. Fix typo in whatsnew.

    closes gh-14592
    Carreau committed Dec 8, 2024
    Configuration menu
    Copy the full SHA
    cd7893c View commit details
    Browse the repository at this point in the history
  4. Fix typo in whatsnew. (#14599)

    closes gh-14592
    Carreau authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    9b18d6c View commit details
    Browse the repository at this point in the history
  5. 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.
    Carreau committed Dec 8, 2024
    Configuration menu
    Copy the full SHA
    ce148f2 View commit details
    Browse the repository at this point in the history
  6. types hints

    Carreau committed Dec 8, 2024
    Configuration menu
    Copy the full SHA
    1078df7 View commit details
    Browse the repository at this point in the history
  7. 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.
    Carreau authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    9cdf92d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Configuration menu
    Copy the full SHA
    86a74d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    028f9b3 View commit details
    Browse the repository at this point in the history
  3. Backport PR #14601 on branch 8.x (Deprecate inputtransformer since 7.…

    …0) (#14603)
    
    Backport PR #14601: Deprecate inputtransformer since 7.0
    Carreau authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    c696eef View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Backport PR #14626: whatsnew 8.31

    Carreau authored and meeseeksmachine committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    3850bad View commit details
    Browse the repository at this point in the history
  2. Backport PR #14626 on branch 8.x (whatsnew 8.31) (#14628)

    Backport PR #14626: whatsnew 8.31
    Carreau authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    d1a77be View commit details
    Browse the repository at this point in the history
  3. release 8.31.0

    Carreau committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    22d6a1c View commit details
    Browse the repository at this point in the history
Loading