.. |
.gitignore
|
use towncrier to generate CHANGELOG
|
2022-09-08 07:58:53 +01:00 |
3156.added.md
|
Add `PyFrozenSetBuilder`
|
2023-06-13 15:59:35 -05:00 |
3185.fixed.md
|
Fix `abi3` conversion of `__complex__` classes
|
2023-06-02 10:09:45 +01:00 |
3197.added.md
|
Add `IpAddr` <-> `ipaddress.IPv(4/6)Address` conversion
|
2023-06-08 13:17:45 +02:00 |
3198.added.md
|
Add abi3 + num_bigint conversion
|
2023-06-02 16:17:49 +09: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 |
3248.added.md
|
Add PyErr_GetRaisedException(), PyErr_SetRaisedException() to FFI
|
2023-06-16 14:49:22 +00:00 |
3258.packaging.md
|
Add changelog entry for bumping hashbrown dependency.
|
2023-06-20 19:41:45 +02:00 |
3263.added.md
|
Add Python::with_pool as a safer alternative to Python::new_pool.
|
2023-06-21 08:05:19 +02:00 |
3270.added.md
|
add `PyDict::get_item_with_error` for PyPy
|
2023-06-25 19:26:08 +01:00 |
3271.fixed.md
|
stop suppressing unrelated exceptions in `PyAny::hasattr`
|
2023-06-27 23:20:22 +01:00 |
3277.packaging.md
|
Extended range of supported versions of `indexmap` optional dependency to include version 2.
|
2023-06-26 23:23:12 +02: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 |
3286.fixed.md
|
Apparently, PySet_Add does not steal a reference, hence we should not forget to clean up ours.
|
2023-07-02 20:43:43 +02:00 |
3287.added.md
|
Allow `#[new]` to return existing instances
|
2023-07-02 19:57:53 -04:00 |
3289.packaging.md
|
support PyPy 3.10
|
2023-07-03 11:26:45 +01:00 |