.. |
.gitignore
|
use towncrier to generate CHANGELOG
|
2022-09-08 07:58:53 +01:00 |
3108.changed.md
|
Add a release note entry
|
2023-08-15 23:39:45 +02: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 |
3359.added.md
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +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 |
3378.changed.md
|
add `__builtins__` to globals in `py.run()` if they're missing
|
2023-08-11 15:48:05 +03:00 |
3385.removed.md
|
Remove IntoPyPointer
|
2023-08-14 16:28:20 -04:00 |
3387.packaging.md
|
Revert "Fix the pydebug with trace refs and count_allocs for python > 3.7"
|
2023-08-15 08:41:22 +01:00 |
3389.changed.md
|
Migrate `PyIterator::from_object` and `PyByteArray::from` from `AsPyPointer` to `&PyAny`
|
2023-08-15 18:03:56 -04:00 |
3391.changed.md
|
Remove usage of `AsPyPointer` in traits for convergint to PyObject
|
2023-08-16 07:03:57 -04:00 |