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

Commits on Mar 28, 2026

  1. Initial plan

    Copilot authored and youknowone committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    8a56d78 View commit details
    Browse the repository at this point in the history
  2. Preserve str subclass returned by __repr__

    Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
    Copilot and youknowone committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    ed2fd1e View commit details
    Browse the repository at this point in the history
  3. Format str constructor fast path

    Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
    Copilot and youknowone committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    2ff66e7 View commit details
    Browse the repository at this point in the history
  4. Tighten str subclass conversion regression

    Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
    Copilot and youknowone committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    5140534 View commit details
    Browse the repository at this point in the history
  5. Align test_str with CPython and move local coverage

    Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
    Copilot and youknowone committed Mar 28, 2026
    Configuration menu
    Copy the full SHA
    9a11d44 View commit details
    Browse the repository at this point in the history
Loading