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: 8.37.0
Choose a base ref
...
head repository: ipython/ipython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.38.0
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on May 31, 2025

  1. back to dev

    krassowski committed May 31, 2025
    Configuration menu
    Copy the full SHA
    fed55e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Configuration menu
    Copy the full SHA
    7f159ef View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2026

  1. Make debugger work with Python 3.14 (#15085)

    A Linux user reported in
    spyder-ide/spyder#25299 that our debugger is
    failing with their distro packages for Python 3.14 due to an error in
    IPython 8 (the error is not present in version 9).
    
    After some digging, I applied the minimal changes I could from commit
    a796b95 to fix that. I also checked that the debugger is working fine
    for Python 3.11 to 3.13.
    Carreau authored Jan 5, 2026
    Configuration menu
    Copy the full SHA
    07abfcf View commit details
    Browse the repository at this point in the history
  2. release 8.38.0

    Carreau committed Jan 5, 2026
    Configuration menu
    Copy the full SHA
    f014fa1 View commit details
    Browse the repository at this point in the history
Loading