pyo3/src
Ethan Smith 5cc6dc74d4
conditionally include Python3.6 items
2018-03-01 14:46:27 -08:00
..
class python2 compatibility 2018-01-19 10:08:13 -08:00
ffi2 Fix unused_parens warnings 2018-02-12 14:36:05 +03:00
ffi3 conditionally include Python3.6 items 2018-03-01 14:46:27 -08:00
objects Fix wrong macro being tagged with `macro_export` 2018-02-21 22:44:56 +01:00
argparse.rs make cast_xxx api consistent with PyObject::from_xxx api 2017-08-01 14:29:25 -07:00
buffer.rs clippy warnings 2018-01-19 10:02:36 -08:00
callback.rs clippy warnings 2018-01-19 10:02:36 -08:00
conversion.rs clippy warnings 2018-01-19 10:02:36 -08:00
err.rs clippy warnings 2018-01-19 10:02:36 -08:00
freelist.rs refactor object allocation system 2017-08-11 20:17:09 -07:00
instance.rs clippy warnings 2018-01-19 10:02:36 -08:00
lib.rs const fns that we use are stable now 2018-02-21 09:23:58 -08:00
noargs.rs Introduce IntoPyDictPointer similar to IntoPyTuple #69 2017-08-03 15:01:52 -07:00
object.rs mark method that work with raw pointer unsafe 2017-12-26 13:41:27 -08:00
objectprotocol.rs call_method*() crashes when the method does not exist #113 2018-02-21 09:39:06 -08:00
prelude.rs drop RefFromPyObject; allow mut refs #106 2018-01-19 09:04:42 -08:00
python.rs python2 compatibility 2018-01-19 10:08:13 -08:00
pythonrun.rs fix python3.7 support 2018-02-21 10:29:14 -08:00
typeob.rs Fix minor typos in example code 2018-02-22 22:22:37 -08:00