COMMITS
June 1, 2026
D
docs: update link for `AtomicU64` in std docs (#6089)
David Hewitt committed
May 31, 2026
D
expose unchecked getters for `PyList` and `PyTuple` under abi3 (#6075)
David Hewitt committed
D
ci: switch to `ui-test` instead of `trybuild` (#5863)
David Hewitt committed
May 29, 2026
N
Fix UI tests for Rust 1.96 (#6080)
Nathan Goldbaum committed
May 27, 2026
D
ci: fix clippy 1.97 beta (#6077)
David Hewitt committed
J
fix: make introspection JSON output deterministic (#6076)
Jelmer Vernooij committed
May 26, 2026
D
refactor: move `check-cfg` for private pyo3 cfgs to cargo configuration (#6067)
David Hewitt committed
P
refactor: freelist (#6059)
person93 committed
I
fix soundness issue with `PyClassGuardMap` (#6073)
Icxolu committed
May 25, 2026
D
clean up / fix outdated private API definitions (#6038)
David Hewitt committed
D
internal: introduce `cfg_select!` polyfill (#6070)
David Hewitt committed
May 24, 2026
D
remove functionality deprecated in PyO3 0.27 (#6068)
David Hewitt committed
D
fix type confusion when different `#[pyclass]` types returned from `#[new]` (#6062)
David Hewitt committed
P
ci: add labels to skip changelog requirement (#6063)
person93 committed
C
pub(crate) all functions prefixed with _Py (#6053)
Charlie Lin committed
May 19, 2026
I
fix `PyFrame::builtins` type confusion issue (#6052)
Icxolu committed
May 16, 2026
D
ci: include coverage from running build scripts (#6007)
David Hewitt committed
D
avoid mutable references in `critical_section_mutex` implementations (#6050)
David Hewitt committed
D
require capsule destructor closures to be `'static` (#6049)
David Hewitt committed
P
Add clippy lints to prepare for `no_std` support (#6029)
person93 committed
May 14, 2026
D
inline `default_lib_name_for_config_file` (#6046)
David Hewitt committed
D
sync `unicodeobject` FFI definitions to 3.15 (#6041)
David Hewitt committed
Q
fix: duplicated words in pyo3-introspection, guide, and ffi compat comment (#6045)
quyentonndbs committed
D
check for void return FFI functions, fix incorrect cases (#6043)
David Hewitt committed
May 13, 2026
T
Publishes pyo3-introspection as a wheel on Pypi (#6018)
Thomas Tanon committed
May 12, 2026
D
introduce a builder for InterpreterConfig (#6034)
David Hewitt committed
D
remove more `_Py` private definitions from `pyo3-ffi` (#6036)
David Hewitt committed
D
ci: add jobs for 3.14t on aarch64 windows and ubuntu (#6035)
David Hewitt committed
P
Make the ffi crate `no_std` (#6022)
person93 committed
D
Add `abi3-py315` feature (#6032)
David Hewitt committed