pyo3/newsfragments
David Hewitt 5d7dfe2e95 update pydebug.rs for Python 3.12 2023-08-11 11:54:16 +01:00
..
.gitignore use towncrier to generate CHANGELOG 2022-09-08 07:58:53 +01:00
3203.added.md support ordering magic methods for `#[pyclass]` 2023-06-04 13:58:18 +01:00
3208.packaging.md Bump MSRV to 1.56 2023-06-04 23:02:30 +01:00
3222.added.md simple getitem example 2023-06-15 16:39:25 -05:00
3232.removed.md remove all functionality deprecated in PyO3 0.18 2023-06-13 22:27:43 +01:00
3237.packaging.md Extend changelog of indoc bump to include related unindent change as well. 2023-06-20 19:41:02 +02:00
3239.packaging.md Upgrade to syn 2 2023-06-14 07:03:33 -04:00
3281.changed.md handle exceptions properly in `PySet::discard` 2023-06-28 08:54:06 +01:00
3281.fixed.md handle exceptions properly in `PySet::discard` 2023-06-28 08:54:06 +01:00
3321.changed.md collect arrays of objects prior to filling tuple in fixed-size conversions 2023-07-16 20:17:02 +01:00
3336.added.md update pydebug.rs for Python 3.12 2023-08-11 11:54:16 +01:00
3336.changed.md update pydebug.rs for Python 3.12 2023-08-11 11:54:16 +01:00
3366.added.md Implement DoubleEndedIterator for PyListIterator by caching the length while still validating it before access. 2023-08-07 21:37:50 +02:00
3366.fixed.md Implement DoubleEndedIterator for PyTupleIterator 2023-08-07 21:37:50 +02:00
3374.added.md Makes PathBuf FromPyObject implementation work on all os.PathLike 2023-08-08 22:15:56 +02:00
3374.fixed.md Fixes linking of `PyOS_FSPath` on PyPy. 2023-08-09 16:19:17 +02:00