.. |
class
|
pymethods: support gc protocol
|
2022-02-15 08:01:23 +00:00 |
conversions
|
Update src/conversions/num_bigint.rs
|
2022-02-12 13:27:40 -05:00 |
err
|
Merge branch 'PyO3:main' into exception_docstring
|
2021-12-14 17:13:24 +01:00 |
ffi
|
move ffi module to separate crate
|
2022-01-31 13:27:16 +01:00 |
impl_
|
Include the causes when throwing a PyTypeError when argument parsing failed
|
2022-02-22 09:48:41 +01:00 |
test_hygiene
|
Finish implementation for pyclass enums
|
2022-02-07 22:17:11 +00:00 |
types
|
Use addr_of_mut instead
|
2022-02-14 23:18:22 +01:00 |
buffer.rs
|
python-3.11: support buffer API on abi3
|
2022-02-06 22:46:45 +00:00 |
callback.rs
|
pymethods: support gc protocol
|
2022-02-15 08:01:23 +00:00 |
conversion.rs
|
fix: memory leak in Option<T>::as_ptr
|
2022-02-11 22:18:11 +00:00 |
derive_utils.rs
|
pyfunction: allow wrap_pyfunction to work on imports (even cross-crate)
|
2022-01-07 08:43:05 +00:00 |
exceptions.rs
|
Merge branch 'PyO3:main' into exception_docstring
|
2021-12-14 17:13:24 +01:00 |
gil.rs
|
Remove useless allow(lint)'s
|
2022-01-21 01:08:36 +01:00 |
impl_.rs
|
pyfunction: allow wrap_pyfunction to work on imports (even cross-crate)
|
2022-01-07 08:43:05 +00:00 |
instance.rs
|
chore: cleanup old todo
|
2022-02-05 09:00:00 +00:00 |
internal_tricks.rs
|
cleanup: always enable #[track_caller]
|
2022-01-16 19:16:36 +00:00 |
lib.rs
|
pyproto: split into new feature
|
2022-02-05 16:51:31 +00:00 |
macros.rs
|
macros: accept paths in wrap_x macros
|
2021-12-30 12:46:57 +00:00 |
marshal.rs
|
Remove doc_cfg attributes
|
2021-10-17 15:47:09 +02:00 |
once_cell.rs
|
Remove useless allow(lint)'s
|
2022-01-21 01:08:36 +01:00 |
panic.rs
|
opt: improve handle_panic generated code
|
2021-12-24 00:17:04 +00:00 |
prelude.rs
|
pyproto: split into new feature
|
2022-02-05 16:51:31 +00:00 |
pycell.rs
|
pyproto: split into new feature
|
2022-02-05 16:51:31 +00:00 |
pyclass.rs
|
pyclass: deprecate gc option
|
2022-02-15 08:01:46 +00:00 |
pyclass_init.rs
|
pyproto: split into new feature
|
2022-02-05 16:51:31 +00:00 |
python.rs
|
opt: improve handle_panic generated code
|
2021-12-24 00:17:04 +00:00 |
type_object.rs
|
pyclass: simplify generated code for PyClassImpl
|
2022-02-05 16:58:01 +00:00 |