.. |
class
|
More docs
|
2020-02-28 16:49:25 +09:00 |
ffi
|
Make FFIs Python3.8 compatible
|
2020-03-02 20:12:12 +09:00 |
types
|
docstrings: fixes, also point to the new guide chapter
|
2020-03-17 10:04:29 +01:00 |
buffer.rs
|
avoid calling ffi::PyBuffer_Release twice in PyBuffer::release
|
2020-02-28 16:59:44 -05:00 |
callback.rs
|
More docs
|
2020-02-28 16:49:25 +09:00 |
conversion.rs
|
More documents for AsPyRef and PyRef
|
2020-02-25 19:56:58 +09:00 |
derive_utils.rs
|
Fix the interpretation of '*'
|
2020-03-04 23:48:46 +09:00 |
err.rs
|
Fix PySelf and AsPyRef
|
2020-02-16 23:54:55 +09:00 |
exceptions.rs
|
Rewrite LazyTypeObjects without once_cell
|
2020-02-07 00:10:27 +09:00 |
freelist.rs
|
Use PyBorrowFlagLayout to ensure the baseclass has a borrow flag
|
2020-02-23 01:02:14 +09:00 |
gil.rs
|
Use parking_lot::Mutex instead of spin::Mutex
|
2020-01-16 13:53:54 +00:00 |
instance.rs
|
docstrings: fixes, also point to the new guide chapter
|
2020-03-17 10:04:29 +01:00 |
internal_tricks.rs
|
Prototype Implementation of RefCell-like PyCell
|
2020-02-10 16:13:15 +09:00 |
lib.rs
|
docstrings: fixes, also point to the new guide chapter
|
2020-03-17 10:04:29 +01:00 |
marshal.rs
|
marshal: Add example to documentation of dumps .
|
2019-04-26 10:10:50 +02:00 |
object.rs
|
docstrings: fixes, also point to the new guide chapter
|
2020-03-17 10:04:29 +01:00 |
objectprotocol.rs
|
Remove ObjectProtocol::get_base and fix class.md
|
2020-03-02 13:08:37 +09:00 |
prelude.rs
|
Fix PyCell to share BorrowFlag with parents
|
2020-02-15 18:13:39 +09:00 |
pycell.rs
|
Unify AsPyRef for Py<T> to make rust-numpy work
|
2020-03-09 18:31:43 +09:00 |
pyclass.rs
|
Address review comments
|
2020-03-01 12:58:28 +09:00 |
pyclass_init.rs
|
Address review comments
|
2020-03-01 12:58:28 +09:00 |
pyclass_slots.rs
|
Refine tests and documents around pyclass.rs
|
2020-01-08 22:44:50 +09:00 |
python.rs
|
Fix PySelf and AsPyRef
|
2020-02-16 23:54:55 +09:00 |
type_object.rs
|
Unify AsPyRef for Py<T> to make rust-numpy work
|
2020-03-09 18:31:43 +09:00 |