.. |
class
|
Merge pull request #1457 from davidhewitt/multiple-pymethods
|
2021-03-06 23:09:02 +00:00 |
conversions
|
Implement conversions for Path/PathBuf
|
2021-02-13 20:22:16 +00:00 |
err
|
Restore compatibility with Rust 1.41.
|
2021-02-11 10:14:25 +01:00 |
ffi
|
ffi: add _Py_InitializeMain
|
2021-03-06 22:45:19 +00:00 |
types
|
pymethods: make inventory optional
|
2021-03-04 19:52:58 +00:00 |
buffer.rs
|
Restore compatibility with Rust 1.41.
|
2021-02-11 10:14:25 +01:00 |
callback.rs
|
Use a where clause
|
2021-03-01 20:31:00 +01:00 |
conversion.rs
|
Update doc links based on review
|
2021-01-16 22:11:11 +08:00 |
derive_utils.rs
|
docs: deny warnings in ci
|
2021-03-04 19:41:11 +00:00 |
exceptions.rs
|
0.14: deprecations
|
2021-02-13 20:03:39 +00:00 |
freelist.rs
|
Restore compatibility with Rust 1.41.
|
2021-02-11 10:14:25 +01:00 |
gil.rs
|
auto-initialize: remove from default features
|
2021-02-22 22:34:34 +00:00 |
instance.rs
|
0.14: deprecations
|
2021-02-13 20:03:39 +00:00 |
internal_tricks.rs
|
pymethods: make inventory optional
|
2021-03-04 19:52:58 +00:00 |
lib.rs
|
Merge pull request #1472 from davidhewitt/nightly-warnings
|
2021-03-06 23:10:48 +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
|
pymethods: make inventory optional
|
2021-03-04 19:52:58 +00:00 |
pycell.rs
|
pyclass-impl: merge implementation traits
|
2021-02-18 08:19:07 +00:00 |
pyclass.rs
|
pycfunction: take &'static str arguments to new
|
2021-02-27 09:33:15 +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
|
0.14: deprecations
|
2021-02-13 20:03:39 +00:00 |
serde.rs
|
implement Serialize, Deserialize for Py<T>
|
2021-01-11 22:19:10 +00:00 |
type_object.rs
|
pymethods: make inventory optional
|
2021-03-04 19:52:58 +00:00 |