-
Notifications
You must be signed in to change notification settings - Fork 841
Comparing changes
Open a pull request
base repository: PyO3/pyo3
base: v0.24.1
head repository: PyO3/pyo3
compare: v0.24.2
- 15 commits
- 60 files changed
- 9 contributors
Commits on Apr 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 158bd31 - Browse repository at this point
Copy the full SHA 158bd31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a4710a - Browse repository at this point
Copy the full SHA 3a4710aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12a67af - Browse repository at this point
Copy the full SHA 12a67afView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbed13a - Browse repository at this point
Copy the full SHA fbed13aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b01bac - Browse repository at this point
Copy the full SHA 1b01bacView commit details -
Makes Clippy beta happy (#5032)
* Use std::ptr::eq where relevant * allow(clippy::ptr_eq) in pyo3-ffi * Add ref for allow(clippy::large_enum_variant)
Configuration menu - View commit details
-
Copy full SHA for 7b64fa1 - Browse repository at this point
Copy the full SHA 7b64fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4732b60 - Browse repository at this point
Copy the full SHA 4732b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81008e1 - Browse repository at this point
Copy the full SHA 81008e1View commit details -
ci: change default Python version to 3.13 (#5048)
* ci: change default Python version to 3.13 * fix FFI definition for `PyCodeObject`
Configuration menu - View commit details
-
Copy full SHA for a177916 - Browse repository at this point
Copy the full SHA a177916View commit details -
Configuration menu - View commit details
-
Copy full SHA for e876f17 - Browse repository at this point
Copy the full SHA e876f17View commit details -
ci: do not require changelog for ci (#5058)
* Update noxfile.py * Update pull_request_template.md
Configuration menu - View commit details
-
Copy full SHA for 4197614 - Browse repository at this point
Copy the full SHA 4197614View commit details -
ci: release cargo crate from git tag (#5027)
* add * add * remove components, not used * use nox to publish * Update 5027.packaging.md * no newsfragment needed for ci change * add release environment --------- Co-authored-by: David Hewitt <mail@davidhewitt.dev>
Configuration menu - View commit details
-
Copy full SHA for 5d852d9 - Browse repository at this point
Copy the full SHA 5d852d9View commit details -
docs: Update building-and-distribution.md (#5060)
* Update building-and-distribution.md Fix typo * Update guide/src/building-and-distribution.md
Configuration menu - View commit details
-
Copy full SHA for 345735b - Browse repository at this point
Copy the full SHA 345735bView commit details -
Unraw complex struct enum field python names (#5050)
* Unraw complex struct enum field python names Stray case related to #2395 (probably unnoticed because the functionality is newer and a bit of an edge case). The `python_name` of struct-type enum variant fields (and the `__match_args__` of the variant) do not unraw the names of these fields, which effectively makes them unusable as the resulting identifiers contain '#' which the Python lexer interprets as comments. The only reason you'd probably want to do this anyway is to use reserved identifiers (`type` in my case). * Add newsfragment for fix * Fix clippy lints in impl_complex_enum_variant_match_args and callers No need to pass mutable vec ref anymore * don't overeagerly collect field_names iterator * add test case for complex enums containing raw identifiers * only test raw ident pattern matching on Python 3.10+
Configuration menu - View commit details
-
Copy full SHA for bc26a06 - Browse repository at this point
Copy the full SHA bc26a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e6bdce - Browse repository at this point
Copy the full SHA 3e6bdceView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.24.1...v0.24.2