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: 2025-09-15-main-47
Choose a base ref
...
head repository: RustPython/RustPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2025-09-29-main-49
Choose a head ref
  • 16 commits
  • 52 files changed
  • 3 contributors

Commits on Sep 15, 2025

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

Commits on Sep 16, 2025

  1. Configuration menu
    Copy the full SHA
    6ead821 View commit details
    Browse the repository at this point in the history
  2. code object linetable (#6150)

    * Code.replace
    
    * implement linetable
    youknowone authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    b666c52 View commit details
    Browse the repository at this point in the history
  3. Update {io,encodings} from 3.13.7 (#6153)

    * Update `io` from 3.13.7
    
    * Patch test & upsate `encodings` from 3.13.7
    
    * Unmark passing tests
    ShaharNaveh authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    67958ec View commit details
    Browse the repository at this point in the history
  4. Update test/test_fstring.py from 3.13.7 (#6154)

    * Update `test_fstring.py` from 3.13.7
    
    * Patch failing tests
    ShaharNaveh authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    b7d9d7d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62067ae View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Dependencies cleanup (#6151)

    * Update deps
    
    * Remove some unused deps
    
    * Update lockfile
    ShaharNaveh authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    141ed72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa0eb4b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2025

  1. Reconfigure dependabot (#6158)

    * Add `cargo` to dependabot
    
    * Remove noisy comments
    
    * Don't group updates
    ShaharNaveh authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    11e1330 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-node from 4 to 5 (#6160)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    fdae128 View commit details
    Browse the repository at this point in the history
  3. Bump ruff_python_ast from 0.11.0 to 0.13.1 (#6166)

    Bumps [ruff_python_ast](https://github.com/astral-sh/ruff) from 0.11.0 to 0.13.1.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@2cd25ef...706be0a)
    
    ---
    updated-dependencies:
    - dependency-name: ruff_python_ast
      dependency-version: 706be0a6e7e09936511198f2ff8982915520d138
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    4b91e98 View commit details
    Browse the repository at this point in the history
  4. Bump actions/download-artifact from 4 to 5 (#6162)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    150e8ef View commit details
    Browse the repository at this point in the history
  5. Update github actions in CI (#6169)

    * Update `setup-python` to v6
    
    * Update `checkout` to v5
    ShaharNaveh authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    30cbc41 View commit details
    Browse the repository at this point in the history
  6. Run scheduled CI jobs only on upstream repo (#6157)

    * Run scheduled CI jobs only on upstream repo
    
    * Only disable if scheduling on forks
    ShaharNaveh authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    24f4fba View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2025

  1. Update some tests to 3.13.7 (#6171)

    * Update `test_call.py` from 3.13.7
    
    * Update `test_yield_from.py` from 3.13.7
    
    * Update more tests to 3.13.7
    
    * More tests to 3.13.7
    
    * Remove patch from passing test
    ShaharNaveh authored Sep 21, 2025
    Configuration menu
    Copy the full SHA
    3c01be2 View commit details
    Browse the repository at this point in the history
  2. Bump on-headers, serve and compression in /wasm/demo (#6168)

    Bumps [on-headers](https://github.com/jshttp/on-headers) to 1.1.0 and updates ancestor dependencies [on-headers](https://github.com/jshttp/on-headers), [serve](https://github.com/vercel/serve) and [compression](https://github.com/expressjs/compression). These dependencies need to be updated together.
    
    
    Updates `on-headers` from 1.0.2 to 1.1.0
    - [Release notes](https://github.com/jshttp/on-headers/releases)
    - [Changelog](https://github.com/jshttp/on-headers/blob/master/HISTORY.md)
    - [Commits](jshttp/on-headers@v1.0.2...v1.1.0)
    
    Updates `serve` from 14.2.4 to 14.2.5
    - [Release notes](https://github.com/vercel/serve/releases)
    - [Commits](vercel/serve@14.2.4...v14.2.5)
    
    Updates `compression` from 1.7.4 to 1.8.1
    - [Release notes](https://github.com/expressjs/compression/releases)
    - [Changelog](https://github.com/expressjs/compression/blob/master/HISTORY.md)
    - [Commits](expressjs/compression@1.7.4...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: on-headers
      dependency-version: 1.1.0
      dependency-type: indirect
    - dependency-name: serve
      dependency-version: 14.2.5
      dependency-type: direct:development
    - dependency-name: compression
      dependency-version: 1.8.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 21, 2025
    Configuration menu
    Copy the full SHA
    1aea146 View commit details
    Browse the repository at this point in the history
Loading