pyo3/src
mejrs f1e5d4c9a1 Un-ignore and expand on doc examples 2022-05-03 00:47:09 +02:00
..
class fix some typos 2022-04-24 22:06:32 +08:00
conversions Allow more methods to take interned arguments (#2312) 2022-05-02 11:13:15 +02:00
err Un-ignore and expand on doc examples 2022-05-03 00:47:09 +02:00
ffi ffi: fix segfault in _GET_TZINFO methods 2022-04-10 10:27:50 +01:00
impl_ opt: tidy some generic code bloat 2022-04-26 05:36:57 +01:00
test_hygiene Gather test coverage with stable rust 2022-04-08 14:24:10 +02:00
types Un-ignore and expand on doc examples 2022-05-03 00:47:09 +02:00
buffer.rs Add more lints 2022-03-23 08:07:28 +01:00
callback.rs Un-ignore and expand on doc examples 2022-05-03 00:47:09 +02:00
conversion.rs Expand conversions documentation 2022-05-03 00:46:53 +02:00
derive_utils.rs pyfunction: allow wrap_pyfunction to work on imports (even cross-crate) 2022-01-07 08:43:05 +00:00
exceptions.rs cleanup: deprecate PyTypeObject trait 2022-04-23 13:36:32 +01:00
gil.rs Un-ignore and expand on doc examples 2022-05-03 00:47:09 +02:00
impl_.rs pyfunction: allow wrap_pyfunction to work on imports (even cross-crate) 2022-01-07 08:43:05 +00:00
instance.rs Allow more methods to take interned arguments (#2312) 2022-05-02 11:13:15 +02:00
internal_tricks.rs cleanup: always enable #[track_caller] 2022-01-16 19:16:36 +00:00
lib.rs Un-ignore and expand on doc examples 2022-05-03 00:47:09 +02:00
macros.rs Add numeric and object protocol examples 2022-02-23 10:09:45 +01:00
marker.rs Allow more methods to take interned arguments (#2312) 2022-05-02 11:13:15 +02:00
marshal.rs Add more lints 2022-03-23 08:07:28 +01:00
once_cell.rs Isolate interned strings from their dynamic environment to avoid calling multiple times them with different text values yielding inconsistent results. 2022-04-04 22:04:46 +02:00
panic.rs opt: improve handle_panic generated code 2021-12-24 00:17:04 +00:00
prelude.rs Add numeric and object protocol examples 2022-02-23 10:09:45 +01:00
pycell.rs Un-ignore and expand on doc examples 2022-05-03 00:47:09 +02:00
pyclass.rs better mutability inheritance rules 2022-04-21 20:51:28 +01:00
pyclass_init.rs fix some typos 2022-04-24 22:06:32 +08:00
type_object.rs fix some typos 2022-04-24 22:06:32 +08:00
version.rs Add numeric and object protocol examples 2022-02-23 10:09:45 +01:00