.. |
ui
|
Doc fixes, changelog and rename.
|
2020-09-05 10:20:22 +02:00 |
common.rs
|
|
|
test_arithmetics.rs
|
Simplify test cases where both __*__ and __r*__ are defined
|
2020-08-20 14:53:47 +09:00 |
test_buffer_protocol.rs
|
Implement std::error::Error for PyErr
|
2020-09-10 19:04:24 +01:00 |
test_bytes.rs
|
Make python function wrapper creation fallible.
|
2020-09-03 15:48:32 +02:00 |
test_class_attributes.rs
|
Rename exceptions to PyException etc; reintroduce deprecated ones
|
2020-07-18 06:02:57 +01:00 |
test_class_basics.rs
|
Change unsendable test to use Rust thread
|
2020-08-08 17:45:41 +01:00 |
test_class_conversion.rs
|
|
|
test_class_new.rs
|
|
|
test_compile_error.rs
|
Possible to pass PyModule as first arg.
|
2020-09-04 09:01:21 +02:00 |
test_datetime.rs
|
|
|
test_dict_iter.rs
|
|
|
test_dunder.rs
|
Implement std::error::Error for PyErr
|
2020-09-10 19:04:24 +01:00 |
test_exceptions.rs
|
Merge pull request #1115 from davidhewitt/std-py-err
|
2020-09-10 21:17:11 +01:00 |
test_frompyobject.rs
|
Implement std::error::Error for PyErr
|
2020-09-10 19:04:24 +01:00 |
test_gc.rs
|
Various fixes to edge cases with GILGuard
|
2020-08-06 14:32:59 +01:00 |
test_getter_setter.rs
|
|
|
test_inheritance.rs
|
Rename exceptions to PyException etc; reintroduce deprecated ones
|
2020-07-18 06:02:57 +01:00 |
test_mapping.rs
|
Implement std::error::Error for PyErr
|
2020-09-10 19:04:24 +01:00 |
test_methods.rs
|
Enable &Self in #[pymethods] again
|
2020-07-28 20:55:38 +09:00 |
test_module.rs
|
Change add_function, ensure static docstrings.
|
2020-09-09 12:37:37 +02:00 |
test_pyfunction.rs
|
Change add_function, ensure static docstrings.
|
2020-09-09 12:37:37 +02:00 |
test_pyself.rs
|
Remove AsPyRef for just Py::as_ref
|
2020-08-09 22:47:54 +01:00 |
test_sequence.rs
|
Implement std::error::Error for PyErr
|
2020-09-10 19:04:24 +01:00 |
test_string.rs
|
Make python function wrapper creation fallible.
|
2020-09-03 15:48:32 +02:00 |
test_text_signature.rs
|
Make python function wrapper creation fallible.
|
2020-09-03 15:48:32 +02:00 |
test_unsendable_dict.rs
|
Add testcase for unsendable, dict, weakref pyclass.
|
2020-07-21 10:42:36 +02:00 |
test_variable_arguments.rs
|
|
|
test_various.rs
|
Merge pull request #1115 from davidhewitt/std-py-err
|
2020-09-10 21:17:11 +01:00 |