pyo3/src
David Hewitt e1d4173827 Fix bug in default implementation of `__ne__` 2023-10-11 09:48:06 +01:00
..
conversions truncate leap seconds on `chrono` to `datetime` conversions 2023-09-24 20:28:43 +01:00
err unify 3.12 and pre-3.12 exception handling pathways 2023-09-30 23:27:27 +01:00
ffi add as_ptr and into_ptr inherent methods 2023-08-11 10:49:42 +01:00
impl_ Fix bug in default implementation of `__ne__` 2023-10-11 09:48:06 +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
tests tests/common.rs -> src/tests/common.rs 2023-09-24 13:34:53 +01:00
types add detail to documentation for `PyDict::get_item` 2023-09-09 12:23:06 +01:00
buffer.rs Update clippy 2023-10-06 23:31:06 +02: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 allow invalid_from_utf8 lint in tests 2023-09-23 12:54:53 +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 add assert_warnings test helper 2023-09-23 13:14:18 +01:00
macros.rs prefer inner / _private naming 2023-07-04 21:03:24 +01:00
marker.rs move it into the inline module. 2023-09-29 17:22:27 +02: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
test_utils.rs truncate leap seconds on `chrono` to `datetime` conversions 2023-09-24 20:28:43 +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