.. |
ui
|
Keyword only arguments (#1209)
|
2020-10-01 13:34:54 +09:00 |
common.rs
|
Refactor py_expect_exception to also verify error string representation
|
2020-10-13 14:02:14 -08:00 |
test_arithmetics.rs
|
Refactor py_expect_exception to also verify error string representation
|
2020-10-13 14:02:14 -08: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
|
Remove ObjectProtocol; Add methods to PyAny and use Deref
|
2020-05-08 10:05:19 +01:00 |
test_class_new.rs
|
Use subclass correctly in tp_new
|
2020-06-22 01:38:13 +09:00 |
test_compile_error.rs
|
Fix support for MSRV
|
2020-10-12 15:46:40 +01:00 |
test_datetime.rs
|
Drop support for Python 3.5
|
2020-10-18 19:02:27 +01:00 |
test_dict_iter.rs
|
Address clippy::unreadable_literal issues
|
2019-08-17 14:10:35 +02:00 |
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
|
Change wording of PyDowncastError display implementation
|
2020-10-14 17:32:00 -08:00 |
test_gc.rs
|
Various fixes to edge cases with GILGuard
|
2020-08-06 14:32:59 +01:00 |
test_getter_setter.rs
|
Allow #[getter] and #[setter] functions to take PyRef
|
2020-06-27 14:55:22 +01:00 |
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
|
Keyword only arguments (#1209)
|
2020-10-01 13:34:54 +09:00 |
test_module.rs
|
Change add_function, ensure static docstrings.
|
2020-09-09 12:37:37 +02:00 |
test_pyfunction.rs
|
Change wording of PyDowncastError display implementation
|
2020-10-14 17:32:00 -08: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
|
Add argument name to TypeError messages caused during argument conversion
|
2020-10-14 17:32:00 -08: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
|
Expose py_run macro
|
2019-06-13 18:18:06 +09:00 |
test_various.rs
|
Merge pull request #1115 from davidhewitt/std-py-err
|
2020-09-10 21:17:11 +01:00 |