.. |
class
|
Run `cargo fmt` on source code and update `CHANGELOG.md`
|
2019-10-07 17:12:32 +02:00 |
ffi
|
Support conversion between num-bigint and Python Long
|
2019-09-28 17:43:26 +09:00 |
types
|
Implement IntoPy<PyObject> for BigInts
|
2019-10-12 15:13:09 +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
|
Address clippy warning(to_args->from_err_args)
|
2019-09-07 16:07:24 +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
|
Require the GIL to be held to drain the ReleasePool
|
2019-08-29 23:55:59 -07:00 |
instance.rs
|
Fix broken specialized implementations with Rust 1.40
|
2019-10-07 16:01:15 +02:00 |
lib.rs
|
Bump version to 0.8.1
|
2019-10-08 01:52:06 +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
|
[DOC] Add Python from Rust section in the guide
|
2019-09-23 21:44:42 +09:00 |
type_object.rs
|
Require the GIL to be held to drain the ReleasePool
|
2019-08-29 23:55:59 -07:00 |