pyo3/src
David Hewitt 372176630e guide: doctest function/ subpages 2022-09-27 07:52:14 +01:00
..
conversions Fixed wrong proptest in chrono conversion module 2022-09-22 14:48:55 +02:00
err docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
ffi datetime: support timezone bindings 2022-07-13 22:05:17 +01:00
impl_ pyfunction: fix compile error for Option<&T> argument with a default 2022-09-20 15:44:55 +02:00
inspect docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
pycell docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
pyclass docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
test_hygiene Add macro append_to_inittab 2022-05-24 07:42:15 +01:00
types Improve PyLong/PyFloat doc links to PyAny::extract 2022-09-24 20:59:04 +02:00
buffer.rs docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
callback.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
conversion.rs IntoPy and FromPyObject allow the retrieval of the type information 2022-09-06 21:30:36 +02: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 docs: require docs on all public APIs 2022-09-07 07:42:23 +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 guide: doctest function/ subpages 2022-09-27 07:52:14 +01:00
macros.rs Add macro append_to_inittab 2022-05-24 07:42:15 +01:00
marker.rs docs: note with_gil auto-creates thread state 2022-08-23 20:49:14 +01:00
marshal.rs Add more lints 2022-03-23 08:07:28 +01:00
once_cell.rs docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
panic.rs safety: abort on uncaught panics 2022-08-14 13:47:46 +01:00
prelude.rs pyproto: remove deprecated feature 2022-09-06 08:38:44 +01:00
pycell.rs guide: don't use `::pyo3` 2022-08-23 20:49:14 +01:00
pyclass.rs docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
pyclass_init.rs pyclass: tidy up frozen implementation 2022-08-21 08:21:06 +01:00
type_object.rs docs: require docs on all public APIs 2022-09-07 07:42:23 +01:00
version.rs Add numeric and object protocol examples 2022-02-23 10:09:45 +01:00