pyo3/newsfragments
David Hewitt 8ca41be87b
Merge pull request #2749 from PyO3/2748-fix
Fix being able to call arg-less `#[new]` with any args from Python
2022-11-20 11:39:42 +00:00
..
.gitignore use towncrier to generate CHANGELOG 2022-09-08 07:58:53 +01:00
2490.added.md use towncrier to generate CHANGELOG 2022-09-08 07:58:53 +01:00
2587.removed.md use towncrier to generate CHANGELOG 2022-09-08 07:58:53 +01:00
2664.changed.md Don't use intocallback in method macros (#2664) 2022-10-16 10:35:58 +01:00
2685.changed.md Use a TypeError, rather than a ValueError, when refusing to treat a str as a Vec 2022-11-07 07:48:13 -05:00
2686.changed.md Support passing name and doc to PyCFunction::new_closure. Fixes #2665 2022-10-29 12:26:09 +08:00
2692.added.md newsfragment 2022-10-18 21:40:59 +02:00
2695.changed.md Make `is_instance()` and `is_subclass()` take `&PyAny` (#2695) 2022-10-18 19:22:23 +02:00
2702.added.md add `#[pyo3(signature = (...))]` attribute (#2702) 2022-10-25 07:23:21 +01:00
2702.changed.md add `#[pyo3(signature = (...))]` attribute (#2702) 2022-10-25 07:23:21 +01:00
2705.changed.md introduce trampolines for methods (#2705) 2022-10-25 07:22:36 +01:00
2715.fixed.md Disable `PyModule::filename` on PyPy 2022-10-31 15:45:50 +08:00
2726.fixed.md Python 3.7 support for PyCodeObject. (#2726) 2022-11-08 21:06:05 +00:00
2727.added.md `pyo3-build-config`: rebuild when `PYO3_ENVIRONMENT_SIGNATURE` value changed 2022-11-09 20:28:18 +08:00
2730.added.md Add support for std::num::NonZero integer types (#2730) 2022-11-13 10:54:55 +00:00
2734.added.md Add {Py,PyAny}::downcast_unchecked to replace try_from_unchecked calls 2022-11-18 07:00:40 +01:00
2734.changed.md PyAny::downcast(): relax lifetime bounds 2022-11-18 07:00:40 +01:00
2742.added.md Export warning classes and add PyErr::warn_explicit() (#2742) 2022-11-17 19:30:48 +01:00
2749.fixed.md Fix being able to call arg-less `#[new]` with any args from Python 2022-11-20 08:25:19 +01:00
2760.fixed.md macros: fix the check for applying `METH_NOARGS` 2022-11-20 09:00:42 +01:00