-
Notifications
You must be signed in to change notification settings - Fork 855
Comparing changes
Open a pull request
base repository: PyO3/pyo3
base: v0.25.0
head repository: PyO3/pyo3
compare: v0.25.1
- 16 commits
- 58 files changed
- 15 contributors
Commits on Jun 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cda0171 - Browse repository at this point
Copy the full SHA cda0171View commit details -
Implements basic method introspection (#5087)
* Implements basic method introspection * Code review feedback * Fixes CI
Configuration menu - View commit details
-
Copy full SHA for db54a3d - Browse repository at this point
Copy the full SHA db54a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ae76b - Browse repository at this point
Copy the full SHA 13ae76bView commit details -
Add Windows ARM64 Build configuration (#5145)
* Add Windows ARM64 Build configuration * Add change notes * add llvm install * fix yml syntax * correct `os` in `if` clause * add llvm version * fix clippy, ignore coverage for now * correct `if` condition --------- Co-authored-by: David Hewitt <mail@davidhewitt.dev>
Configuration menu - View commit details
-
Copy full SHA for 5220a93 - Browse repository at this point
Copy the full SHA 5220a93View commit details -
Introspection: modules associated constants (#5150)
* Adds introspection for modules associated constants * Add support for `Final` constants. * Document changes * Review fixes * Fix typo
Configuration menu - View commit details
-
Copy full SHA for bc7c572 - Browse repository at this point
Copy the full SHA bc7c572View commit details -
build(deps): update criterion requirement in /pyo3-benches (#5155)
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.5.1...0.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef67be3 - Browse repository at this point
Copy the full SHA ef67be3View commit details -
Catching Invalid Asyncs (#5156)
* Catching invalid asyncs * Catching invalid asyncs (adding missing file) * formating * adding changelog file * Update newsfragments/5156.fixed.md Co-authored-by: Daniel McCarney <daniel@binaryparadox.net> * make sure no experimental-async feature * revert pytest/test_awaitable.py changes * make sure not using experimental-async feature --------- Co-authored-by: Daniel McCarney <daniel@binaryparadox.net>
Configuration menu - View commit details
-
Copy full SHA for 2c13c1c - Browse repository at this point
Copy the full SHA 2c13c1cView commit details -
Updates to better support ormsgpack on GraalPy. (#5121)
* Expose the vectorcall functions also on GraalPy * Add PyBytes_AS_STRING, seen in ormsgpack * Call Py_Is function on GraalPy
Configuration menu - View commit details
-
Copy full SHA for a27ccd7 - Browse repository at this point
Copy the full SHA a27ccd7View commit details -
conversions: fix FromPyObject impl for uuid::Uuid for big-endian (#5161)
The "to_le()" conversion on the u128 seems to be just wrong.
Configuration menu - View commit details
-
Copy full SHA for 008efe2 - Browse repository at this point
Copy the full SHA 008efe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5db4871 - Browse repository at this point
Copy the full SHA 5db4871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2829027 - Browse repository at this point
Copy the full SHA 2829027View commit details -
* fix nightly warning of inconsistent lifetime use * workaround Python 3.13.4 ffi-check issue on Windows
Configuration menu - View commit details
-
Copy full SHA for 7601c0c - Browse repository at this point
Copy the full SHA 7601c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb3fac9 - Browse repository at this point
Copy the full SHA eb3fac9View commit details -
docs: add Kyle Barron libraries/packages to README.md (#5172)
* readme: add Kyle Barron libraries/packages * remove from readme obstore ref '1'
Configuration menu - View commit details
-
Copy full SHA for 0ba8f31 - Browse repository at this point
Copy the full SHA 0ba8f31View commit details -
Make PyObjectObRefcnt.refcnt_and_flags 64-bit-only (#5180)
* Make PyObjectObRefcnt.refcnt_and_flags 64-bit-only Fix #5175 as described in #5175 (comment). * Add a news fragment for #5180
Configuration menu - View commit details
-
Copy full SHA for a4c35ce - Browse repository at this point
Copy the full SHA a4c35ceView commit details -
Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2aacae6 - Browse repository at this point
Copy the full SHA 2aacae6View 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.25.0...v0.25.1