pyo3/src
kngwyu 7d217d2f1f Use some more anonymous lifetimes 2020-11-20 14:55:24 +09:00
..
class Use TypedSlot as internal representation of ffi::PyType_Slot 2020-10-27 00:43:26 +09:00
err pyerr: improve debug & display impls 2020-11-15 16:22:45 +00:00
ffi rust-1.48: fix tests and warnings 2020-11-19 12:49:29 +00:00
types Use some more anonymous lifetimes 2020-11-20 14:55:24 +09:00
buffer.rs msrv: bump to 1.45 2020-11-12 11:33:08 +00:00
callback.rs Implement std::error::Error for PyErr 2020-09-10 19:04:24 +01:00
conversion.rs Use some more anonymous lifetimes 2020-11-20 14:55:24 +09:00
derive_utils.rs Add argument name to TypeError messages caused during argument conversion 2020-10-14 17:32:00 -08:00
exceptions.rs pyerr: improve debug & display impls 2020-11-15 16:22:45 +00:00
freelist.rs Merge branch 'master' into abi3-merge-master 2020-10-19 14:32:49 -04:00
gil.rs Implement std::error::Error for PyErr 2020-09-10 19:04:24 +01:00
instance.rs Improve docs for Py::as_ref() and Py::into_ref() 2020-08-11 08:36:31 +01:00
internal_tricks.rs Make exceptions proper native types. 2020-07-18 01:57:39 +01:00
lib.rs msrv: bump to 1.45 2020-11-12 11:33:08 +00:00
marshal.rs Improved documentation 2020-10-11 15:18:05 -04:00
once_cell.rs Re-enable recursive class attributes 2020-06-23 22:40:29 +02:00
panic.rs Rename exceptions to PyException etc; reintroduce deprecated ones 2020-07-18 06:02:57 +01:00
prelude.rs Derive FromPyObject 2020-08-30 10:22:01 +02:00
pycell.rs Make check warning clean in limited API mode 2020-09-15 07:50:24 -04:00
pyclass.rs msrv: bump to 1.45 2020-11-12 11:33:08 +00:00
pyclass_init.rs Proof of concept of using PEP384s PyType_Spec 2020-09-02 16:54:39 -04:00
pyclass_slots.rs Calculate offsets for weakreflist and dict in PyCell. 2020-07-21 10:38:20 +02:00
python.rs coverage: simplify mechanism for panic=unwind tests 2020-11-12 09:37:41 +00:00
type_object.rs pytypeinfo: rename is_instance to is_type_of 2020-11-15 18:35:16 +00:00