.. |
class
|
fix some typos
|
2022-04-24 22:06:32 +08:00 |
conversions
|
Fix IntoPyCallbackOutput paper cuts (#2326)
|
2022-05-09 18:15:43 +01:00 |
err
|
Un-ignore and expand on doc examples
|
2022-05-03 00:47:09 +02:00 |
ffi
|
ffi: fix segfault in _GET_TZINFO methods
|
2022-04-10 10:27:50 +01:00 |
impl_
|
frompyobject: tidy up generated code
|
2022-06-02 08:54:20 +01:00 |
test_hygiene
|
Add macro append_to_inittab
|
2022-05-24 07:42:15 +01:00 |
types
|
frompyobject: improve error message for tuple case
|
2022-06-02 08:54:20 +01:00 |
buffer.rs
|
Add more lints
|
2022-03-23 08:07:28 +01:00 |
callback.rs
|
Un-ignore and expand on doc examples
|
2022-05-03 00:47:09 +02:00 |
conversion.rs
|
Expand conversions documentation
|
2022-05-03 00:46:53 +02: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
|
docs: fix nightly build
|
2022-05-17 19:48:40 +01:00 |
gil.rs
|
Un-ignore and expand on doc examples
|
2022-05-03 00:47:09 +02:00 |
impl_.rs
|
Fix IntoPyCallbackOutput paper cuts (#2326)
|
2022-05-09 18:15:43 +01:00 |
instance.rs
|
docs: fix nightly build
|
2022-05-17 19:48:40 +01:00 |
internal_tricks.rs
|
Remove #[doc(hidden)] from trait impl items (#2365)
|
2022-05-10 19:26:53 +01:00 |
lib.rs
|
wrap_x: change macros back to macro_rules!
|
2022-05-14 20:42:07 +01:00 |
macros.rs
|
Add macro append_to_inittab
|
2022-05-24 07:42:15 +01:00 |
marker.rs
|
ffi: remove PyArena on 3.10 and up
|
2022-06-02 09:35:35 +01:00 |
marshal.rs
|
Add more lints
|
2022-03-23 08:07:28 +01:00 |
once_cell.rs
|
wrap_x: change macros back to macro_rules!
|
2022-05-14 20:42:07 +01:00 |
panic.rs
|
opt: improve handle_panic generated code
|
2021-12-24 00:17:04 +00:00 |
prelude.rs
|
wrap_x: change macros back to macro_rules!
|
2022-05-14 20:42:07 +01:00 |
pycell.rs
|
pymethods: prevent methods sharing the same name
|
2022-05-24 21:15:30 +01:00 |
pyclass.rs
|
better mutability inheritance rules
|
2022-04-21 20:51:28 +01:00 |
pyclass_init.rs
|
fix some typos
|
2022-04-24 22:06:32 +08:00 |
type_object.rs
|
Allow #[classattr] methods to be fallible
|
2022-05-17 21:19:41 +01:00 |
version.rs
|
Add numeric and object protocol examples
|
2022-02-23 10:09:45 +01:00 |