class
|
adding a small testcase for rhs arithmetics
|
2019-07-21 23:05:03 -04:00 |
ffi
|
marshal: Remove unwrapped ffi functions.
|
2019-04-26 10:10:50 +02:00 |
ffi3
|
Remove an unsafe
|
2019-07-21 14:08:49 +02:00 |
types
|
Address clippy::unreadable_literal issues
|
2019-08-17 14:10:35 +02:00 |
buffer.rs
|
Address clippy::identity_conversion issues
|
2019-08-17 14:10:36 +02: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 |
freelist.rs
|
Drop support for python2
|
2019-03-29 12:37:26 +00:00 |
gil.rs
|
Use [Option<T>; N] in ArrayList
|
2019-07-15 13:32:18 +09:00 |
instance.rs
|
Implement IntoPyObject to PyRef
|
2019-08-11 18:43:50 +09:00 |
lib.rs
|
Replace mashup with paste
|
2019-08-04 23:50:10 +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
|
Ignore remaining clippy lints
|
2019-07-14 22:42:37 +02:00 |
type_object.rs
|
Refactor type_object::initialize_type
|
2019-06-16 21:54:06 +09:00 |