pyo3/src
2019-11-23 17:09:10 +09: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 Make &Py~ types unsendable 2019-10-27 23:13:07 +09:00
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 compile error in the latest nightly 2019-11-23 16:29:49 +09: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 Bump version to 0.8.3 2019-11-23 17:09:10 +09: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 Add doctests for allow_threads 2019-10-28 13:21:30 +09:00
type_object.rs Remove #[init] attribute 2019-10-31 19:39:53 +09:00