class
|
Fix some clippy lints
|
2019-04-23 21:44:40 +02:00 |
ffi
|
marshal: Remove unwrapped ffi functions.
|
2019-04-26 10:10:50 +02:00 |
ffi3
|
Move marshal module from ffi3 to ffi.
|
2019-04-26 10:10:50 +02:00 |
types
|
Complete the PR
|
2019-05-25 23:19:07 +09:00 |
buffer.rs
|
Drop support for python2
|
2019-03-29 12:37:26 +00:00 |
callback.rs
|
Some api improvements
|
2019-02-23 18:01:22 +01:00 |
conversion.rs
|
Make PyTuple constructors return &PyTuple
|
2019-05-25 22:40:32 +09:00 |
derive_utils.rs
|
Drop support for python2
|
2019-03-29 12:37:26 +00:00 |
err.rs
|
Drop support for python2
|
2019-03-29 12:37:26 +00:00 |
freelist.rs
|
Drop support for python2
|
2019-03-29 12:37:26 +00:00 |
gil.rs
|
Add mistakenly ignored test again
|
2019-04-24 22:41:59 +02:00 |
instance.rs
|
Remove FromPyObject from PyRef
|
2019-04-23 23:16:09 +09:00 |
lib.rs
|
Release 0.7.0
|
2019-05-26 17:27:14 +09:00 |
object.rs
|
Rename PyObjectRef with PyAny
|
2019-03-04 13:50:43 +09:00 |
objectprotocol.rs
|
Fix clippy::len_without_is_empty
|
2019-05-04 15:36:10 +02:00 |
prelude.rs
|
Drop support for python2
|
2019-03-29 12:37:26 +00:00 |
python.rs
|
Change Python::run to return PyResult<()>
|
2019-05-08 15:49:24 +09:00 |
type_object.rs
|
Enable setting the module name of a class
|
2019-05-08 23:39:22 +02:00 |