David Hewitt
|
9617edfca9
|
msrv: bump to 1.45
|
2020-11-12 11:33:08 +00:00 |
David Hewitt
|
b9e95dc7c9
|
Implement std::error::Error for PyErr
|
2020-09-10 19:04:24 +01:00 |
David Hewitt
|
4ed9748b45
|
Rename exceptions to PyException etc; reintroduce deprecated ones
|
2020-07-18 06:02:57 +01:00 |
David Hewitt
|
a9c7e12be0
|
Allow skipping the return type completely for `#[pyproto]` methods returning `()`.
|
2020-06-23 11:51:02 +01:00 |
David Hewitt
|
c7a4b4770f
|
Refactor `#[pyproto]` Result types
|
2020-06-23 11:08:36 +01:00 |
David Hewitt
|
29c93c87c7
|
Remove GetPropertyValue
|
2020-05-21 18:06:24 +01:00 |
kngwyu
|
02ee7a5afc
|
Expose PyAny to lib.rs and prelude
|
2020-03-18 13:38:18 +09:00 |
kngwyu
|
da4ed398bb
|
Fix PyCell to share BorrowFlag with parents
|
2020-02-15 18:13:39 +09:00 |
kngwyu
|
a6639076b9
|
Introduce PyInternalCaster
|
2019-12-14 23:16:39 +09:00 |
Samuele Maci
|
247c8b5f1c
|
Address clippy::map_clone issues
|
2019-08-17 14:10:36 +02:00 |
Samuele Maci
|
1ed7460bf3
|
Address clippy::or_fun_call issues
|
2019-08-17 14:10:36 +02:00 |
kngwyu
|
0f9a3b1194
|
Expose py_run macro
|
2019-06-13 18:18:06 +09:00 |
Martin Larralde
|
dfd1fa55c0
|
Remove dead code from `tests/test_sequence.rs`
|
2019-03-31 05:29:25 +02:00 |
Martin Larralde
|
3b7e83fb7c
|
Run `cargo fmt` on `tests/test_sequence.rs`
|
2019-03-31 05:28:52 +02:00 |
Martin Larralde
|
dd2f1ba16a
|
Add tests for `PySequenceProtocol` in `tests/test_sequence.rs`
|
2019-03-31 05:28:52 +02:00 |