.. |
class
|
Do not include PyBuffer APIs when building for abi3
|
2020-08-30 15:29:14 -04:00 |
ffi
|
Experimental support for PyPy 3.6
|
2020-08-08 14:54:34 +01:00 |
types
|
Use CPython stable APIs for implementing tuples.
|
2020-08-31 08:46:50 -04:00 |
buffer.rs
|
Rename exceptions to PyException etc; reintroduce deprecated ones
|
2020-07-18 06:02:57 +01:00 |
callback.rs
|
Allow other Result types in #[pyfunction] (#1118)
|
2020-08-29 08:25:20 +01:00 |
conversion.rs
|
Rewrite documentation for FromPy and PyObject changes
|
2020-08-09 12:29:25 +01:00 |
derive_utils.rs
|
Rename exceptions to PyException etc; reintroduce deprecated ones
|
2020-07-18 06:02:57 +01:00 |
err.rs
|
Replace PyObject with type alias for Py<T>
|
2020-08-09 12:28:21 +01:00 |
exceptions.rs
|
Reduce the direct access to tp_name which is not part of the limited API
|
2020-08-30 14:36:21 -04:00 |
freelist.rs
|
LazyStaticType::get_or_init returns an *mut instead of a & ref
|
2020-06-22 22:37:11 +02:00 |
gil.rs
|
Various fixes to edge cases with GILGuard
|
2020-08-06 14:32:59 +01:00 |
instance.rs
|
Improve docs for Py::as_ref() and Py::into_ref()
|
2020-08-11 08:36:31 +01:00 |
internal_tricks.rs
|
Make exceptions proper native types.
|
2020-07-18 01:57:39 +01:00 |
lib.rs
|
Do not include PyBuffer APIs when building for abi3
|
2020-08-30 15:29:14 -04:00 |
marshal.rs
|
lib: overhaul docstrings
|
2020-03-17 15:16:30 +01: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
|
Remove AsPyRef for just Py::as_ref
|
2020-08-09 22:47:54 +01:00 |
pycell.rs
|
Remove FromPy
|
2020-08-09 12:28:21 +01:00 |
pyclass.rs
|
Calculate offsets for weakreflist and dict in PyCell.
|
2020-07-21 10:38:20 +02:00 |
pyclass_init.rs
|
doc(pyclass_init) Fix typos
|
2020-08-27 13:27:16 +02:00 |
pyclass_slots.rs
|
Calculate offsets for weakreflist and dict in PyCell.
|
2020-07-21 10:38:20 +02:00 |
python.rs
|
Various fixes to edge cases with GILGuard
|
2020-08-06 14:32:59 +01:00 |
type_object.rs
|
Remove AsPyRef for just Py::as_ref
|
2020-08-09 22:47:54 +01:00 |