.. |
ui
|
Remove AsPyRef for just Py::as_ref
|
2020-08-09 22:47:54 +01:00 |
common.rs
|
Inhibit positional args after *
|
2020-03-06 14:01:27 +09:00 |
test_arithmetics.rs
|
More tests for RHS
|
2020-08-20 14:33:47 +09:00 |
test_buffer_protocol.rs
|
Rename exceptions to PyException etc; reintroduce deprecated ones
|
2020-07-18 06:02:57 +01:00 |
test_bytes.rs
|
Add conversion table to guide
|
2020-05-19 22:22:38 +01: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
|
Apply suggestions from code review
|
2020-06-27 14:56:15 +01:00 |
test_datetime.rs
|
Use paste instead of nightly concat_idents in datetime tests
|
2020-06-18 18:15:36 +09:00 |
test_dict_iter.rs
|
Address clippy::unreadable_literal issues
|
2019-08-17 14:10:35 +02:00 |
test_dunder.rs
|
Improve lifetime insertions for #[pyproto]
|
2020-08-10 15:18:16 +09:00 |
test_exceptions.rs
|
Rename exceptions to PyException etc; reintroduce deprecated ones
|
2020-07-18 06:02:57 +01: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
|
Rename exceptions to PyException etc; reintroduce deprecated ones
|
2020-07-18 06:02:57 +01:00 |
test_methods.rs
|
Enable &Self in #[pymethods] again
|
2020-07-28 20:55:38 +09:00 |
test_module.rs
|
Various fixes to edge cases with GILGuard
|
2020-08-06 14:32:59 +01:00 |
test_pyfunction.rs
|
Rename exceptions to PyException etc; reintroduce deprecated ones
|
2020-07-18 06:02:57 +01:00 |
test_pyself.rs
|
Remove AsPyRef for just Py::as_ref
|
2020-08-09 22:47:54 +01:00 |
test_sequence.rs
|
Rename exceptions to PyException etc; reintroduce deprecated ones
|
2020-07-18 06:02:57 +01:00 |
test_string.rs
|
Guard against PyUnicode_AsUTF8AndSize returning null
|
2019-10-23 00:39:47 +02:00 |
test_text_signature.rs
|
Rename PyClassShell with PyCell
|
2020-02-08 15:05:13 +09: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
|
Remove AsPyRef for just Py::as_ref
|
2020-08-09 22:47:54 +01:00 |