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: PyO3/pyo3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.27.1
Choose a base ref
...
head repository: PyO3/pyo3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.27.2
Choose a head ref
  • 17 commits
  • 57 files changed
  • 6 contributors

Commits on Nov 30, 2025

  1. docs: Further updates to Contributing.md re testing, linting etc. (#4115

    )
    
    * add nox details to contributing.md
    
    * recommend basic clippy not clippy-all
    
    * consistent wording
    
    * add details on rust-test skip-full
    
    * add quick-CI
    
    * segregate PR CI and dev environment descriptions of nox etc.
    
    * add check-docs / lychee - this just bit me on another PR
    
    * make ci opt-in
    
    * remove the quick ci
    
    ---------
    
    Co-authored-by: David Hewitt <mail@davidhewitt.dev>
    MusicalNinjaDad and davidhewitt committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    f239bf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93091b4 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump actions/setup-node from 5 to 6 (#5544)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and davidhewitt committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    1c10e9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b147b7e View commit details
    Browse the repository at this point in the history
  5. build(deps): bump actions/upload-artifact from 4 to 5 (#5565)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and davidhewitt committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    7a7ce55 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump actions/download-artifact from 5 to 6 (#5566)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and davidhewitt committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    1529099 View commit details
    Browse the repository at this point in the history
  7. ci: updates for Rust 1.91

    davidhewitt committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    fae6bac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1acadc5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb7bb94 View commit details
    Browse the repository at this point in the history
  10. build(deps): bump actions/checkout from 5.0.0 to 5.0.1 (#5629)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Commits](actions/checkout@v5...v5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 5.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and davidhewitt committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    30cca7e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8e6597 View commit details
    Browse the repository at this point in the history
  12. Avoid introducing generic parameter with implied bounds from an assoc…

    …iated type relation (#5638)
    
    * avoid introducing generic parameter with implied bounds from an associated type relation
    
    * newsfragment
    davidhewitt committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    f3d6e05 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0497d48 View commit details
    Browse the repository at this point in the history
  14. fix rumdl formatting

    davidhewitt committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    b4f78c0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    032d4d3 View commit details
    Browse the repository at this point in the history
  16. fix FFI definition of PyDictObject on PyPy (#5653)

    * fix FFI definition of `PyDictObject` on PyPy
    
    * newsfragments
    
    * don't add additional definitions on PyPy
    
    * cfg gate unused imports
    
    * disable dict inheritance test on graalpy
    
    * another GraalPy fixup
    davidhewitt committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    2b1d6c5 View commit details
    Browse the repository at this point in the history
  17. release: 0.27.2

    davidhewitt committed Nov 30, 2025
    Configuration menu
    Copy the full SHA
    117102d View commit details
    Browse the repository at this point in the history
Loading