pyo3/src
Alexander Niederbühl 3fae391a3c Ignore missing `# Safety` section in ffi module 2019-12-28 03:54:41 +01:00
..
class Remove #[init] attribute 2019-10-31 19:39:53 +09:00
ffi FFI for PEP 590 Vectorcall 2019-10-23 21:40:38 +00:00
types dict: implement FromPyObject for BTreeMap 2019-12-24 18:53:19 +05:30
buffer.rs Remove mem::forget from PyBuffer::release 2019-09-14 16:56:11 +09:00
callback.rs Replace IntoPyObject with IntoPy<PyObject> 2019-08-24 19:23:28 +02:00
conversion.rs Run `cargo fmt` on source code and update `CHANGELOG.md` 2019-10-07 17:12:32 +02:00
derive_utils.rs Merge pull request #585 from andersk/drain-gil 2019-09-05 12:46:35 +02:00
err.rs Fix docs on how to obtain object from PyErr 2019-12-05 00:56:10 +02:00
exceptions.rs Fix `create_exception` macro not using an unsafe impl 2019-03-31 05:40:06 +02:00
freelist.rs Drop support for python2 2019-03-29 12:37:26 +00:00
gil.rs Use Unsendable alias instead of Phantomdata<Rc<()>> 2019-10-27 23:12:59 +09:00
instance.rs Use Unsendable alias instead of Phantomdata<Rc<()>> 2019-10-27 23:12:59 +09:00
internal_tricks.rs Use Unsendable alias instead of Phantomdata<Rc<()>> 2019-10-27 23:12:59 +09:00
lib.rs Ignore missing `# Safety` section in ffi module 2019-12-28 03:54:41 +01:00
marshal.rs marshal: Add example to documentation of `dumps`. 2019-04-26 10:10:50 +02:00
object.rs FromPy implies IntoPy 2019-08-25 23:52:56 +02:00
objectprotocol.rs Fix clippy::len_without_is_empty 2019-05-04 15:36:10 +02:00
prelude.rs Replace IntoPyObject with IntoPy<PyObject> 2019-08-24 19:23:28 +02:00
python.rs Fix documentation typo 2019-12-17 09:42:00 +00:00
type_object.rs Remove #[init] attribute 2019-10-31 19:39:53 +09:00