pyo3/src
Alex Gaynor 877667a1c6 Improved documentation 2020-10-11 15:18:05 -04:00
..
class Merge branch 'master' into abi3-merge-master 2020-10-10 10:11:49 -04:00
err Update src/err/mod.rs 2020-09-12 09:47:42 -04:00
ffi Remove symbols not available in abi3 2020-09-23 22:30:07 -04:00
types Merge branch 'master' into abi3-merge-master 2020-10-10 10:11:49 -04:00
buffer.rs Fix clippy warnings 2020-10-09 00:28:16 +09:00
callback.rs Implement std::error::Error for PyErr 2020-09-10 19:04:24 +01:00
conversion.rs Rewrite documentation for FromPy and PyObject changes 2020-08-09 12:29:25 +01:00
derive_utils.rs Merge pull request #1115 from davidhewitt/std-py-err 2020-09-10 21:17:11 +01:00
exceptions.rs Merge branch 'master' into abi3-merge-master 2020-10-10 10:11:49 -04:00
freelist.rs Remove finalizer code that was never reachable and switch field access 2020-09-14 12:21:28 -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 Merge branch 'master' into abi3-merge-master 2020-10-10 10:11:49 -04: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 Improved documentation 2020-10-11 15:18:05 -04: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 Add wrapper for PyErr_CheckSignals() to Python. 2020-10-08 15:22:30 +02:00
type_object.rs Merge branch 'master' into abi3-merge-master 2020-10-10 10:11:49 -04:00