pyo3/src
Georg Brandl ead86bd666 PySequence: add missing tests 2021-08-23 16:38:59 +02:00
..
class buffer, cmp doc 2021-06-30 18:31:27 +08:00
conversions - `PyList`, `PyTuple` and `PySequence`'s `get_item` now accepts only `usize` indices instead of `isize`. 2021-08-17 15:01:22 +01:00
err Merge pull request #1751 from davidhewitt/pyany-py 2021-08-17 14:10:16 +01:00
ffi ffi: PyPy and Python 3.10 attributes for unicodeobject 2021-08-14 10:09:57 -07:00
impl_ add documentation 2021-06-29 18:35:28 +08:00
types PySequence: add missing tests 2021-08-23 16:38:59 +02:00
buffer.rs Merge pull request #1751 from davidhewitt/pyany-py 2021-08-17 14:10:16 +01:00
callback.rs callback: add #[inline] to callback conversion code 2021-05-17 08:14:05 +01:00
conversion.rs Merge pull request #1786 from mejrs/with_gil2 2021-08-13 12:39:17 +01:00
derive_utils.rs pyany: add PyAny::py() 2021-08-13 08:00:13 +01:00
exceptions.rs Merge pull request #1751 from davidhewitt/pyany-py 2021-08-17 14:10:16 +01:00
gil.rs gil: add unsafe variation for obtaining GIL without checks 2021-08-08 15:40:10 -07:00
impl_.rs pyclass: refactor initialization, call native type dealloc 2021-06-23 07:45:51 +01:00
instance.rs Improve documentation about when we free memory, resolves #311 (#1807) 2021-08-21 09:23:10 +01:00
internal_tricks.rs Add PyList::slice and fix index types of PyTuple::slice, PyList::insert and PyList::set_item. 2021-08-17 09:45:06 +02:00
lib.rs deduplicate documentation 2021-08-19 22:55:39 +02:00
marshal.rs tests: switch to python_with_gil 2021-08-12 02:47:41 +02:00
num_bigint.rs pyany: add PyAny::py() 2021-08-13 08:00:13 +01:00
num_complex.rs pyany: add PyAny::py() 2021-08-13 08:00:13 +01:00
once_cell.rs docs: use pyo3.rs/latest instead of pyo3.rs/main 2021-07-24 08:47:02 +01:00
panic.rs simple module doc 2021-06-30 18:03:53 +08:00
prelude.rs Add `wrap_pyfunction` macro to prelude 2021-06-24 22:34:55 +08:00
pycell.rs pycell: proofread docstrings 2021-08-01 00:23:59 +02:00
pyclass.rs Change `PyErr::fetch` to return an `Option<PyErr>` 2021-08-11 23:44:40 +01:00
pyclass_init.rs Change `PyErr::fetch` to return an `Option<PyErr>` 2021-08-11 23:44:40 +01:00
pyclass_slots.rs Apply suggestions from code review 2021-08-01 10:11:46 +02:00
python.rs Improve documentation about when we free memory, resolves #311 (#1807) 2021-08-21 09:23:10 +01:00
serde.rs type_object: remove layout and base type from PyTypeInfo 2021-05-04 21:39:42 +01:00
type_object.rs pyany: add PyAny::py() 2021-08-13 08:00:13 +01:00