.. |
conversions
|
ci: adjust tests to avoid chrono panics
|
2023-09-21 08:34:45 +01:00 |
err
|
Unwrap the underlying PyErr when converting an io::Error back to a PyErr
|
2023-08-18 15:56:25 +02:00 |
ffi
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
impl_
|
better Some -wrapping for default arguments
|
2023-09-21 21:14:44 +01:00 |
inspect
|
docs: require docs on all public APIs
|
2022-09-07 07:42:23 +01:00 |
pycell
|
call PyObject_GC_Untrack before deallocating
|
2023-09-09 22:29:58 +01:00 |
pyclass
|
call PyObject_GC_Untrack before deallocating
|
2023-09-09 22:29:58 +01:00 |
test_hygiene
|
Bump Rust edition to 2021 and make current Clippy happy.
|
2023-06-07 21:15:38 +02:00 |
types
|
add detail to documentation for PyDict::get_item
|
2023-09-09 12:23:06 +01:00 |
buffer.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
callback.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
conversion.rs
|
Merge pull request #3358 from alex/ptr-unsafe-trait
|
2023-09-04 05:05:56 +00:00 |
derive_utils.rs
|
remove copyright headers from source files
|
2023-06-03 22:38:54 +01:00 |
exceptions.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
gil.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
impl_.rs
|
better Some -wrapping for default arguments
|
2023-09-21 21:14:44 +01:00 |
instance.rs
|
fixes #3325 -- mark AsPyPointer as unsafe trait
|
2023-08-18 10:16:34 -04:00 |
internal_tricks.rs
|
support text_signature on #[new]
|
2023-05-04 07:15:11 +01:00 |
lib.rs
|
Remove IntoPyPointer
|
2023-08-14 16:28:20 -04:00 |
macros.rs
|
prefer inner / _private naming
|
2023-07-04 21:03:24 +01:00 |
marker.rs
|
amend code for PyDict::get_item change
|
2023-09-09 12:23:06 +01:00 |
marshal.rs
|
Add more lints
|
2022-03-23 08:07:28 +01:00 |
panic.rs
|
safety: abort on uncaught panics
|
2022-08-14 13:47:46 +01:00 |
prelude.rs
|
Remove IntoPyPointer
|
2023-08-14 16:28:20 -04:00 |
pycell.rs
|
workaround BaseException issue on Python versions before 3.11
|
2023-09-10 22:16:17 +02:00 |
pyclass.rs
|
call PyObject_GC_Untrack before deallocating
|
2023-09-09 22:29:58 +01:00 |
pyclass_init.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
sync.rs
|
amend code for PyDict::get_item change
|
2023-09-09 12:23:06 +01:00 |
type_object.rs
|
add as_ptr and into_ptr inherent methods
|
2023-08-11 10:49:42 +01:00 |
version.rs
|
Add numeric and object protocol examples
|
2022-02-23 10:09:45 +01:00 |