pyo3/src
2020-02-10 15:13:19 +09:00
..
class Fix docstrings generated by [pyo3(get, set)] 2020-02-03 08:01:30 +00:00
ffi Remove unnecessary parentheses from FFI 2020-02-08 14:27:59 +09:00
types Make PyTypeInfo::type_object return &'static instead of NonNull 2020-02-06 19:11:59 +09:00
buffer.rs Fix clippy warnings 2020-02-08 19:25:52 +00:00
callback.rs Replace IntoPyObject with IntoPy<PyObject> 2019-08-24 19:23:28 +02:00
conversion.rs FromPyObject for #[pyclass] with T: Clone 2020-01-24 08:57:28 +00:00
derive_utils.rs Changes from PR#760 2020-02-09 11:06:44 +00:00
err.rs Remove even more uses of static mut 2020-01-30 13:24:55 +00:00
exceptions.rs Rewrite LazyTypeObjects without once_cell 2020-02-07 00:10:27 +09:00
freelist.rs Make PyTypeInfo::type_object return &'static instead of NonNull 2020-02-06 19:11:59 +09:00
gil.rs Use parking_lot::Mutex instead of spin::Mutex 2020-01-16 13:53:54 +00:00
instance.rs Implement From<&PyNativeType> for Py 2020-02-02 15:28:44 +09:00
internal_tricks.rs Make PyClassShell have dict&weakref 2019-12-08 17:18:25 +09:00
lib.rs Fix clippy warnings 2020-02-08 19:25:52 +00:00
marshal.rs marshal: Add example to documentation of dumps. 2019-04-26 10:10:50 +02:00
object.rs Resolve some clippy complains 2019-12-23 18:05:06 +09:00
objectprotocol.rs Fix clippy::len_without_is_empty 2019-05-04 15:36:10 +02:00
prelude.rs Fix use order in prelude 2020-01-07 17:38:20 +09:00
pyclass.rs Rewrite LazyTypeObjects without once_cell 2020-02-07 00:10:27 +09:00
pyclass_init.rs Refine tests and documents around pyclass.rs 2020-01-08 22:44:50 +09:00
pyclass_slots.rs Refine tests and documents around pyclass.rs 2020-01-08 22:44:50 +09:00
python.rs Make it enable to safely inherit native types 2019-12-21 23:28:55 +09:00
type_object.rs Use AtomicBool for lazy types 2020-02-08 14:03:57 +09:00