pyo3/src
Yuji Kanagawa e9cb69b2e1
Merge pull request #1401 from davidhewitt/more-guide-sublevels
guide: organise more chapters into sublevels
2021-01-27 17:48:14 +09:00
..
class Prefer to use std::os::raw type definitions 2021-01-07 15:34:47 +08:00
err Prefer to use std::os::raw type definitions 2021-01-07 15:34:47 +08:00
ffi pystring: use PyUnicode_AsUTF8AndSize always from Python 3.10 and up 2021-01-23 14:20:06 +00:00
types Merge pull request #1404 from nw0/mark-safe 2021-01-26 21:57:49 +00:00
buffer.rs Prefer to use std::os::raw type definitions 2021-01-07 15:34:47 +08:00
callback.rs Prefer to use std::os::raw type definitions 2021-01-07 15:34:47 +08:00
conversion.rs Update doc links based on review 2021-01-16 22:11:11 +08:00
derive_utils.rs Add argument name to TypeError messages caused during argument conversion 2020-10-14 17:32:00 -08:00
exceptions.rs python: add version() to get running version 2020-12-19 19:13:59 +00:00
freelist.rs pyclass: fix reference count issue in subclass new 2021-01-08 00:13:49 +00:00
gil.rs gil: move finalization from prepare_freethreaded_python to 2021-01-12 07:44:37 +00:00
instance.rs Update new safety notes with requested changes 2021-01-16 21:31:16 +08:00
internal_tricks.rs Make exceptions proper native types. 2020-07-18 01:57:39 +01:00
lib.rs guide: organise more chapters into sublevels 2021-01-26 22:09:02 +00:00
marshal.rs Improved documentation 2020-10-11 15:18:05 -04:00
once_cell.rs Re-enable recursive class attributes 2020-06-23 22:40:29 +02:00
panic.rs Rename exceptions to PyException etc; reintroduce deprecated ones 2020-07-18 06:02:57 +01:00
prelude.rs macros: rename crates for consistency 2020-12-20 06:39:28 +00:00
pycell.rs Remove unsafe for some safe functions 2021-01-26 17:52:26 +08:00
pyclass.rs pyclass: fix reference count issue in subclass new 2021-01-08 00:13:49 +00:00
pyclass_init.rs Remove unsafe for some safe functions 2021-01-26 17:52:26 +08:00
pyclass_slots.rs Remove unsafe for some safe functions 2021-01-26 17:52:26 +08:00
python.rs add some safety notes 2021-01-15 22:31:40 +08:00
serde.rs implement Serialize, Deserialize for Py<T> 2021-01-11 22:19:10 +00:00
type_object.rs Remove unsafe for some safe functions 2021-01-26 17:52:26 +08:00