pyo3/src
2022-08-20 07:14:26 +01:00
..
class pyfunction: use extract_argument with holder to avoid extractext 2022-07-14 08:42:22 +01:00
conversions Fix IntoPyCallbackOutput paper cuts (#2326) 2022-05-09 18:15:43 +01:00
err safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
ffi datetime: support timezone bindings 2022-07-13 22:05:17 +01:00
impl_ pyclass: add sequence option to implement sq_length 2022-08-20 07:14:26 +01:00
test_hygiene Add macro append_to_inittab 2022-05-24 07:42:15 +01:00
types safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
buffer.rs Increasing test coverage (#2462) 2022-06-23 21:30:22 +01:00
callback.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
conversion.rs Rust 1.62 (#2489) 2022-07-02 16:08:01 +01:00
derive_utils.rs pyfunction: use extract_argument with holder to avoid extractext 2022-07-14 08:42:22 +01:00
exceptions.rs Update Python to 3.11.0b4 in emscripten test (#2507) 2022-07-15 20:39:58 +01:00
gil.rs Deprecate acquire_gil 2022-08-15 03:34:47 +02:00
impl_.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
instance.rs Fix PyObject_CallNoArgs python version cfg (#2476) 2022-06-23 21:31:44 +01:00
internal_tricks.rs Remove #[doc(hidden)] from trait impl items (#2365) 2022-05-10 19:26:53 +01:00
lib.rs refactor: remove all 0.15 deprecations 2022-07-15 06:33:14 +01:00
macros.rs Add macro append_to_inittab 2022-05-24 07:42:15 +01:00
marker.rs Deprecate acquire_gil 2022-08-15 03:34:47 +02:00
marshal.rs Add more lints 2022-03-23 08:07:28 +01:00
once_cell.rs macros: simpler expansion for intern! 2022-06-02 09:57:58 +01:00
panic.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
prelude.rs wrap_x: change macros back to macro_rules! 2022-05-14 20:42:07 +01:00
pycell.rs clippy: fix some warnings from beta toolchain 2022-07-12 23:02:47 +01:00
pyclass.rs pyclass: add sequence option to implement sq_length 2022-08-20 07:14:26 +01:00
pyclass_init.rs opt: remove some generic code bloat 2022-06-22 22:53:32 +01:00
type_object.rs llvm-lines: use iterator to collect class items 2022-06-25 22:03:28 +01:00
version.rs Add numeric and object protocol examples 2022-02-23 10:09:45 +01:00