.. |
any.rs
|
add call_bound and call_method_bound
|
2024-01-03 13:24:14 +00:00 |
boolobject.rs
|
Add .as_borrowed() conversion from gil-refs to Bound<T>
|
2023-12-26 09:49:03 +00:00 |
bytearray.rs
|
introduce Bound::as_borrowed
|
2023-12-26 09:49:03 +00:00 |
bytes.rs
|
introduce Bound::as_borrowed
|
2023-12-26 09:49:03 +00:00 |
capsule.rs
|
|
|
code.rs
|
|
|
complex.rs
|
|
|
datetime.rs
|
add new PyTuple constructors
|
2023-12-30 21:37:46 +00:00 |
dict.rs
|
remove IntoIterator for &Bound
|
2023-12-26 13:10:36 +00:00 |
ellipsis.rs
|
replace PyTryFrom by splitting PyTypeInfo
|
2023-12-05 08:01:30 +03:00 |
float.rs
|
Add .as_borrowed() conversion from gil-refs to Bound<T>
|
2023-12-26 09:49:03 +00:00 |
frame.rs
|
|
|
frozenset.rs
|
introduce PyIterator::from_bound_object
|
2024-01-02 14:11:26 +00:00 |
function.rs
|
hold onto module name properly in PyCFunction::internal_new
|
2023-12-14 16:23:53 +00:00 |
iterator.rs
|
introduce PyIterator::from_bound_object
|
2024-01-02 14:11:26 +00:00 |
list.rs
|
add new PyTuple constructors
|
2023-12-30 21:37:46 +00:00 |
mapping.rs
|
Add .as_borrowed() conversion from gil-refs to Bound<T>
|
2023-12-26 09:49:03 +00:00 |
memoryview.rs
|
Add TryFrom impls for PyByteArray and PyMemoryView
|
2023-10-15 17:39:01 +08:00 |
mod.rs
|
implement PyTupleMethods
|
2023-12-30 21:37:46 +00:00 |
module.rs
|
implement PyModuleMethods
|
2023-12-29 21:46:46 +00:00 |
none.rs
|
replace PyTryFrom by splitting PyTypeInfo
|
2023-12-05 08:01:30 +03:00 |
notimplemented.rs
|
replace PyTryFrom by splitting PyTypeInfo
|
2023-12-05 08:01:30 +03:00 |
num.rs
|
|
|
pysuper.rs
|
add gil-refs feature to aid migration
|
2023-12-29 14:42:31 +00:00 |
sequence.rs
|
add new PyTuple constructors
|
2023-12-30 21:37:46 +00:00 |
set.rs
|
introduce PyIterator::from_bound_object
|
2024-01-02 14:11:26 +00:00 |
slice.rs
|
|
|
string.rs
|
introduce Bound::unbind
|
2023-12-26 13:17:12 +00:00 |
traceback.rs
|
amend code for PyDict::get_item change
|
2023-09-09 12:23:06 +01:00 |
tuple.rs
|
implement IntoPy<Py<PyTuple>> for Bound<PyTuple>
|
2023-12-30 21:37:46 +00:00 |
typeobject.rs
|
Defend against mutable type objects when extracting their full name.
|
2023-12-19 16:51:24 +01:00 |