.. |
class
|
Inhibit __ipow__ to take Modulo
|
2020-03-30 03:01:44 +09:00 |
ffi
|
_PyDict_Next(), _PyDict_Contains(), _PyObject_GetDictPtr()
|
2020-03-18 22:46:51 +00:00 |
types
|
Retrieve FromPyObject implementation for &PySequence
|
2020-03-22 20:00:21 +09:00 |
buffer.rs
|
Expose PyAny to lib.rs and prelude
|
2020-03-18 13:38:18 +09:00 |
callback.rs
|
More docs
|
2020-02-28 16:49:25 +09:00 |
conversion.rs
|
Expose PyAny to lib.rs and prelude
|
2020-03-18 13:38:18 +09:00 |
derive_utils.rs
|
Fix the interpretation of '*'
|
2020-03-04 23:48:46 +09:00 |
err.rs
|
Fix tests
|
2020-03-17 16:49:48 +01:00 |
exceptions.rs
|
lib: overhaul docstrings
|
2020-03-17 15:16:30 +01:00 |
freelist.rs
|
Use PyBorrowFlagLayout to ensure the baseclass has a borrow flag
|
2020-02-23 01:02:14 +09:00 |
gil.rs
|
Speficy METH_COEXIST for some number methods except
|
2020-03-30 02:02:57 +09:00 |
instance.rs
|
Expose PyAny to lib.rs and prelude
|
2020-03-18 13:38:18 +09:00 |
internal_tricks.rs
|
Prototype Implementation of RefCell-like PyCell
|
2020-02-10 16:13:15 +09:00 |
lib.rs
|
Bump version to 0.9.1
|
2020-03-23 18:55:24 +09:00 |
marshal.rs
|
lib: overhaul docstrings
|
2020-03-17 15:16:30 +01:00 |
object.rs
|
lib: overhaul docstrings
|
2020-03-17 15:16:30 +01:00 |
objectprotocol.rs
|
lib: overhaul docstrings
|
2020-03-17 15:16:30 +01:00 |
prelude.rs
|
Expose PyAny to lib.rs and prelude
|
2020-03-18 13:38:18 +09:00 |
pycell.rs
|
Change PyBorrowError and PyBorrowMutError to inherit RuntimeError
|
2020-03-19 13:47:37 +09:00 |
pyclass.rs
|
Remove GILPool::new_no_pointer
|
2020-03-26 19:45:32 +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
|
lib: overhaul docstrings
|
2020-03-17 15:16:30 +01:00 |
type_object.rs
|
lib: overhaul docstrings
|
2020-03-17 15:16:30 +01:00 |