.. |
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
|
Make more constructors return &PyX instead of Py<PyX>
|
2019-05-06 10:33:31 +02: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
|
Allow slf: PyRef<Self> by replacing Self
|
2019-04-23 23:16:09 +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 |
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
|
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
|
Merge pull request #469 from PyO3/remove_doc_comment
|
2019-04-28 18:26:51 +02:00 |
marshal.rs
|
marshal: Add example to documentation of dumps .
|
2019-04-26 10:10:50 +02: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 |