.. |
ui
|
Apply suggestions from code review
|
2020-03-23 13:18:38 +09:00 |
common.rs
|
Inhibit positional args after *
|
2020-03-06 14:01:27 +09:00 |
test_arithmetics.rs
|
chmod -x for test files
|
2020-03-27 00:41:01 +09:00 |
test_buffer_protocol.rs
|
Merge branch 'master' into pycell
|
2020-02-25 20:15:17 +09:00 |
test_bytes.rs
|
Remove test_get_pybytes
|
2019-10-20 15:12:17 +02:00 |
test_class_basics.rs
|
Fix for PyObject with `#[pyo3(get)]`
|
2020-02-07 19:31:13 +00:00 |
test_class_conversion.rs
|
Fix PySelf and AsPyRef
|
2020-02-16 23:54:55 +09:00 |
test_class_new.rs
|
Fix PyCell to share BorrowFlag with parents
|
2020-02-15 18:13:39 +09:00 |
test_compile_error.rs
|
More ergonomic error messages for invalid #[pyclass] args
|
2020-03-22 17:13:02 +09:00 |
test_datetime.rs
|
chmod -x for test files
|
2020-03-27 00:41:01 +09:00 |
test_dict_iter.rs
|
Address clippy::unreadable_literal issues
|
2019-08-17 14:10:35 +02:00 |
test_dunder.rs
|
chmod -x for test files
|
2020-03-27 00:41:01 +09:00 |
test_exceptions.rs
|
Bump minimum Rust version to 1.42.0-nightly
|
2020-02-09 10:54:00 +00:00 |
test_gc.rs
|
Remove GILPool::new_no_pointer
|
2020-03-26 19:45:32 +09:00 |
test_getter_setter.rs
|
Introduce PyClassInitializer
|
2019-12-15 21:04:36 +09:00 |
test_inheritance.rs
|
Expose PyAny to lib.rs and prelude
|
2020-03-18 13:38:18 +09:00 |
test_mapping.rs
|
Fix accidently changed file permission
|
2019-12-24 12:27:22 +09:00 |
test_methods.rs
|
Retrieve FromPyObject implementation for &PySequence
|
2020-03-22 20:00:21 +09:00 |
test_module.rs
|
Fix PyModule::dict
|
2020-03-16 15:45:54 +09:00 |
test_pyself.rs
|
Merge branch 'master' into pycell
|
2020-02-17 00:07:15 +09:00 |
test_sequence.rs
|
Expose PyAny to lib.rs and prelude
|
2020-03-18 13:38:18 +09: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_variable_arguments.rs
|
Expose py_run macro
|
2019-06-13 18:18:06 +09:00 |
test_various.rs
|
Fix PySelf and AsPyRef
|
2020-02-16 23:54:55 +09:00 |