X Tutup
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: main
Choose a base ref
...
head repository: ipython/ipython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.10.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 9, 2026

  1. fix encoding to utf8

    Addresses issue #15116 by setting utf8 as the default encoding since this will not come for all platforms until Python 3.15.
    amirebrahimi authored and Carreau committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    070bab8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Configuration menu
    Copy the full SHA
    49c43ac View commit details
    Browse the repository at this point in the history
  2. Backport security fix to 9.10.1

    This include a fix for `CVE-2025-30167
    <https://github.com/jupyter/jupyter_core/security/advisories/GHSA-33p9-3p43-82vq>`__
    that also affects IPython and should have been fixed as the same time than
    Jupyter-Core. This will be backported to 9.10.1 and 8.39
    Carreau committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    2963083 View commit details
    Browse the repository at this point in the history
  3. release 9.10.1

    Carreau committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    b97293b View commit details
    Browse the repository at this point in the history
  4. back to dev

    Carreau committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    90b587c View commit details
    Browse the repository at this point in the history
Loading
X Tutup