pyo3/pytests/src
2023-01-20 07:24:05 +00:00
..
buf_and_str.rs Make clippy happy 2022-04-07 23:14:45 +02:00
datetime.rs deprecate required arguments after option arguments without signature 2023-01-15 10:17:20 +00:00
deprecated_pyfunctions.rs add #[pyo3(signature = (...))] attribute (#2702) 2022-10-25 07:23:21 +01:00
dict_iter.rs pytests: merge benchmark and test crates 2022-02-05 10:16:46 +00:00
lib.rs add #[pyo3(signature = (...))] attribute (#2702) 2022-10-25 07:23:21 +01:00
misc.rs Deprecate acquire_gil 2022-08-15 03:34:47 +02:00
objstore.rs Add more lints 2022-03-23 08:07:28 +01:00
othermod.rs Gut specialization and implement auto trait 2022-02-22 22:43:23 +01:00
path.rs pytests: merge benchmark and test crates 2022-02-05 10:16:46 +00:00
pyclasses.rs pytests: merge benchmark and test crates 2022-02-05 10:16:46 +00:00
pyfunctions.rs make rust benchmarks more similar to the Python ones 2023-01-20 07:24:05 +00:00
sequence.rs Also relax the PySequence check when extracting fixed-sized arrays. 2022-10-13 09:43:45 +02:00
subclassing.rs clippy: enable some more lints 2022-03-03 07:23:28 +00:00