.. |
ui
|
Make rename_all accept a renaming rule, allow applying it to classes as well
|
2023-08-15 10:15:48 +02:00 |
common.rs
|
Factor out UnraisableCapture helper type and use it to check that dropping unsendable elsewhere calls into sys.unraisablehook
|
2023-05-25 20:17:55 +02:00 |
test_anyhow.rs
|
clippy: enable some more lints
|
2022-03-03 07:23:28 +00:00 |
test_append_to_inittab.rs
|
add PyErr::display
|
2023-07-24 22:14:55 +01:00 |
test_arithmetics.rs
|
Use Python:;with_gil in tests
|
2022-07-19 19:34:23 +02:00 |
test_buffer.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
test_buffer_protocol.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
test_bytes.rs
|
Use Python:;with_gil in tests
|
2022-07-19 19:34:23 +02:00 |
test_class_attributes.rs
|
Test renaming rules
|
2023-08-16 18:24:19 +02:00 |
test_class_basics.rs
|
Factor out UnraisableCapture helper type and use it to check that dropping unsendable elsewhere calls into sys.unraisablehook
|
2023-05-25 20:17:55 +02:00 |
test_class_conversion.rs
|
Use Python:;with_gil in tests
|
2022-07-19 19:34:23 +02:00 |
test_class_new.rs
|
add PyErr::display
|
2023-07-24 22:14:55 +01:00 |
test_compile_error.rs
|
Give a better error message for Python in traverse
|
2023-06-19 23:25:51 +02:00 |
test_datetime.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
test_default_impls.rs
|
fix some typos
|
2022-04-24 22:06:32 +08:00 |
test_dict_iter.rs
|
ci: updates for rust 1.71
|
2023-07-14 12:10:37 +01:00 |
test_enum.rs
|
Make rename_all accept a renaming rule, allow applying it to classes as well
|
2023-08-15 10:15:48 +02:00 |
test_exceptions.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
test_field_cfg.rs
|
Resolve nightly clippy warning in test_field_cfg
|
2023-07-11 05:55:57 -04:00 |
test_frompyobject.rs
|
fix clippy warnings uncovered by msrv bump
|
2023-06-05 07:08:27 +01:00 |
test_gc.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
test_getter_setter.rs
|
fix compile failure for getter with return lifetime of self
|
2023-07-29 21:20:10 +01:00 |
test_inheritance.rs
|
add PyErr::display
|
2023-07-24 22:14:55 +01:00 |
test_macro_docs.rs
|
Drop test indirection required only until Rust 1.54.
|
2023-06-05 12:43:15 +02:00 |
test_macros.rs
|
add `#[pyo3(signature = (...))]` attribute (#2702)
|
2022-10-25 07:23:21 +01:00 |
test_mapping.rs
|
Update PyTryFrom for PyMapping and PySequence to more accurately check types (#2477)
|
2022-08-10 21:03:18 +01:00 |
test_methods.rs
|
remove all functionality deprecated in PyO3 0.18
|
2023-06-13 22:27:43 +01:00 |
test_module.rs
|
add `#[pyo3(signature = (...))]` attribute (#2702)
|
2022-10-25 07:23:21 +01:00 |
test_multiple_pymethods.rs
|
Use Python::get_type() instead of PyTypeInfo::type_object()
|
2022-11-20 15:16:18 +01:00 |
test_no_imports.rs
|
fix clippy warnings uncovered by msrv bump
|
2023-06-05 07:08:27 +01:00 |
test_pep_587.rs
|
clippy: deny / fix used-underscope-binding lint
|
2023-07-16 20:49:45 +01:00 |
test_proto_methods.rs
|
add PyErr::display
|
2023-07-24 22:14:55 +01:00 |
test_pyfunction.rs
|
remove all functionality deprecated in PyO3 0.18
|
2023-06-13 22:27:43 +01:00 |
test_pyself.rs
|
Use Python:;with_gil in tests
|
2022-07-19 19:34:23 +02:00 |
test_sequence.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
test_serde.rs
|
Py/PyAny: remove PartialEq impl and add is() (#2183)
|
2022-02-25 19:39:45 +00:00 |
test_static_slots.rs
|
Test static __getitem__ as well as __len__
|
2023-03-18 13:56:51 +00:00 |
test_string.rs
|
Use Python:;with_gil in tests
|
2022-07-19 19:34:23 +02:00 |
test_super.rs
|
Add super object (#2486)
|
2022-07-03 19:21:15 +01:00 |
test_text_signature.rs
|
Do not assert class text signature using the limited API before version 3.10 as we do not support it.
|
2023-05-04 18:28:43 +02:00 |
test_unsendable_dict.rs
|
Use Python:;with_gil in tests
|
2022-07-19 19:34:23 +02:00 |
test_variable_arguments.rs
|
add `#[pyo3(signature = (...))]` attribute (#2702)
|
2022-10-25 07:23:21 +01:00 |
test_various.rs
|
Use Python:;with_gil in tests
|
2022-07-19 19:34:23 +02:00 |
test_wrap_pyfunction_deduction.rs
|
Add more lints
|
2022-03-23 08:07:28 +01:00 |